# 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.566999986767769*${_u_distance} variable latticeconst_converted equal 3.566999986767769*1 lattice diamond ${latticeconst_converted} lattice diamond 3.56699998676777 Lattice spacing in x,y,z = 3.5670000 3.5670000 3.5670000 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 (35.670000 35.670000 35.670000) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 8000 atoms create_atoms CPU = 0.001 seconds variable mass_converted equal 12.0107*${_u_mass} variable mass_converted equal 12.0107*1 kim_interactions C #=== BEGIN kim_interactions ================================== pair_style kim MEAM_LAMMPS_LiyanageKimHouze_2014_FeC__MO_075279800195_000 pair_coeff * * C #=== END kim_interactions ==================================== mass 1 ${mass_converted} mass 1 12.0107 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 45384.6847579196 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 45384.6847579196/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 45384.6847579196/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 45384.6847579196/(1*1*${_u_distance}) variable V0_metal equal 45384.6847579196/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 45384.6847579196*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 45384.6847579196 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 293.15*${_u_temperature} variable temp_converted equal 293.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 293.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 293.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 293.15 293.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 "293.15 - 0.2" variable T_up equal "293.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.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -58656.897 -58656.897 -58960 -58960 293.15 293.15 45384.685 45384.685 7133.4754 7133.4754 1000 -58318.013 -58318.013 -58629.795 -58629.795 301.54401 301.54401 45748.832 45748.832 2167.1699 2167.1699 Loop time of 155.629 on 1 procs for 1000 steps with 8000 atoms Performance: 0.555 ns/day, 43.230 hours/ns, 6.426 timesteps/s 84.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 | 155.11 | 155.11 | 155.11 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10659 | 0.10659 | 0.10659 | 0.0 | 0.07 Output | 6.25e-05 | 6.25e-05 | 6.25e-05 | 0.0 | 0.00 Modify | 0.35948 | 0.35948 | 0.35948 | 0.0 | 0.23 Other | | 0.04972 | | | 0.03 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 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: 1.52000e+06 ave 1.52e+06 max 1.52e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1520000 Ave neighs/atom = 190.00000 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) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -58318.013 -58318.013 -58629.795 -58629.795 301.54401 301.54401 45748.832 45748.832 2167.1699 2167.1699 2000 -58350.918 -58350.918 -58654.881 -58654.881 293.98258 293.98258 45758.59 45758.59 -1014.7159 -1014.7159 Loop time of 164.429 on 1 procs for 1000 steps with 8000 atoms Performance: 0.525 ns/day, 45.675 hours/ns, 6.082 timesteps/s 82.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 163.9 | 163.9 | 163.9 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.086049 | 0.086049 | 0.086049 | 0.0 | 0.05 Output | 5.95e-05 | 5.95e-05 | 5.95e-05 | 0.0 | 0.00 Modify | 0.38242 | 0.38242 | 0.38242 | 0.0 | 0.23 Other | | 0.05758 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 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: 1.51969e+06 ave 1.51969e+06 max 1.51969e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519688 Ave neighs/atom = 189.96100 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) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -58350.918 -58350.918 -58654.881 -58654.881 293.98258 293.98258 45758.59 45758.59 -1014.7159 -1014.7159 3000 -58335.133 -58335.133 -58638.674 -58638.674 293.57408 293.57408 45772.308 45772.308 -1040.3354 -1040.3354 Loop time of 161.606 on 1 procs for 1000 steps with 8000 atoms Performance: 0.535 ns/day, 44.891 hours/ns, 6.188 timesteps/s 84.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 | 161.15 | 161.15 | 161.15 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.086276 | 0.086276 | 0.086276 | 0.0 | 0.05 Output | 4.84e-05 | 4.84e-05 | 4.84e-05 | 0.0 | 0.00 Modify | 0.33709 | 0.33709 | 0.33709 | 0.0 | 0.21 Other | | 0.03781 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 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: 1.51975e+06 ave 1.51975e+06 max 1.51975e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519752 Ave neighs/atom = 189.96900 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) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -58335.133 -58335.133 -58638.674 -58638.674 293.57408 293.57408 45772.308 45772.308 -1040.3354 -1040.3354 4000 -58341.261 -58341.261 -58641.139 -58641.139 290.03053 290.03053 45764.138 45764.138 -457.91426 -457.91426 Loop time of 162.539 on 1 procs for 1000 steps with 8000 atoms Performance: 0.532 ns/day, 45.150 hours/ns, 6.152 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 | 162.04 | 162.04 | 162.04 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.09962 | 0.09962 | 0.09962 | 0.0 | 0.06 Output | 5.92e-05 | 5.92e-05 | 5.92e-05 | 0.0 | 0.00 Modify | 0.35707 | 0.35707 | 0.35707 | 0.0 | 0.22 Other | | 0.03748 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 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: 1.51951e+06 ave 1.51951e+06 max 1.51951e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519514 Ave neighs/atom = 189.93925 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) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -58341.261 -58341.261 -58641.139 -58641.139 290.03053 290.03053 45764.138 45764.138 -457.91426 -457.91426 5000 -58342.898 -58342.898 -58646.828 -58646.828 293.94955 293.94955 45748.26 45748.26 554.71161 554.71161 Loop time of 163.104 on 1 procs for 1000 steps with 8000 atoms Performance: 0.530 ns/day, 45.307 hours/ns, 6.131 timesteps/s 83.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 | 162.6 | 162.6 | 162.6 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.087949 | 0.087949 | 0.087949 | 0.0 | 0.05 Output | 7.41e-05 | 7.41e-05 | 7.41e-05 | 0.0 | 0.00 Modify | 0.3429 | 0.3429 | 0.3429 | 0.0 | 0.21 Other | | 0.07767 | | | 0.05 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 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: 1.51959e+06 ave 1.51959e+06 max 1.51959e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519588 Ave neighs/atom = 189.94850 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 = 293.381404489614, Press = 439.562334555493 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -58342.898 -58342.898 -58646.828 -58646.828 293.94955 293.94955 45748.26 45748.26 554.71161 554.71161 6000 -58335.791 -58335.791 -58638.272 -58638.272 292.54846 292.54846 45727.81 45727.81 3321.3098 3321.3098 Loop time of 163.274 on 1 procs for 1000 steps with 8000 atoms Performance: 0.529 ns/day, 45.354 hours/ns, 6.125 timesteps/s 82.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 | 162.65 | 162.65 | 162.65 | 0.0 | 99.62 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12576 | 0.12576 | 0.12576 | 0.0 | 0.08 Output | 4.52e-05 | 4.52e-05 | 4.52e-05 | 0.0 | 0.00 Modify | 0.46216 | 0.46216 | 0.46216 | 0.0 | 0.28 Other | | 0.03732 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 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: 1.51969e+06 ave 1.51969e+06 max 1.51969e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519694 Ave neighs/atom = 189.96175 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 = 292.754388373053, Press = 25.0539468024852 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -58335.791 -58335.791 -58638.272 -58638.272 292.54846 292.54846 45727.81 45727.81 3321.3098 3321.3098 7000 -58345.787 -58345.787 -58644.832 -58644.832 289.22528 289.22528 45721.92 45721.92 3127.4431 3127.4431 Loop time of 163.119 on 1 procs for 1000 steps with 8000 atoms Performance: 0.530 ns/day, 45.311 hours/ns, 6.131 timesteps/s 83.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 | 162.52 | 162.52 | 162.52 | 0.0 | 99.63 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12783 | 0.12783 | 0.12783 | 0.0 | 0.08 Output | 4.62e-05 | 4.62e-05 | 4.62e-05 | 0.0 | 0.00 Modify | 0.43567 | 0.43567 | 0.43567 | 0.0 | 0.27 Other | | 0.03724 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 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: 1.51965e+06 ave 1.51965e+06 max 1.51965e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519650 Ave neighs/atom = 189.95625 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 = 293.047730501673, Press = -29.1764975277848 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -58345.787 -58345.787 -58644.832 -58644.832 289.22528 289.22528 45721.92 45721.92 3127.4431 3127.4431 8000 -58335.182 -58335.182 -58635.547 -58635.547 290.50181 290.50181 45769.882 45769.882 -620.94466 -620.94466 Loop time of 168.108 on 1 procs for 1000 steps with 8000 atoms Performance: 0.514 ns/day, 46.697 hours/ns, 5.949 timesteps/s 80.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 167.54 | 167.54 | 167.54 | 0.0 | 99.66 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10553 | 0.10553 | 0.10553 | 0.0 | 0.06 Output | 4.68e-05 | 4.68e-05 | 4.68e-05 | 0.0 | 0.00 Modify | 0.4235 | 0.4235 | 0.4235 | 0.0 | 0.25 Other | | 0.03709 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 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: 1.51963e+06 ave 1.51963e+06 max 1.51963e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519630 Ave neighs/atom = 189.95375 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 = 293.071713769194, Press = -20.9082768653768 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -58335.182 -58335.182 -58635.547 -58635.547 290.50181 290.50181 45769.882 45769.882 -620.94466 -620.94466 9000 -58344.123 -58344.123 -58646.09 -58646.09 292.05105 292.05105 45773.117 45773.117 -1805.5234 -1805.5234 Loop time of 163.79 on 1 procs for 1000 steps with 8000 atoms Performance: 0.528 ns/day, 45.497 hours/ns, 6.105 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 | 163.24 | 163.24 | 163.24 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10577 | 0.10577 | 0.10577 | 0.0 | 0.06 Output | 4.6e-05 | 4.6e-05 | 4.6e-05 | 0.0 | 0.00 Modify | 0.38207 | 0.38207 | 0.38207 | 0.0 | 0.23 Other | | 0.05806 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 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: 1.51944e+06 ave 1.51944e+06 max 1.51944e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519436 Ave neighs/atom = 189.92950 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 = 293.047867774367, Press = -1.81377268487386 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -58344.123 -58344.123 -58646.09 -58646.09 292.05105 292.05105 45773.117 45773.117 -1805.5234 -1805.5234 10000 -58339.889 -58339.889 -58644.604 -58644.604 294.70855 294.70855 45768.822 45768.822 -1233.5077 -1233.5077 Loop time of 162.288 on 1 procs for 1000 steps with 8000 atoms Performance: 0.532 ns/day, 45.080 hours/ns, 6.162 timesteps/s 83.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 | 161.76 | 161.76 | 161.76 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.11201 | 0.11201 | 0.11201 | 0.0 | 0.07 Output | 4.56e-05 | 4.56e-05 | 4.56e-05 | 0.0 | 0.00 Modify | 0.38305 | 0.38305 | 0.38305 | 0.0 | 0.24 Other | | 0.03719 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 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: 1.51953e+06 ave 1.51953e+06 max 1.51953e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519530 Ave neighs/atom = 189.94125 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 = 293.140705917092, Press = 4.87071900167907 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -58339.889 -58339.889 -58644.604 -58644.604 294.70855 294.70855 45768.822 45768.822 -1233.5077 -1233.5077 11000 -58333.243 -58333.243 -58641.073 -58641.073 297.72236 297.72236 45760.452 45760.452 123.92781 123.92781 Loop time of 164.108 on 1 procs for 1000 steps with 8000 atoms Performance: 0.526 ns/day, 45.586 hours/ns, 6.094 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 | 163.44 | 163.44 | 163.44 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.11664 | 0.11664 | 0.11664 | 0.0 | 0.07 Output | 3.86e-05 | 3.86e-05 | 3.86e-05 | 0.0 | 0.00 Modify | 0.51326 | 0.51326 | 0.51326 | 0.0 | 0.31 Other | | 0.03776 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 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: 1.51951e+06 ave 1.51951e+06 max 1.51951e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519508 Ave neighs/atom = 189.93850 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 = 293.178790674742, Press = 6.7871774694875 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -58333.243 -58333.243 -58641.073 -58641.073 297.72236 297.72236 45760.452 45760.452 123.92781 123.92781 12000 -58341.553 -58341.553 -58645.856 -58645.856 294.31093 294.31093 45712.279 45712.279 4177.2548 4177.2548 Loop time of 164.827 on 1 procs for 1000 steps with 8000 atoms Performance: 0.524 ns/day, 45.785 hours/ns, 6.067 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 | 164.32 | 164.32 | 164.32 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.087799 | 0.087799 | 0.087799 | 0.0 | 0.05 Output | 4.53e-05 | 4.53e-05 | 4.53e-05 | 0.0 | 0.00 Modify | 0.38419 | 0.38419 | 0.38419 | 0.0 | 0.23 Other | | 0.03741 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 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: 1.51961e+06 ave 1.51961e+06 max 1.51961e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519612 Ave neighs/atom = 189.95150 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 = 293.342969827013, Press = 9.31658707817149 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -58341.553 -58341.553 -58645.856 -58645.856 294.31093 294.31093 45712.279 45712.279 4177.2548 4177.2548 13000 -58330.275 -58330.275 -58639.213 -58639.213 298.7933 298.7933 45726.818 45726.818 3483.8193 3483.8193 Loop time of 171.837 on 1 procs for 1000 steps with 8000 atoms Performance: 0.503 ns/day, 47.733 hours/ns, 5.819 timesteps/s 78.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 | 171.19 | 171.19 | 171.19 | 0.0 | 99.62 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1659 | 0.1659 | 0.1659 | 0.0 | 0.10 Output | 4.7e-05 | 4.7e-05 | 4.7e-05 | 0.0 | 0.00 Modify | 0.44137 | 0.44137 | 0.44137 | 0.0 | 0.26 Other | | 0.03787 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 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: 1.51966e+06 ave 1.51966e+06 max 1.51966e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519656 Ave neighs/atom = 189.95700 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 = 293.439986999115, Press = -4.54454171603646 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -58330.275 -58330.275 -58639.213 -58639.213 298.7933 298.7933 45726.818 45726.818 3483.8193 3483.8193 14000 -58340.176 -58340.176 -58647.838 -58647.838 297.55945 297.55945 45757.227 45757.227 -336.95918 -336.95918 Loop time of 162.095 on 1 procs for 1000 steps with 8000 atoms Performance: 0.533 ns/day, 45.026 hours/ns, 6.169 timesteps/s 83.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 | 161.52 | 161.52 | 161.52 | 0.0 | 99.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.13278 | 0.13278 | 0.13278 | 0.0 | 0.08 Output | 4.49e-05 | 4.49e-05 | 4.49e-05 | 0.0 | 0.00 Modify | 0.40187 | 0.40187 | 0.40187 | 0.0 | 0.25 Other | | 0.03758 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 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: 1.51962e+06 ave 1.51962e+06 max 1.51962e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519622 Ave neighs/atom = 189.95275 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 = 293.464893306474, Press = -5.3003910098592 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -58340.176 -58340.176 -58647.838 -58647.838 297.55945 297.55945 45757.227 45757.227 -336.95918 -336.95918 15000 -58343.121 -58343.121 -58645.233 -58645.233 292.19117 292.19117 45771.643 45771.643 -1655.6527 -1655.6527 Loop time of 158.451 on 1 procs for 1000 steps with 8000 atoms Performance: 0.545 ns/day, 44.014 hours/ns, 6.311 timesteps/s 85.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 157.93 | 157.93 | 157.93 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.087695 | 0.087695 | 0.087695 | 0.0 | 0.06 Output | 4.44e-05 | 4.44e-05 | 4.44e-05 | 0.0 | 0.00 Modify | 0.37669 | 0.37669 | 0.37669 | 0.0 | 0.24 Other | | 0.05704 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 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: 1.51964e+06 ave 1.51964e+06 max 1.51964e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519644 Ave neighs/atom = 189.95550 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 = 293.438286232555, Press = -2.37879388352944 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -58343.121 -58343.121 -58645.233 -58645.233 292.19117 292.19117 45771.643 45771.643 -1655.6527 -1655.6527 16000 -58337.964 -58337.964 -58637.942 -58637.942 290.12775 290.12775 45777.989 45777.989 -1481.4666 -1481.4666 Loop time of 166.91 on 1 procs for 1000 steps with 8000 atoms Performance: 0.518 ns/day, 46.364 hours/ns, 5.991 timesteps/s 81.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 | 166.37 | 166.37 | 166.37 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.098048 | 0.098048 | 0.098048 | 0.0 | 0.06 Output | 4.55e-05 | 4.55e-05 | 4.55e-05 | 0.0 | 0.00 Modify | 0.39705 | 0.39705 | 0.39705 | 0.0 | 0.24 Other | | 0.04402 | | | 0.03 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 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: 1.51957e+06 ave 1.51957e+06 max 1.51957e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519572 Ave neighs/atom = 189.94650 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 = 293.280372312529, Press = 1.25281592739401 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -58337.964 -58337.964 -58637.942 -58637.942 290.12775 290.12775 45777.989 45777.989 -1481.4666 -1481.4666 17000 -58345.729 -58345.729 -58646.741 -58646.741 291.12731 291.12731 45762.055 45762.055 -782.90741 -782.90741 Loop time of 163.683 on 1 procs for 1000 steps with 8000 atoms Performance: 0.528 ns/day, 45.467 hours/ns, 6.109 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 | 163.17 | 163.17 | 163.17 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.091085 | 0.091085 | 0.091085 | 0.0 | 0.06 Output | 4.57e-05 | 4.57e-05 | 4.57e-05 | 0.0 | 0.00 Modify | 0.38226 | 0.38226 | 0.38226 | 0.0 | 0.23 Other | | 0.03777 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 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: 1.51950e+06 ave 1.5195e+06 max 1.5195e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519504 Ave neighs/atom = 189.93800 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 = 293.235674651174, Press = 9.22489779361463 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -58345.729 -58345.729 -58646.741 -58646.741 291.12731 291.12731 45762.055 45762.055 -782.90741 -782.90741 18000 -58343.379 -58343.379 -58643.24 -58643.24 290.01475 290.01475 45715.18 45715.18 4021.492 4021.492 Loop time of 168.455 on 1 procs for 1000 steps with 8000 atoms Performance: 0.513 ns/day, 46.793 hours/ns, 5.936 timesteps/s 80.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 | 167.87 | 167.87 | 167.87 | 0.0 | 99.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10682 | 0.10682 | 0.10682 | 0.0 | 0.06 Output | 4.48e-05 | 4.48e-05 | 4.48e-05 | 0.0 | 0.00 Modify | 0.44127 | 0.44127 | 0.44127 | 0.0 | 0.26 Other | | 0.03962 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 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: 1.51964e+06 ave 1.51964e+06 max 1.51964e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519636 Ave neighs/atom = 189.95450 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 = 293.192169520529, Press = 7.15800343042613 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -58343.379 -58343.379 -58643.24 -58643.24 290.01475 290.01475 45715.18 45715.18 4021.492 4021.492 19000 -58341.94 -58341.94 -58645.211 -58645.211 293.31309 293.31309 45730.188 45730.188 2502.4602 2502.4602 Loop time of 167.764 on 1 procs for 1000 steps with 8000 atoms Performance: 0.515 ns/day, 46.601 hours/ns, 5.961 timesteps/s 80.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 167.18 | 167.18 | 167.18 | 0.0 | 99.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.085101 | 0.085101 | 0.085101 | 0.0 | 0.05 Output | 4.54e-05 | 4.54e-05 | 4.54e-05 | 0.0 | 0.00 Modify | 0.44134 | 0.44134 | 0.44134 | 0.0 | 0.26 Other | | 0.05748 | | | 0.03 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 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: 1.51974e+06 ave 1.51974e+06 max 1.51974e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519738 Ave neighs/atom = 189.96725 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_T293.15.out" else "print 'not_converged' file output/vol_T293.15.out" print '${V}' file output/vol_T293.15.out 45757.668426501 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0