# 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 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 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 -58677.576 -58677.576 -58960 -58960 273.15 273.15 45384.685 45384.685 6646.7992 6646.7992 1000 -58362.254 -58362.254 -58652.054 -58652.054 280.28406 280.28406 45711.398 45711.398 3171.505 3171.505 Loop time of 156.356 on 1 procs for 1000 steps with 8000 atoms Performance: 0.553 ns/day, 43.432 hours/ns, 6.396 timesteps/s 83.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 | 155.86 | 155.86 | 155.86 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.085477 | 0.085477 | 0.085477 | 0.0 | 0.05 Output | 6.19e-05 | 6.19e-05 | 6.19e-05 | 0.0 | 0.00 Modify | 0.36833 | 0.36833 | 0.36833 | 0.0 | 0.24 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.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 -58362.254 -58362.254 -58652.054 -58652.054 280.28406 280.28406 45711.398 45711.398 3171.505 3171.505 2000 -58392.712 -58392.712 -58673.864 -58673.864 271.91952 271.91952 45719.704 45719.704 348.31825 348.31825 Loop time of 162.263 on 1 procs for 1000 steps with 8000 atoms Performance: 0.532 ns/day, 45.073 hours/ns, 6.163 timesteps/s 83.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 161.71 | 161.71 | 161.71 | 0.0 | 99.66 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.090794 | 0.090794 | 0.090794 | 0.0 | 0.06 Output | 6e-05 | 6e-05 | 6e-05 | 0.0 | 0.00 Modify | 0.42004 | 0.42004 | 0.42004 | 0.0 | 0.26 Other | | 0.04563 | | | 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.51981e+06 ave 1.51981e+06 max 1.51981e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519812 Ave neighs/atom = 189.97650 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 -58392.712 -58392.712 -58673.864 -58673.864 271.91952 271.91952 45719.704 45719.704 348.31825 348.31825 3000 -58378.218 -58378.218 -58663.883 -58663.883 276.28459 276.28459 45736.591 45736.591 -277.69908 -277.69908 Loop time of 162.485 on 1 procs for 1000 steps with 8000 atoms Performance: 0.532 ns/day, 45.135 hours/ns, 6.154 timesteps/s 83.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 | 161.93 | 161.93 | 161.93 | 0.0 | 99.66 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10577 | 0.10577 | 0.10577 | 0.0 | 0.07 Output | 5.78e-05 | 5.78e-05 | 5.78e-05 | 0.0 | 0.00 Modify | 0.38839 | 0.38839 | 0.38839 | 0.0 | 0.24 Other | | 0.05719 | | | 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.51983e+06 ave 1.51983e+06 max 1.51983e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519828 Ave neighs/atom = 189.97850 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 -58378.218 -58378.218 -58663.883 -58663.883 276.28459 276.28459 45736.591 45736.591 -277.69908 -277.69908 4000 -58383.897 -58383.897 -58665.424 -58665.424 272.28259 272.28259 45737.964 45737.964 -664.85302 -664.85302 Loop time of 165.041 on 1 procs for 1000 steps with 8000 atoms Performance: 0.524 ns/day, 45.845 hours/ns, 6.059 timesteps/s 82.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 | 164.53 | 164.53 | 164.53 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.093647 | 0.093647 | 0.093647 | 0.0 | 0.06 Output | 6.24e-05 | 6.24e-05 | 6.24e-05 | 0.0 | 0.00 Modify | 0.37058 | 0.37058 | 0.37058 | 0.0 | 0.22 Other | | 0.05037 | | | 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.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 = 1519748 Ave neighs/atom = 189.96850 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 -58383.897 -58383.897 -58665.424 -58665.424 272.28259 272.28259 45737.964 45737.964 -664.85302 -664.85302 5000 -58385.229 -58385.229 -58671.271 -58671.271 276.64888 276.64888 45743.782 45743.782 -1548.5951 -1548.5951 Loop time of 161.163 on 1 procs for 1000 steps with 8000 atoms Performance: 0.536 ns/day, 44.768 hours/ns, 6.205 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 | 160.67 | 160.67 | 160.67 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.085776 | 0.085776 | 0.085776 | 0.0 | 0.05 Output | 4.59e-05 | 4.59e-05 | 4.59e-05 | 0.0 | 0.00 Modify | 0.35327 | 0.35327 | 0.35327 | 0.0 | 0.22 Other | | 0.05863 | | | 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.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 = 1519746 Ave neighs/atom = 189.96825 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.691532793912, Press = 278.02387799083 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 -58385.229 -58385.229 -58671.271 -58671.271 276.64888 276.64888 45743.782 45743.782 -1548.5951 -1548.5951 6000 -58378.94 -58378.94 -58665.23 -58665.23 276.88858 276.88858 45760.289 45760.289 -2526.4049 -2526.4049 Loop time of 158.204 on 1 procs for 1000 steps with 8000 atoms Performance: 0.546 ns/day, 43.945 hours/ns, 6.321 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.73 | 157.73 | 157.73 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.097684 | 0.097684 | 0.097684 | 0.0 | 0.06 Output | 4.73e-05 | 4.73e-05 | 4.73e-05 | 0.0 | 0.00 Modify | 0.32141 | 0.32141 | 0.32141 | 0.0 | 0.20 Other | | 0.05772 | | | 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.51982e+06 ave 1.51982e+06 max 1.51982e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519820 Ave neighs/atom = 189.97750 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.765845253795, Press = 2.74592847573516 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 -58378.94 -58378.94 -58665.23 -58665.23 276.88858 276.88858 45760.289 45760.289 -2526.4049 -2526.4049 7000 -58387.936 -58387.936 -58668.69 -58668.69 271.53504 271.53504 45756.881 45756.881 -2801.6795 -2801.6795 Loop time of 162.808 on 1 procs for 1000 steps with 8000 atoms Performance: 0.531 ns/day, 45.225 hours/ns, 6.142 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.22 | 162.22 | 162.22 | 0.0 | 99.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12925 | 0.12925 | 0.12925 | 0.0 | 0.08 Output | 4.85e-05 | 4.85e-05 | 4.85e-05 | 0.0 | 0.00 Modify | 0.39932 | 0.39932 | 0.39932 | 0.0 | 0.25 Other | | 0.05763 | | | 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.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 = 1519754 Ave neighs/atom = 189.96925 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.080532750638, Press = -24.1424874103504 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 -58387.936 -58387.936 -58668.69 -58668.69 271.53504 271.53504 45756.881 45756.881 -2801.6795 -2801.6795 8000 -58378.355 -58378.355 -58664.623 -58664.623 276.8674 276.8674 45740.829 45740.829 -668.12965 -668.12965 Loop time of 167.452 on 1 procs for 1000 steps with 8000 atoms Performance: 0.516 ns/day, 46.515 hours/ns, 5.972 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.9 | 166.9 | 166.9 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.11767 | 0.11767 | 0.11767 | 0.0 | 0.07 Output | 3.86e-05 | 3.86e-05 | 3.86e-05 | 0.0 | 0.00 Modify | 0.39351 | 0.39351 | 0.39351 | 0.0 | 0.23 Other | | 0.03707 | | | 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.51976e+06 ave 1.51976e+06 max 1.51976e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519762 Ave neighs/atom = 189.97025 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.091426899809, Press = -16.0738525365379 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 -58378.355 -58378.355 -58664.623 -58664.623 276.8674 276.8674 45740.829 45740.829 -668.12965 -668.12965 9000 -58386.46 -58386.46 -58665.368 -58665.368 269.74991 269.74991 45722.442 45722.442 862.9087 862.9087 Loop time of 159.509 on 1 procs for 1000 steps with 8000 atoms Performance: 0.542 ns/day, 44.308 hours/ns, 6.269 timesteps/s 84.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 | 159.04 | 159.04 | 159.04 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.086147 | 0.086147 | 0.086147 | 0.0 | 0.05 Output | 5.2e-05 | 5.2e-05 | 5.2e-05 | 0.0 | 0.00 Modify | 0.34131 | 0.34131 | 0.34131 | 0.0 | 0.21 Other | | 0.03723 | | | 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.51967e+06 ave 1.51967e+06 max 1.51967e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519670 Ave neighs/atom = 189.95875 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.066951323558, Press = -2.13102318076436 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 -58386.46 -58386.46 -58665.368 -58665.368 269.74991 269.74991 45722.442 45722.442 862.9087 862.9087 10000 -58382.508 -58382.508 -58667.126 -58667.126 275.27199 275.27199 45721.613 45721.613 821.29047 821.29047 Loop time of 162.526 on 1 procs for 1000 steps with 8000 atoms Performance: 0.532 ns/day, 45.146 hours/ns, 6.153 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 | 162 | 162 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10649 | 0.10649 | 0.10649 | 0.0 | 0.07 Output | 4.77e-05 | 4.77e-05 | 4.77e-05 | 0.0 | 0.00 Modify | 0.38703 | 0.38703 | 0.38703 | 0.0 | 0.24 Other | | 0.03676 | | | 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.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 = 1519740 Ave neighs/atom = 189.96750 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.153155633627, Press = 1.49888840346985 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 -58382.508 -58382.508 -58667.126 -58667.126 275.27199 275.27199 45721.613 45721.613 821.29047 821.29047 11000 -58377.179 -58377.179 -58666.095 -58666.095 279.42891 279.42891 45720.449 45720.449 1022.0096 1022.0096 Loop time of 160.76 on 1 procs for 1000 steps with 8000 atoms Performance: 0.537 ns/day, 44.656 hours/ns, 6.220 timesteps/s 84.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 | 160.24 | 160.24 | 160.24 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.089576 | 0.089576 | 0.089576 | 0.0 | 0.06 Output | 4.6e-05 | 4.6e-05 | 4.6e-05 | 0.0 | 0.00 Modify | 0.39112 | 0.39112 | 0.39112 | 0.0 | 0.24 Other | | 0.03725 | | | 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 = 1519750 Ave neighs/atom = 189.96875 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.169334632623, Press = 3.70072369624613 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 -58377.179 -58377.179 -58666.095 -58666.095 279.42891 279.42891 45720.449 45720.449 1022.0096 1022.0096 12000 -58384.289 -58384.289 -58665.558 -58665.558 272.03253 272.03253 45688.807 45688.807 4008.332 4008.332 Loop time of 159.773 on 1 procs for 1000 steps with 8000 atoms Performance: 0.541 ns/day, 44.381 hours/ns, 6.259 timesteps/s 84.4% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 159.2 | 159.2 | 159.2 | 0.0 | 99.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12557 | 0.12557 | 0.12557 | 0.0 | 0.08 Output | 4.37e-05 | 4.37e-05 | 4.37e-05 | 0.0 | 0.00 Modify | 0.40693 | 0.40693 | 0.40693 | 0.0 | 0.25 Other | | 0.03681 | | | 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.51972e+06 ave 1.51972e+06 max 1.51972e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519716 Ave neighs/atom = 189.96450 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.326922947981, Press = 9.74816525346123 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 -58384.289 -58384.289 -58665.558 -58665.558 272.03253 272.03253 45688.807 45688.807 4008.332 4008.332 13000 -58375.585 -58375.585 -58659.726 -58659.726 274.81083 274.81083 45709.496 45709.496 2639.6757 2639.6757 Loop time of 165.86 on 1 procs for 1000 steps with 8000 atoms Performance: 0.521 ns/day, 46.072 hours/ns, 6.029 timesteps/s 81.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 | 165.26 | 165.26 | 165.26 | 0.0 | 99.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.11001 | 0.11001 | 0.11001 | 0.0 | 0.07 Output | 4.55e-05 | 4.55e-05 | 4.55e-05 | 0.0 | 0.00 Modify | 0.45359 | 0.45359 | 0.45359 | 0.0 | 0.27 Other | | 0.03718 | | | 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.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 = 1519744 Ave neighs/atom = 189.96800 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.427693855902, Press = 13.5359522243845 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 -58375.585 -58375.585 -58659.726 -58659.726 274.81083 274.81083 45709.496 45709.496 2639.6757 2639.6757 14000 -58379.677 -58379.677 -58661.639 -58661.639 272.70347 272.70347 45731.294 45731.294 355.56605 355.56605 Loop time of 165 on 1 procs for 1000 steps with 8000 atoms Performance: 0.524 ns/day, 45.833 hours/ns, 6.061 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 | 164.47 | 164.47 | 164.47 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.086668 | 0.086668 | 0.086668 | 0.0 | 0.05 Output | 4.46e-05 | 4.46e-05 | 4.46e-05 | 0.0 | 0.00 Modify | 0.40779 | 0.40779 | 0.40779 | 0.0 | 0.25 Other | | 0.0373 | | | 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.51972e+06 ave 1.51972e+06 max 1.51972e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519724 Ave neighs/atom = 189.96550 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.403601856863, Press = 8.29913519797308 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 -58379.677 -58379.677 -58661.639 -58661.639 272.70347 272.70347 45731.294 45731.294 355.56605 355.56605 15000 -58390.075 -58390.075 -58667.83 -58667.83 268.63438 268.63438 45735.129 45735.129 -806.08125 -806.08125 Loop time of 156.423 on 1 procs for 1000 steps with 8000 atoms Performance: 0.552 ns/day, 43.451 hours/ns, 6.393 timesteps/s 86.4% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 155.91 | 155.91 | 155.91 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.085773 | 0.085773 | 0.085773 | 0.0 | 0.05 Output | 4.54e-05 | 4.54e-05 | 4.54e-05 | 0.0 | 0.00 Modify | 0.38842 | 0.38842 | 0.38842 | 0.0 | 0.25 Other | | 0.0374 | | | 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.51968e+06 ave 1.51968e+06 max 1.51968e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519678 Ave neighs/atom = 189.95975 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.284323326459, Press = 5.58276947035265 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 -58390.075 -58390.075 -58667.83 -58667.83 268.63438 268.63438 45735.129 45735.129 -806.08125 -806.08125 16000 -58382.801 -58382.801 -58666.691 -58666.691 274.56812 274.56812 45746.448 45746.448 -1570.2181 -1570.2181 Loop time of 162.027 on 1 procs for 1000 steps with 8000 atoms Performance: 0.533 ns/day, 45.008 hours/ns, 6.172 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 | 161.48 | 161.48 | 161.48 | 0.0 | 99.66 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.085856 | 0.085856 | 0.085856 | 0.0 | 0.05 Output | 5.68e-05 | 5.68e-05 | 5.68e-05 | 0.0 | 0.00 Modify | 0.42837 | 0.42837 | 0.42837 | 0.0 | 0.26 Other | | 0.03759 | | | 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 = 1519746 Ave neighs/atom = 189.96825 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.240820525825, Press = 3.06996158376496 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 -58382.801 -58382.801 -58666.691 -58666.691 274.56812 274.56812 45746.448 45746.448 -1570.2181 -1570.2181 17000 -58385.871 -58385.871 -58669.675 -58669.675 274.48462 274.48462 45766.85 45766.85 -3780.1869 -3780.1869 Loop time of 165.531 on 1 procs for 1000 steps with 8000 atoms Performance: 0.522 ns/day, 45.981 hours/ns, 6.041 timesteps/s 81.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 | 164.93 | 164.93 | 164.93 | 0.0 | 99.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.085946 | 0.085946 | 0.085946 | 0.0 | 0.05 Output | 4.68e-05 | 4.68e-05 | 4.68e-05 | 0.0 | 0.00 Modify | 0.45997 | 0.45997 | 0.45997 | 0.0 | 0.28 Other | | 0.05715 | | | 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 = 1519740 Ave neighs/atom = 189.96750 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.114503436186, Press = 0.400629331938032 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 -58385.871 -58385.871 -58669.675 -58669.675 274.48462 274.48462 45766.85 45766.85 -3780.1869 -3780.1869 18000 -58385.628 -58385.628 -58667.184 -58667.184 272.31087 272.31087 45777.51 45777.51 -4561.475 -4561.475 Loop time of 170.966 on 1 procs for 1000 steps with 8000 atoms Performance: 0.505 ns/day, 47.491 hours/ns, 5.849 timesteps/s 79.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 | 170.4 | 170.4 | 170.4 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12578 | 0.12578 | 0.12578 | 0.0 | 0.07 Output | 4.61e-05 | 4.61e-05 | 4.61e-05 | 0.0 | 0.00 Modify | 0.40001 | 0.40001 | 0.40001 | 0.0 | 0.23 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.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 = 273.130461927689, Press = -4.14747341733712 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 -58385.628 -58385.628 -58667.184 -58667.184 272.31087 272.31087 45777.51 45777.51 -4561.475 -4561.475 19000 -58379.567 -58379.567 -58663.88 -58663.88 274.97629 274.97629 45747.091 45747.091 -1247.6966 -1247.6966 Loop time of 164.695 on 1 procs for 1000 steps with 8000 atoms Performance: 0.525 ns/day, 45.749 hours/ns, 6.072 timesteps/s 82.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 | 164.18 | 164.18 | 164.18 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.13078 | 0.13078 | 0.13078 | 0.0 | 0.08 Output | 4.69e-05 | 4.69e-05 | 4.69e-05 | 0.0 | 0.00 Modify | 0.35007 | 0.35007 | 0.35007 | 0.0 | 0.21 Other | | 0.03738 | | | 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.51971e+06 ave 1.51971e+06 max 1.51971e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519706 Ave neighs/atom = 189.96325 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.096040426083, Press = -2.76032280543526 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 19000 -58379.567 -58379.567 -58663.88 -58663.88 274.97629 274.97629 45747.091 45747.091 -1247.6966 -1247.6966 20000 -58386.541 -58386.541 -58667.883 -58667.883 272.10301 272.10301 45726.871 45726.871 321.84293 321.84293 Loop time of 151.47 on 1 procs for 1000 steps with 8000 atoms Performance: 0.570 ns/day, 42.075 hours/ns, 6.602 timesteps/s 89.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 | 150.9 | 150.9 | 150.9 | 0.0 | 99.62 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12619 | 0.12619 | 0.12619 | 0.0 | 0.08 Output | 4.47e-05 | 4.47e-05 | 4.47e-05 | 0.0 | 0.00 Modify | 0.40493 | 0.40493 | 0.40493 | 0.0 | 0.27 Other | | 0.04384 | | | 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.51976e+06 ave 1.51976e+06 max 1.51976e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519764 Ave neighs/atom = 189.97050 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.032690042294, Press = -1.69549832560731 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 20000 -58386.541 -58386.541 -58667.883 -58667.883 272.10301 272.10301 45726.871 45726.871 321.84293 321.84293 21000 -58380.287 -58380.287 -58665.399 -58665.399 275.74935 275.74935 45721.057 45721.057 1088.3815 1088.3815 Loop time of 149.351 on 1 procs for 1000 steps with 8000 atoms Performance: 0.579 ns/day, 41.486 hours/ns, 6.696 timesteps/s 90.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 | 148.91 | 148.91 | 148.91 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.085458 | 0.085458 | 0.085458 | 0.0 | 0.06 Output | 7.26e-05 | 7.26e-05 | 7.26e-05 | 0.0 | 0.00 Modify | 0.31935 | 0.31935 | 0.31935 | 0.0 | 0.21 Other | | 0.0377 | | | 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.51981e+06 ave 1.51981e+06 max 1.51981e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519812 Ave neighs/atom = 189.97650 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.070561037992, Press = -1.19534044360242 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 21000 -58380.287 -58380.287 -58665.399 -58665.399 275.74935 275.74935 45721.057 45721.057 1088.3815 1088.3815 22000 -58384.265 -58384.265 -58665.868 -58665.868 272.35595 272.35595 45702.513 45702.513 2704.7055 2704.7055 Loop time of 153.186 on 1 procs for 1000 steps with 8000 atoms Performance: 0.564 ns/day, 42.552 hours/ns, 6.528 timesteps/s 88.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 | 152.68 | 152.68 | 152.68 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10077 | 0.10077 | 0.10077 | 0.0 | 0.07 Output | 4.59e-05 | 4.59e-05 | 4.59e-05 | 0.0 | 0.00 Modify | 0.36471 | 0.36471 | 0.36471 | 0.0 | 0.24 Other | | 0.03711 | | | 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.51978e+06 ave 1.51978e+06 max 1.51978e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1519778 Ave neighs/atom = 189.97225 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 45731.5329265519 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0