# 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.917371556162834*${_u_distance} variable latticeconst_converted equal 3.917371556162834*1 lattice fcc ${latticeconst_converted} lattice fcc 3.91737155616283 Lattice spacing in x,y,z = 3.9173716 3.9173716 3.9173716 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 (39.173716 39.173716 39.173716) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 4000 atoms using lattice units in orthogonal box = (0.0000000 0.0000000 0.0000000) to (39.173716 39.173716 39.173716) create_atoms CPU = 0.007 seconds variable mass_converted equal 195.078*${_u_mass} variable mass_converted equal 195.078*1 kim_interactions Pt WARNING: 'kim_' has been renamed to 'kim '. Please update your input. kim interactions Pt #=== BEGIN kim interactions ================================== pair_style kim MEAM_LAMMPS_KimSeolJi_2017_PtTi__MO_280985530673_001 pair_coeff * * Pt #=== END kim interactions ==================================== mass 1 ${mass_converted} mass 1 195.078 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 60115.2000702143 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 60115.2000702143/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 60115.2000702143/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 60115.2000702143/(1*1*${_u_distance}) variable V0_metal equal 60115.2000702143/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 60115.2000702143*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 60115.2000702143 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 273.15*${_u_temperature} variable temp_converted equal 273.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 273.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 273.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 273.15 273.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 273.15 273.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 273.15 273.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 273.15 273.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 273.15 273.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 "273.15 - 0.2" variable T_up equal "273.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 CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Your simulation uses code contributions which should be cited: - OpenKIM: https://doi.org/10.1007/s11837-011-0102-6 @Article{tadmor:elliott:2011, author = {E. B. Tadmor and R. S. Elliott and J. P. Sethna and R. E. Miller and C. A. Becker}, title = {The potential of atomistic simulations and the {K}nowledgebase of {I}nteratomic {M}odels}, journal = {{JOM}}, year = 2011, volume = 63, number = 17, pages = {17}, doi = {10.1007/s11837-011-0102-6} } - OpenKIM potential: https://openkim.org/cite/MO_280985530673_001#item-citation CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -22938.806 -22938.806 -23080 -23080 273.15 273.15 60115.2 60115.2 2508.711 2508.711 1000 -22789.496 -22789.496 -22940.184 -22940.184 291.51711 291.51711 60599.473 60599.473 489.84592 489.84592 Loop time of 226.512 on 1 procs for 1000 steps with 4000 atoms Performance: 0.381 ns/day, 62.920 hours/ns, 4.415 timesteps/s 100.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 | 225.59 | 225.59 | 225.59 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15097 | 0.15097 | 0.15097 | 0.0 | 0.07 Output | 0.00022222 | 0.00022222 | 0.00022222 | 0.0 | 0.00 Modify | 0.67149 | 0.67149 | 0.67149 | 0.0 | 0.30 Other | | 0.09623 | | | 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: 344000.0 ave 344000 max 344000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 344000 Ave neighs/atom = 86.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 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -22789.496 -22789.496 -22940.184 -22940.184 291.51711 291.51711 60599.473 60599.473 489.84592 489.84592 2000 -22797.661 -22797.661 -22943.729 -22943.729 282.57906 282.57906 60617.878 60617.878 -1031.1649 -1031.1649 Loop time of 226.408 on 1 procs for 1000 steps with 4000 atoms Performance: 0.382 ns/day, 62.891 hours/ns, 4.417 timesteps/s 100.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 | 225.52 | 225.52 | 225.52 | 0.0 | 99.61 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14783 | 0.14783 | 0.14783 | 0.0 | 0.07 Output | 0.00021965 | 0.00021965 | 0.00021965 | 0.0 | 0.00 Modify | 0.6416 | 0.6416 | 0.6416 | 0.0 | 0.28 Other | | 0.09442 | | | 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: 327402.0 ave 327402 max 327402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 327402 Ave neighs/atom = 81.850500 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 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -22797.661 -22797.661 -22943.729 -22943.729 282.57906 282.57906 60617.878 60617.878 -1031.1649 -1031.1649 3000 -22798.999 -22798.999 -22943.632 -22943.632 279.80238 279.80238 60631.018 60631.018 -1688.4904 -1688.4904 Loop time of 226.506 on 1 procs for 1000 steps with 4000 atoms Performance: 0.381 ns/day, 62.918 hours/ns, 4.415 timesteps/s 100.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 | 225.62 | 225.62 | 225.62 | 0.0 | 99.61 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14866 | 0.14866 | 0.14866 | 0.0 | 0.07 Output | 0.00026738 | 0.00026738 | 0.00026738 | 0.0 | 0.00 Modify | 0.6415 | 0.6415 | 0.6415 | 0.0 | 0.28 Other | | 0.09392 | | | 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: 327264.0 ave 327264 max 327264 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 327264 Ave neighs/atom = 81.816000 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 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -22798.999 -22798.999 -22943.632 -22943.632 279.80238 279.80238 60631.018 60631.018 -1688.4904 -1688.4904 4000 -22794.726 -22794.726 -22942.034 -22942.034 284.97901 284.97901 60545.098 60545.098 2878.1295 2878.1295 Loop time of 225.592 on 1 procs for 1000 steps with 4000 atoms Performance: 0.383 ns/day, 62.664 hours/ns, 4.433 timesteps/s 100.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 | 224.71 | 224.71 | 224.71 | 0.0 | 99.61 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14836 | 0.14836 | 0.14836 | 0.0 | 0.07 Output | 0.00021643 | 0.00021643 | 0.00021643 | 0.0 | 0.00 Modify | 0.64057 | 0.64057 | 0.64057 | 0.0 | 0.28 Other | | 0.09337 | | | 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: 327108.0 ave 327108 max 327108 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 327108 Ave neighs/atom = 81.777000 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 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -22794.726 -22794.726 -22942.034 -22942.034 284.97901 284.97901 60545.098 60545.098 2878.1295 2878.1295 5000 -22799.179 -22799.179 -22938.983 -22938.983 270.461 270.461 60605.748 60605.748 69.247383 69.247383 Loop time of 226.011 on 1 procs for 1000 steps with 4000 atoms Performance: 0.382 ns/day, 62.781 hours/ns, 4.425 timesteps/s 100.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 | 225.13 | 225.13 | 225.13 | 0.0 | 99.61 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14734 | 0.14734 | 0.14734 | 0.0 | 0.07 Output | 0.00017645 | 0.00017645 | 0.00017645 | 0.0 | 0.00 Modify | 0.64122 | 0.64122 | 0.64122 | 0.0 | 0.28 Other | | 0.09427 | | | 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: 327856.0 ave 327856 max 327856 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 327856 Ave neighs/atom = 81.964000 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 = 275.945521911653, Press = 131.896733653092 next a jump SELF 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -22799.179 -22799.179 -22938.983 -22938.983 270.461 270.461 60605.748 60605.748 69.247383 69.247383 6000 -22798.385 -22798.385 -22940.749 -22940.749 275.41297 275.41297 60617.017 60617.017 -588.31581 -588.31581 Loop time of 226.134 on 1 procs for 1000 steps with 4000 atoms Performance: 0.382 ns/day, 62.815 hours/ns, 4.422 timesteps/s 100.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 | 225.23 | 225.23 | 225.23 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14755 | 0.14755 | 0.14755 | 0.0 | 0.07 Output | 0.00021804 | 0.00021804 | 0.00021804 | 0.0 | 0.00 Modify | 0.66297 | 0.66297 | 0.66297 | 0.0 | 0.29 Other | | 0.09341 | | | 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: 327334.0 ave 327334 max 327334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 327334 Ave neighs/atom = 81.833500 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 = 273.532538253329, Press = 11.9032904100422 next a jump SELF 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -22798.385 -22798.385 -22940.749 -22940.749 275.41297 275.41297 60617.017 60617.017 -588.31581 -588.31581 7000 -22796.9 -22796.9 -22936.969 -22936.969 270.97172 270.97172 60582.704 60582.704 1460.3453 1460.3453 Loop time of 226.076 on 1 procs for 1000 steps with 4000 atoms Performance: 0.382 ns/day, 62.799 hours/ns, 4.423 timesteps/s 100.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 | 225.17 | 225.17 | 225.17 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14812 | 0.14812 | 0.14812 | 0.0 | 0.07 Output | 0.00017757 | 0.00017757 | 0.00017757 | 0.0 | 0.00 Modify | 0.66341 | 0.66341 | 0.66341 | 0.0 | 0.29 Other | | 0.09285 | | | 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: 327350.0 ave 327350 max 327350 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 327350 Ave neighs/atom = 81.837500 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 = 273.027415046522, Press = 16.8217085766389 next a jump SELF 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -22796.9 -22796.9 -22936.969 -22936.969 270.97172 270.97172 60582.704 60582.704 1460.3453 1460.3453 8000 -22797.826 -22797.826 -22937.808 -22937.808 270.80583 270.80583 60621.234 60621.234 -312.39465 -312.39465 Loop time of 225.912 on 1 procs for 1000 steps with 4000 atoms Performance: 0.382 ns/day, 62.753 hours/ns, 4.427 timesteps/s 100.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 | 225.01 | 225.01 | 225.01 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14937 | 0.14937 | 0.14937 | 0.0 | 0.07 Output | 0.00017876 | 0.00017876 | 0.00017876 | 0.0 | 0.00 Modify | 0.66315 | 0.66315 | 0.66315 | 0.0 | 0.29 Other | | 0.09398 | | | 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: 327454.0 ave 327454 max 327454 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 327454 Ave neighs/atom = 81.863500 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 = 273.352303316428, Press = -0.0165916586486955 next a jump SELF 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -22797.826 -22797.826 -22937.808 -22937.808 270.80583 270.80583 60621.234 60621.234 -312.39465 -312.39465 9000 -22801.061 -22801.061 -22941.336 -22941.336 271.37239 271.37239 60609.338 60609.338 -316.34301 -316.34301 Loop time of 225.905 on 1 procs for 1000 steps with 4000 atoms Performance: 0.382 ns/day, 62.751 hours/ns, 4.427 timesteps/s 100.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 | 225 | 225 | 225 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14817 | 0.14817 | 0.14817 | 0.0 | 0.07 Output | 0.00017666 | 0.00017666 | 0.00017666 | 0.0 | 0.00 Modify | 0.66549 | 0.66549 | 0.66549 | 0.0 | 0.29 Other | | 0.09319 | | | 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: 327154.0 ave 327154 max 327154 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 327154 Ave neighs/atom = 81.788500 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 = 272.989590715459, Press = 13.8872023057857 next a jump SELF 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -22801.061 -22801.061 -22941.336 -22941.336 271.37239 271.37239 60609.338 60609.338 -316.34301 -316.34301 10000 -22795.713 -22795.713 -22935.439 -22935.439 270.30977 270.30977 60664.137 60664.137 -2085.7057 -2085.7057 Loop time of 225.915 on 1 procs for 1000 steps with 4000 atoms Performance: 0.382 ns/day, 62.754 hours/ns, 4.426 timesteps/s 100.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 | 225.01 | 225.01 | 225.01 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1479 | 0.1479 | 0.1479 | 0.0 | 0.07 Output | 0.00017979 | 0.00017979 | 0.00017979 | 0.0 | 0.00 Modify | 0.66385 | 0.66385 | 0.66385 | 0.0 | 0.29 Other | | 0.09349 | | | 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: 327278.0 ave 327278 max 327278 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 327278 Ave neighs/atom = 81.819500 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 = 272.998510542456, Press = 2.08842788521653 next a jump SELF 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -22795.713 -22795.713 -22935.439 -22935.439 270.30977 270.30977 60664.137 60664.137 -2085.7057 -2085.7057 11000 -22804.195 -22804.195 -22943.267 -22943.267 269.04341 269.04341 60605.469 60605.469 -380.72219 -380.72219 Loop time of 226.107 on 1 procs for 1000 steps with 4000 atoms Performance: 0.382 ns/day, 62.808 hours/ns, 4.423 timesteps/s 100.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 | 225.2 | 225.2 | 225.2 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14758 | 0.14758 | 0.14758 | 0.0 | 0.07 Output | 0.00021508 | 0.00021508 | 0.00021508 | 0.0 | 0.00 Modify | 0.66428 | 0.66428 | 0.66428 | 0.0 | 0.29 Other | | 0.09378 | | | 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: 326974.0 ave 326974 max 326974 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 326974 Ave neighs/atom = 81.743500 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 = 272.802911929219, Press = -1.61748871232128 next a jump SELF 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -22804.195 -22804.195 -22943.267 -22943.267 269.04341 269.04341 60605.469 60605.469 -380.72219 -380.72219 12000 -22799.912 -22799.912 -22938.616 -22938.616 268.33216 268.33216 60580.533 60580.533 1426.9458 1426.9458 Loop time of 226.001 on 1 procs for 1000 steps with 4000 atoms Performance: 0.382 ns/day, 62.778 hours/ns, 4.425 timesteps/s 100.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 | 225.1 | 225.1 | 225.1 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14745 | 0.14745 | 0.14745 | 0.0 | 0.07 Output | 0.00017643 | 0.00017643 | 0.00017643 | 0.0 | 0.00 Modify | 0.66265 | 0.66265 | 0.66265 | 0.0 | 0.29 Other | | 0.09422 | | | 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: 327322.0 ave 327322 max 327322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 327322 Ave neighs/atom = 81.830500 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 = 272.812894852274, Press = -0.386410607435895 next a jump SELF 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -22799.912 -22799.912 -22938.616 -22938.616 268.33216 268.33216 60580.533 60580.533 1426.9458 1426.9458 13000 -22799.089 -22799.089 -22941.515 -22941.515 275.5322 275.5322 60590.718 60590.718 567.66267 567.66267 Loop time of 225.592 on 1 procs for 1000 steps with 4000 atoms Performance: 0.383 ns/day, 62.664 hours/ns, 4.433 timesteps/s 100.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 | 224.69 | 224.69 | 224.69 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14754 | 0.14754 | 0.14754 | 0.0 | 0.07 Output | 0.00018041 | 0.00018041 | 0.00018041 | 0.0 | 0.00 Modify | 0.66397 | 0.66397 | 0.66397 | 0.0 | 0.29 Other | | 0.09356 | | | 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: 327348.0 ave 327348 max 327348 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 327348 Ave neighs/atom = 81.837000 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 = 272.862581428836, Press = -0.26662041491739 next a jump SELF 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -22799.089 -22799.089 -22941.515 -22941.515 275.5322 275.5322 60590.718 60590.718 567.66267 567.66267 14000 -22794.871 -22794.871 -22939.334 -22939.334 279.47242 279.47242 60567.641 60567.641 2050.318 2050.318 Loop time of 225.976 on 1 procs for 1000 steps with 4000 atoms Performance: 0.382 ns/day, 62.771 hours/ns, 4.425 timesteps/s 100.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 | 225.07 | 225.07 | 225.07 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14785 | 0.14785 | 0.14785 | 0.0 | 0.07 Output | 0.00017809 | 0.00017809 | 0.00017809 | 0.0 | 0.00 Modify | 0.6631 | 0.6631 | 0.6631 | 0.0 | 0.29 Other | | 0.09348 | | | 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: 327522.0 ave 327522 max 327522 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 327522 Ave neighs/atom = 81.880500 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 = 273.108971158495, Press = 2.64201422801049 next a jump SELF 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -22794.871 -22794.871 -22939.334 -22939.334 279.47242 279.47242 60567.641 60567.641 2050.318 2050.318 15000 -22798.607 -22798.607 -22939.605 -22939.605 272.76858 272.76858 60612.542 60612.542 -155.69693 -155.69693 Loop time of 225.883 on 1 procs for 1000 steps with 4000 atoms Performance: 0.382 ns/day, 62.745 hours/ns, 4.427 timesteps/s 100.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 | 224.98 | 224.98 | 224.98 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14762 | 0.14762 | 0.14762 | 0.0 | 0.07 Output | 0.00052587 | 0.00052587 | 0.00052587 | 0.0 | 0.00 Modify | 0.66318 | 0.66318 | 0.66318 | 0.0 | 0.29 Other | | 0.0937 | | | 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: 327502.0 ave 327502 max 327502 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 327502 Ave neighs/atom = 81.875500 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 = 273.086104898337, Press = 4.19913241113033 next a jump SELF 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -22798.607 -22798.607 -22939.605 -22939.605 272.76858 272.76858 60612.542 60612.542 -155.69693 -155.69693 16000 -22798.556 -22798.556 -22939.1 -22939.1 271.89282 271.89282 60631.745 60631.745 -1108.5134 -1108.5134 Loop time of 230.643 on 1 procs for 1000 steps with 4000 atoms Performance: 0.375 ns/day, 64.068 hours/ns, 4.336 timesteps/s 100.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 | 229.71 | 229.71 | 229.71 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15019 | 0.15019 | 0.15019 | 0.0 | 0.07 Output | 0.0001806 | 0.0001806 | 0.0001806 | 0.0 | 0.00 Modify | 0.68792 | 0.68792 | 0.68792 | 0.0 | 0.30 Other | | 0.09579 | | | 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: 327192.0 ave 327192 max 327192 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 327192 Ave neighs/atom = 81.798000 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 = 273.056427735612, Press = 1.47590696230583 next a jump SELF 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -22798.556 -22798.556 -22939.1 -22939.1 271.89282 271.89282 60631.745 60631.745 -1108.5134 -1108.5134 17000 -22799.671 -22799.671 -22942.264 -22942.264 275.85539 275.85539 60646.01 60646.01 -2164.1828 -2164.1828 Loop time of 252.243 on 1 procs for 1000 steps with 4000 atoms Performance: 0.343 ns/day, 70.067 hours/ns, 3.964 timesteps/s 100.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 | 251.19 | 251.19 | 251.19 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16163 | 0.16163 | 0.16163 | 0.0 | 0.06 Output | 0.00023112 | 0.00023112 | 0.00023112 | 0.0 | 0.00 Modify | 0.78543 | 0.78543 | 0.78543 | 0.0 | 0.31 Other | | 0.1031 | | | 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: 327140.0 ave 327140 max 327140 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 327140 Ave neighs/atom = 81.785000 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 = 272.939604140138, Press = -0.39849149701187 next a jump SELF 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -22799.671 -22799.671 -22942.264 -22942.264 275.85539 275.85539 60646.01 60646.01 -2164.1828 -2164.1828 18000 -22797.844 -22797.844 -22937.724 -22937.724 270.60826 270.60826 60593.412 60593.412 874.54454 874.54454 Loop time of 259.718 on 1 procs for 1000 steps with 4000 atoms Performance: 0.333 ns/day, 72.144 hours/ns, 3.850 timesteps/s 99.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 | 258.63 | 258.63 | 258.63 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1663 | 0.1663 | 0.1663 | 0.0 | 0.06 Output | 0.00017726 | 0.00017726 | 0.00017726 | 0.0 | 0.00 Modify | 0.81779 | 0.81779 | 0.81779 | 0.0 | 0.31 Other | | 0.1058 | | | 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: 327048.0 ave 327048 max 327048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 327048 Ave neighs/atom = 81.762000 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 = 272.925177664329, Press = -0.239733210341684 next a jump SELF 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -22797.844 -22797.844 -22937.724 -22937.724 270.60826 270.60826 60593.412 60593.412 874.54454 874.54454 19000 -22802.522 -22802.522 -22941.34 -22941.34 268.55144 268.55144 60572.231 60572.231 1403.4966 1403.4966 Loop time of 246.08 on 1 procs for 1000 steps with 4000 atoms Performance: 0.351 ns/day, 68.355 hours/ns, 4.064 timesteps/s 100.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 | 245.06 | 245.06 | 245.06 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15727 | 0.15727 | 0.15727 | 0.0 | 0.06 Output | 0.00017914 | 0.00017914 | 0.00017914 | 0.0 | 0.00 Modify | 0.76509 | 0.76509 | 0.76509 | 0.0 | 0.31 Other | | 0.1015 | | | 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: 327534.0 ave 327534 max 327534 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 327534 Ave neighs/atom = 81.883500 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 = 272.825047803107, Press = 3.42798315028711 next a jump SELF 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -22802.522 -22802.522 -22941.34 -22941.34 268.55144 268.55144 60572.231 60572.231 1403.4966 1403.4966 20000 -22800.767 -22800.767 -22939.018 -22939.018 267.45635 267.45635 60644.195 60644.195 -1670.0638 -1670.0638 Loop time of 236.192 on 1 procs for 1000 steps with 4000 atoms Performance: 0.366 ns/day, 65.609 hours/ns, 4.234 timesteps/s 100.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 | 235.23 | 235.23 | 235.23 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15407 | 0.15407 | 0.15407 | 0.0 | 0.07 Output | 0.00017913 | 0.00017913 | 0.00017913 | 0.0 | 0.00 Modify | 0.71315 | 0.71315 | 0.71315 | 0.0 | 0.30 Other | | 0.09863 | | | 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: 327464.0 ave 327464 max 327464 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 327464 Ave neighs/atom = 81.866000 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 = 272.856572681478, Press = 1.20352051241875 next a jump SELF 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -22800.767 -22800.767 -22939.018 -22939.018 267.45635 267.45635 60644.195 60644.195 -1670.0638 -1670.0638 21000 -22798.055 -22798.055 -22940.009 -22940.009 274.61977 274.61977 60611.327 60611.327 -252.28744 -252.28744 Loop time of 226.228 on 1 procs for 1000 steps with 4000 atoms Performance: 0.382 ns/day, 62.841 hours/ns, 4.420 timesteps/s 100.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 | 225.32 | 225.32 | 225.32 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14973 | 0.14973 | 0.14973 | 0.0 | 0.07 Output | 0.00018122 | 0.00018122 | 0.00018122 | 0.0 | 0.00 Modify | 0.66865 | 0.66865 | 0.66865 | 0.0 | 0.30 Other | | 0.09393 | | | 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: 327110.0 ave 327110 max 327110 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 327110 Ave neighs/atom = 81.777500 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 = 272.95052071097, Press = 1.79475293848605 next a jump SELF 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -22798.055 -22798.055 -22940.009 -22940.009 274.61977 274.61977 60611.327 60611.327 -252.28744 -252.28744 22000 -22798.473 -22798.473 -22939.541 -22939.541 272.90649 272.90649 60627.053 60627.053 -957.87719 -957.87719 Loop time of 250.016 on 1 procs for 1000 steps with 4000 atoms Performance: 0.346 ns/day, 69.449 hours/ns, 4.000 timesteps/s 99.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 | 248.98 | 248.98 | 248.98 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16114 | 0.16114 | 0.16114 | 0.0 | 0.06 Output | 0.00017704 | 0.00017704 | 0.00017704 | 0.0 | 0.00 Modify | 0.77752 | 0.77752 | 0.77752 | 0.0 | 0.31 Other | | 0.1018 | | | 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: 327240.0 ave 327240 max 327240 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 327240 Ave neighs/atom = 81.810000 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 = 272.998302578263, Press = 0.980892548039416 next a jump SELF 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -22798.473 -22798.473 -22939.541 -22939.541 272.90649 272.90649 60627.053 60627.053 -957.87719 -957.87719 23000 -22793.296 -22793.296 -22936.914 -22936.914 277.83834 277.83834 60632.977 60632.977 -759.30284 -759.30284 Loop time of 258.523 on 1 procs for 1000 steps with 4000 atoms Performance: 0.334 ns/day, 71.812 hours/ns, 3.868 timesteps/s 99.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 | 257.44 | 257.44 | 257.44 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16456 | 0.16456 | 0.16456 | 0.0 | 0.06 Output | 0.00017678 | 0.00017678 | 0.00017678 | 0.0 | 0.00 Modify | 0.81151 | 0.81151 | 0.81151 | 0.0 | 0.31 Other | | 0.105 | | | 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: 327308.0 ave 327308 max 327308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 327308 Ave neighs/atom = 81.827000 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 = 273.007416391275, Press = -0.326997498326784 next a jump SELF 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -22793.296 -22793.296 -22936.914 -22936.914 277.83834 277.83834 60632.977 60632.977 -759.30284 -759.30284 24000 -22799.844 -22799.844 -22938.059 -22938.059 267.3853 267.3853 60636.6 60636.6 -1173.8526 -1173.8526 Loop time of 237.808 on 1 procs for 1000 steps with 4000 atoms Performance: 0.363 ns/day, 66.058 hours/ns, 4.205 timesteps/s 100.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 | 236.83 | 236.83 | 236.83 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15352 | 0.15352 | 0.15352 | 0.0 | 0.06 Output | 0.00022941 | 0.00022941 | 0.00022941 | 0.0 | 0.00 Modify | 0.72227 | 0.72227 | 0.72227 | 0.0 | 0.30 Other | | 0.09793 | | | 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: 327150.0 ave 327150 max 327150 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 327150 Ave neighs/atom = 81.787500 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 = 273.099967906453, Press = -0.384519848473106 next a jump SELF 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -22799.844 -22799.844 -22938.059 -22938.059 267.3853 267.3853 60636.6 60636.6 -1173.8526 -1173.8526 25000 -22802.255 -22802.255 -22942.326 -22942.326 270.97667 270.97667 60563.917 60563.917 1598.0686 1598.0686 Loop time of 253.25 on 1 procs for 1000 steps with 4000 atoms Performance: 0.341 ns/day, 70.347 hours/ns, 3.949 timesteps/s 100.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 | 252.19 | 252.19 | 252.19 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16419 | 0.16419 | 0.16419 | 0.0 | 0.06 Output | 0.00017439 | 0.00017439 | 0.00017439 | 0.0 | 0.00 Modify | 0.79613 | 0.79613 | 0.79613 | 0.0 | 0.31 Other | | 0.1037 | | | 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: 327214.0 ave 327214 max 327214 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 327214 Ave neighs/atom = 81.803500 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_T273.15.out" else "print 'not_converged' file output/vol_T273.15.out" print '${V}' file output/vol_T273.15.out 60608.4673073539 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0