# periodic boundary conditions along all three dimensions boundary p p p # Set neighbor skin variable neigh_skin equal 2.0*${_u_distance} variable neigh_skin equal 2.0*1 neighbor ${neigh_skin} bin neighbor 2 bin # create a supercell with cubic lattice (fcc, bcc, sc, or diamond) # using 10*10*10 conventional (orthogonal) unit cells variable latticeconst_converted equal 3.613315634429455*${_u_distance} variable latticeconst_converted equal 3.613315634429455*1 lattice fcc ${latticeconst_converted} lattice fcc 3.61331563442945 Lattice spacing in x,y,z = 3.6133156 3.6133156 3.6133156 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0.0000000 0.0000000 0.0000000) to (36.133156 36.133156 36.133156) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 4000 atoms create_atoms CPU = 0.001 seconds variable mass_converted equal 63.546*${_u_mass} variable mass_converted equal 63.546*1 kim_interactions Cu #=== BEGIN kim_interactions ================================== pair_style kim MEAM_LAMMPS_LeeShim_2004_NiCu__MO_409065472403_000 pair_coeff * * Cu #=== END kim_interactions ==================================== mass 1 ${mass_converted} mass 1 63.546 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 47175.6291336593 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 47175.6291336593/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 47175.6291336593/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 47175.6291336593/(1*1*${_u_distance}) variable V0_metal equal 47175.6291336593/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 47175.6291336593*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 47175.6291336593 Angstroms^3 # set the time step to 0.001 picoseconds variable timestep_converted equal 0.001*${_u_time} variable timestep_converted equal 0.001*1 timestep ${timestep_converted} timestep 0.001 variable temp_converted equal 333.15*${_u_temperature} variable temp_converted equal 333.15*1 variable Tdamp_converted equal 0.1*${_u_time} variable Tdamp_converted equal 0.1*1 variable press_converted equal 0.0*${_u_pressure} variable press_converted equal 0.0*1 variable Pdamp_converted equal 1*${_u_time} variable Pdamp_converted equal 1*1 # create initial velocities consistent with the chosen temperature velocity all create ${temp_converted} 17 mom yes rot yes velocity all create 333.15 17 mom yes rot yes # set NPT ensemble for all atoms fix ensemble all npt temp ${temp_converted} ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso 0 0 1 # compute the time averages of pressure, temperature, and volume, respectively # ignore the first 5000 timesteps variable etotal_metal equal etotal/${_u_energy} variable etotal_metal equal etotal/1 variable pe_metal equal pe/${_u_energy} variable pe_metal equal pe/1 variable T_metal equal temp/${_u_temperature} variable T_metal equal temp/1 variable V_metal equal vol/(${_u_distance}*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*1*${_u_distance}) variable V_metal equal vol/(1*1*1) variable P_metal equal press/${_u_pressure} variable P_metal equal press/1 fix avgmyTemp all ave/time 5 20 100 v_T_metal ave running start 5000 fix avgmyPress all ave/time 5 20 100 v_P_metal ave running start 5000 fix avgmyVol all ave/time 5 20 100 v_V_metal ave running start 5000 # extract fix quantities into variables so they can be used in if-else logic later. variable T equal f_avgmyTemp variable P equal f_avgmyPress variable V equal f_avgmyVol # set error bounds for temperature and pressure in original metal units (K and bar) variable T_low equal "333.15 - 0.2" variable T_up equal "333.15 + 0.2" variable P_low equal "0.0 - 0.2" variable P_up equal "0.0 + 0.2" # print to logfile every 1000 timesteps thermo_style custom step etotal v_etotal_metal pe v_pe_metal temp v_T_metal vol v_V_metal press v_P_metal thermo 1000 # Run a simulation for at most 2000*1000 timesteps. At each 1000th time step, check # whether the temperature and pressure have converged. If yes, break. label top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -13987.791 -13987.791 -14160 -14160 333.15 333.15 47175.629 47175.629 3899.0453 3899.0453 1000 -13806.771 -13806.771 -13983.579 -13983.579 342.04825 342.04825 48014.966 48014.966 494.04653 494.04653 Loop time of 54.9469 on 1 procs for 1000 steps with 4000 atoms Performance: 1.572 ns/day, 15.263 hours/ns, 18.199 timesteps/s 78.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 54.574 | 54.574 | 54.574 | 0.0 | 99.32 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.060077 | 0.060077 | 0.060077 | 0.0 | 0.11 Output | 5.11e-05 | 5.11e-05 | 5.11e-05 | 0.0 | 0.00 Modify | 0.29108 | 0.29108 | 0.29108 | 0.0 | 0.53 Other | | 0.02132 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312000.0 ave 312000 max 312000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312000 Ave neighs/atom = 78.000000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -13806.771 -13806.771 -13983.579 -13983.579 342.04825 342.04825 48014.966 48014.966 494.04653 494.04653 2000 -13818.69 -13818.69 -13991.517 -13991.517 334.34412 334.34412 48038.655 48038.655 -1046.8348 -1046.8348 Loop time of 55.9576 on 1 procs for 1000 steps with 4000 atoms Performance: 1.544 ns/day, 15.544 hours/ns, 17.871 timesteps/s 81.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 55.676 | 55.676 | 55.676 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.040145 | 0.040145 | 0.040145 | 0.0 | 0.07 Output | 5.07e-05 | 5.07e-05 | 5.07e-05 | 0.0 | 0.00 Modify | 0.2217 | 0.2217 | 0.2217 | 0.0 | 0.40 Other | | 0.01962 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 310486.0 ave 310486 max 310486 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 310486 Ave neighs/atom = 77.621500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -13818.69 -13818.69 -13991.517 -13991.517 334.34412 334.34412 48038.655 48038.655 -1046.8348 -1046.8348 3000 -13815.169 -13815.169 -13991.258 -13991.258 340.65684 340.65684 48023.876 48023.876 -350.45546 -350.45546 Loop time of 55.3554 on 1 procs for 1000 steps with 4000 atoms Performance: 1.561 ns/day, 15.376 hours/ns, 18.065 timesteps/s 82.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 55.071 | 55.071 | 55.071 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.060174 | 0.060174 | 0.060174 | 0.0 | 0.11 Output | 4.93e-05 | 4.93e-05 | 4.93e-05 | 0.0 | 0.00 Modify | 0.18412 | 0.18412 | 0.18412 | 0.0 | 0.33 Other | | 0.03981 | | | 0.07 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 310694.0 ave 310694 max 310694 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 310694 Ave neighs/atom = 77.673500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -13815.169 -13815.169 -13991.258 -13991.258 340.65684 340.65684 48023.876 48023.876 -350.45546 -350.45546 4000 -13814.759 -13814.759 -13988.089 -13988.089 335.31915 335.31915 48032.291 48032.291 -376.5443 -376.5443 Loop time of 55.4226 on 1 procs for 1000 steps with 4000 atoms Performance: 1.559 ns/day, 15.395 hours/ns, 18.043 timesteps/s 82.2% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 55.151 | 55.151 | 55.151 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.049276 | 0.049276 | 0.049276 | 0.0 | 0.09 Output | 4.09e-05 | 4.09e-05 | 4.09e-05 | 0.0 | 0.00 Modify | 0.20241 | 0.20241 | 0.20241 | 0.0 | 0.37 Other | | 0.01962 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 310664.0 ave 310664 max 310664 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 310664 Ave neighs/atom = 77.666000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -13814.759 -13814.759 -13988.089 -13988.089 335.31915 335.31915 48032.291 48032.291 -376.5443 -376.5443 5000 -13819.694 -13819.694 -13986.761 -13986.761 323.20247 323.20247 48025.151 48025.151 -56.363813 -56.363813 Loop time of 55.6056 on 1 procs for 1000 steps with 4000 atoms Performance: 1.554 ns/day, 15.446 hours/ns, 17.984 timesteps/s 81.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 55.287 | 55.287 | 55.287 | 0.0 | 99.43 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.060444 | 0.060444 | 0.060444 | 0.0 | 0.11 Output | 3.67e-05 | 3.67e-05 | 3.67e-05 | 0.0 | 0.00 Modify | 0.23771 | 0.23771 | 0.23771 | 0.0 | 0.43 Other | | 0.02056 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 310600.0 ave 310600 max 310600 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 310600 Ave neighs/atom = 77.650000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.700724107049, Press = 165.824947233132 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -13819.694 -13819.694 -13986.761 -13986.761 323.20247 323.20247 48025.151 48025.151 -56.363813 -56.363813 6000 -13811.401 -13811.401 -13986.879 -13986.879 339.47483 339.47483 48057.208 48057.208 -763.39654 -763.39654 Loop time of 54.6333 on 1 procs for 1000 steps with 4000 atoms Performance: 1.581 ns/day, 15.176 hours/ns, 18.304 timesteps/s 83.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 54.243 | 54.243 | 54.243 | 0.0 | 99.29 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.080148 | 0.080148 | 0.080148 | 0.0 | 0.15 Output | 2.99e-05 | 2.99e-05 | 2.99e-05 | 0.0 | 0.00 Modify | 0.27015 | 0.27015 | 0.27015 | 0.0 | 0.49 Other | | 0.03979 | | | 0.07 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 310772.0 ave 310772 max 310772 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 310772 Ave neighs/atom = 77.693000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.418478340083, Press = 3.0530688345199 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -13811.401 -13811.401 -13986.879 -13986.879 339.47483 339.47483 48057.208 48057.208 -763.39654 -763.39654 7000 -13819.65 -13819.65 -13988.463 -13988.463 326.58037 326.58037 48027.822 48027.822 -231.81489 -231.81489 Loop time of 55.9266 on 1 procs for 1000 steps with 4000 atoms Performance: 1.545 ns/day, 15.535 hours/ns, 17.881 timesteps/s 81.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 55.616 | 55.616 | 55.616 | 0.0 | 99.44 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039813 | 0.039813 | 0.039813 | 0.0 | 0.07 Output | 2.88e-05 | 2.88e-05 | 2.88e-05 | 0.0 | 0.00 Modify | 0.25136 | 0.25136 | 0.25136 | 0.0 | 0.45 Other | | 0.01946 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 310722.0 ave 310722 max 310722 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 310722 Ave neighs/atom = 77.680500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.876306609912, Press = -26.4790337834507 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -13819.65 -13819.65 -13988.463 -13988.463 326.58037 326.58037 48027.822 48027.822 -231.81489 -231.81489 8000 -13817.323 -13817.323 -13988.808 -13988.808 331.75022 331.75022 47955.387 47955.387 1691.374 1691.374 Loop time of 55.353 on 1 procs for 1000 steps with 4000 atoms Performance: 1.561 ns/day, 15.376 hours/ns, 18.066 timesteps/s 82.4% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 55.033 | 55.033 | 55.033 | 0.0 | 99.42 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.070489 | 0.070489 | 0.070489 | 0.0 | 0.13 Output | 3.74e-05 | 3.74e-05 | 3.74e-05 | 0.0 | 0.00 Modify | 0.23 | 0.23 | 0.23 | 0.0 | 0.42 Other | | 0.01963 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 310806.0 ave 310806 max 310806 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 310806 Ave neighs/atom = 77.701500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.088049725882, Press = -18.5966627811361 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -13817.323 -13817.323 -13988.808 -13988.808 331.75022 331.75022 47955.387 47955.387 1691.374 1691.374 9000 -13813.334 -13813.334 -13985.21 -13985.21 332.50654 332.50654 47938.847 47938.847 2704.9855 2704.9855 Loop time of 53.7734 on 1 procs for 1000 steps with 4000 atoms Performance: 1.607 ns/day, 14.937 hours/ns, 18.597 timesteps/s 84.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 53.517 | 53.517 | 53.517 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.040221 | 0.040221 | 0.040221 | 0.0 | 0.07 Output | 3.7e-05 | 3.7e-05 | 3.7e-05 | 0.0 | 0.00 Modify | 0.19699 | 0.19699 | 0.19699 | 0.0 | 0.37 Other | | 0.01941 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 310672.0 ave 310672 max 310672 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 310672 Ave neighs/atom = 77.668000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.377253382296, Press = 7.6746050265424 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -13813.334 -13813.334 -13985.21 -13985.21 332.50654 332.50654 47938.847 47938.847 2704.9855 2704.9855 10000 -13815.72 -13815.72 -13989.596 -13989.596 336.37597 336.37597 48011.608 48011.608 138.06986 138.06986 Loop time of 55.2322 on 1 procs for 1000 steps with 4000 atoms Performance: 1.564 ns/day, 15.342 hours/ns, 18.105 timesteps/s 82.4% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 54.946 | 54.946 | 54.946 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.040103 | 0.040103 | 0.040103 | 0.0 | 0.07 Output | 2.83e-05 | 2.83e-05 | 2.83e-05 | 0.0 | 0.00 Modify | 0.20647 | 0.20647 | 0.20647 | 0.0 | 0.37 Other | | 0.03973 | | | 0.07 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 310686.0 ave 310686 max 310686 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 310686 Ave neighs/atom = 77.671500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.646983615802, Press = 7.04273365207465 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -13815.72 -13815.72 -13989.596 -13989.596 336.37597 336.37597 48011.608 48011.608 138.06986 138.06986 11000 -13815.342 -13815.342 -13987.204 -13987.204 332.47803 332.47803 48040.925 48040.925 -551.2391 -551.2391 Loop time of 54.7718 on 1 procs for 1000 steps with 4000 atoms Performance: 1.577 ns/day, 15.214 hours/ns, 18.258 timesteps/s 83.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 54.496 | 54.496 | 54.496 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.041018 | 0.041018 | 0.041018 | 0.0 | 0.07 Output | 3.62e-05 | 3.62e-05 | 3.62e-05 | 0.0 | 0.00 Modify | 0.21557 | 0.21557 | 0.21557 | 0.0 | 0.39 Other | | 0.01962 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 310822.0 ave 310822 max 310822 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 310822 Ave neighs/atom = 77.705500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.418373578174, Press = 5.08558029268012 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -13815.342 -13815.342 -13987.204 -13987.204 332.47803 332.47803 48040.925 48040.925 -551.2391 -551.2391 12000 -13820.456 -13820.456 -13987.819 -13987.819 323.77495 323.77495 48042.77 48042.77 -781.89439 -781.89439 Loop time of 53.2296 on 1 procs for 1000 steps with 4000 atoms Performance: 1.623 ns/day, 14.786 hours/ns, 18.787 timesteps/s 85.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 52.964 | 52.964 | 52.964 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.040397 | 0.040397 | 0.040397 | 0.0 | 0.08 Output | 3.63e-05 | 3.63e-05 | 3.63e-05 | 0.0 | 0.00 Modify | 0.17562 | 0.17562 | 0.17562 | 0.0 | 0.33 Other | | 0.0495 | | | 0.09 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 310572.0 ave 310572 max 310572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 310572 Ave neighs/atom = 77.643000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.326120402815, Press = 0.621051790467576 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -13820.456 -13820.456 -13987.819 -13987.819 323.77495 323.77495 48042.77 48042.77 -781.89439 -781.89439 13000 -13816.044 -13816.044 -13987.804 -13987.804 332.28103 332.28103 48058.408 48058.408 -1112.5265 -1112.5265 Loop time of 54.797 on 1 procs for 1000 steps with 4000 atoms Performance: 1.577 ns/day, 15.221 hours/ns, 18.249 timesteps/s 82.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 54.541 | 54.541 | 54.541 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.04768 | 0.04768 | 0.04768 | 0.0 | 0.09 Output | 2.92e-05 | 2.92e-05 | 2.92e-05 | 0.0 | 0.00 Modify | 0.18891 | 0.18891 | 0.18891 | 0.0 | 0.34 Other | | 0.0199 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 310646.0 ave 310646 max 310646 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 310646 Ave neighs/atom = 77.661500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.201612566819, Press = -4.85993654265778 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -13816.044 -13816.044 -13987.804 -13987.804 332.28103 332.28103 48058.408 48058.408 -1112.5265 -1112.5265 14000 -13815.126 -13815.126 -13986.631 -13986.631 331.78804 331.78804 47990.606 47990.606 1019.5793 1019.5793 Loop time of 55.3714 on 1 procs for 1000 steps with 4000 atoms Performance: 1.560 ns/day, 15.381 hours/ns, 18.060 timesteps/s 82.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 55.045 | 55.045 | 55.045 | 0.0 | 99.41 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.060429 | 0.060429 | 0.060429 | 0.0 | 0.11 Output | 4.31e-05 | 4.31e-05 | 4.31e-05 | 0.0 | 0.00 Modify | 0.23758 | 0.23758 | 0.23758 | 0.0 | 0.43 Other | | 0.02819 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 310548.0 ave 310548 max 310548 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 310548 Ave neighs/atom = 77.637000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.88307744946, Press = -5.27135823245404 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -13815.126 -13815.126 -13986.631 -13986.631 331.78804 331.78804 47990.606 47990.606 1019.5793 1019.5793 15000 -13817.642 -13817.642 -13988.021 -13988.021 329.60915 329.60915 47947.639 47947.639 2091.1923 2091.1923 Loop time of 56.8515 on 1 procs for 1000 steps with 4000 atoms Performance: 1.520 ns/day, 15.792 hours/ns, 17.590 timesteps/s 79.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 56.538 | 56.538 | 56.538 | 0.0 | 99.45 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.060867 | 0.060867 | 0.060867 | 0.0 | 0.11 Output | 3.7e-05 | 3.7e-05 | 3.7e-05 | 0.0 | 0.00 Modify | 0.21291 | 0.21291 | 0.21291 | 0.0 | 0.37 Other | | 0.03967 | | | 0.07 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 310684.0 ave 310684 max 310684 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 310684 Ave neighs/atom = 77.671000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.945206956993, Press = -1.07053275539931 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -13817.642 -13817.642 -13988.021 -13988.021 329.60915 329.60915 47947.639 47947.639 2091.1923 2091.1923 16000 -13815.752 -13815.752 -13991.559 -13991.559 340.10896 340.10896 47978.951 47978.951 881.00898 881.00898 Loop time of 56.1333 on 1 procs for 1000 steps with 4000 atoms Performance: 1.539 ns/day, 15.593 hours/ns, 17.815 timesteps/s 80.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 55.886 | 55.886 | 55.886 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.040363 | 0.040363 | 0.040363 | 0.0 | 0.07 Output | 3.72e-05 | 3.72e-05 | 3.72e-05 | 0.0 | 0.00 Modify | 0.18725 | 0.18725 | 0.18725 | 0.0 | 0.33 Other | | 0.01957 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 310806.0 ave 310806 max 310806 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 310806 Ave neighs/atom = 77.701500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.16526410682, Press = 3.03345625158441 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -13815.752 -13815.752 -13991.559 -13991.559 340.10896 340.10896 47978.951 47978.951 881.00898 881.00898 17000 -13811.872 -13811.872 -13984.857 -13984.857 334.65145 334.65145 48029.186 48029.186 203.40949 203.40949 Loop time of 53.7647 on 1 procs for 1000 steps with 4000 atoms Performance: 1.607 ns/day, 14.935 hours/ns, 18.600 timesteps/s 85.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 53.516 | 53.516 | 53.516 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.040327 | 0.040327 | 0.040327 | 0.0 | 0.08 Output | 3.71e-05 | 3.71e-05 | 3.71e-05 | 0.0 | 0.00 Modify | 0.18854 | 0.18854 | 0.18854 | 0.0 | 0.35 Other | | 0.01957 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 310824.0 ave 310824 max 310824 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 310824 Ave neighs/atom = 77.706000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.218410101407, Press = 3.24691544761158 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -13811.872 -13811.872 -13984.857 -13984.857 334.65145 334.65145 48029.186 48029.186 203.40949 203.40949 18000 -13816.803 -13816.803 -13989.715 -13989.715 334.5102 334.5102 48041.67 48041.67 -733.80105 -733.80105 Loop time of 56.0174 on 1 procs for 1000 steps with 4000 atoms Performance: 1.542 ns/day, 15.560 hours/ns, 17.852 timesteps/s 81.2% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 55.761 | 55.761 | 55.761 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.040196 | 0.040196 | 0.040196 | 0.0 | 0.07 Output | 3.62e-05 | 3.62e-05 | 3.62e-05 | 0.0 | 0.00 Modify | 0.19652 | 0.19652 | 0.19652 | 0.0 | 0.35 Other | | 0.01968 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 310752.0 ave 310752 max 310752 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 310752 Ave neighs/atom = 77.688000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.202326009244, Press = 1.97632229296577 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -13816.803 -13816.803 -13989.715 -13989.715 334.5102 334.5102 48041.67 48041.67 -733.80105 -733.80105 19000 -13817.438 -13817.438 -13987.762 -13987.762 329.50319 329.50319 48048.006 48048.006 -774.696 -774.696 Loop time of 55.0111 on 1 procs for 1000 steps with 4000 atoms Performance: 1.571 ns/day, 15.281 hours/ns, 18.178 timesteps/s 82.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 54.757 | 54.757 | 54.757 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.060134 | 0.060134 | 0.060134 | 0.0 | 0.11 Output | 3.53e-05 | 3.53e-05 | 3.53e-05 | 0.0 | 0.00 Modify | 0.17432 | 0.17432 | 0.17432 | 0.0 | 0.32 Other | | 0.01966 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 310830.0 ave 310830 max 310830 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 310830 Ave neighs/atom = 77.707500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.168402638642, Press = -0.629113856477998 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -13817.438 -13817.438 -13987.762 -13987.762 329.50319 329.50319 48048.006 48048.006 -774.696 -774.696 20000 -13815.564 -13815.564 -13989.022 -13989.022 335.56678 335.56678 48038.854 48038.854 -458.82856 -458.82856 Loop time of 55.9771 on 1 procs for 1000 steps with 4000 atoms Performance: 1.543 ns/day, 15.549 hours/ns, 17.864 timesteps/s 81.2% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 55.749 | 55.749 | 55.749 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.041335 | 0.041335 | 0.041335 | 0.0 | 0.07 Output | 3.48e-05 | 3.48e-05 | 3.48e-05 | 0.0 | 0.00 Modify | 0.16711 | 0.16711 | 0.16711 | 0.0 | 0.30 Other | | 0.01968 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 310706.0 ave 310706 max 310706 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 310706 Ave neighs/atom = 77.676500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.091425338083, Press = -1.42789355682763 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -13815.564 -13815.564 -13989.022 -13989.022 335.56678 335.56678 48038.854 48038.854 -458.82856 -458.82856 21000 -13813.601 -13813.601 -13985.955 -13985.955 333.43137 333.43137 47993.851 47993.851 975.10857 975.10857 Loop time of 55.005 on 1 procs for 1000 steps with 4000 atoms Performance: 1.571 ns/day, 15.279 hours/ns, 18.180 timesteps/s 82.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 54.75 | 54.75 | 54.75 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039939 | 0.039939 | 0.039939 | 0.0 | 0.07 Output | 6.67e-05 | 6.67e-05 | 6.67e-05 | 0.0 | 0.00 Modify | 0.1949 | 0.1949 | 0.1949 | 0.0 | 0.35 Other | | 0.01963 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 310764.0 ave 310764 max 310764 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 310764 Ave neighs/atom = 77.691000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" jump SELF break # Write final averaged volume to file if temperature and volume have converged; otherwise wirte a # flag to indicate non-convergence. variable myStep equal step if "${myStep} < 2000000" then "print '${V}' file output/vol_T333.15.out" else "print 'not_converged' file output/vol_T333.15.out" print '${V}' file output/vol_T333.15.out 48020.477169706 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0