# 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 2.8755435347557072*${_u_distance} variable latticeconst_converted equal 2.8755435347557072*1 lattice bcc ${latticeconst_converted} lattice bcc 2.87554353475571 Lattice spacing in x,y,z = 2.87554 2.87554 2.87554 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0 0 0) to (28.7554 28.7554 28.7554) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 2000 atoms create_atoms CPU = 0.000648022 secs variable mass_converted equal 51.9961*${_u_mass} variable mass_converted equal 51.9961*1 kim_interactions Cr #=== BEGIN kim_interactions ================================== pair_style kim Morse_Shifted_GirifalcoWeizer_1959HighCutoff_Cr__MO_859700307573_004 pair_coeff * * Cr #=== END kim_interactions ==================================== mass 1 ${mass_converted} mass 1 51.9961 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 23777.1523866401 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 23777.1523866401/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 23777.1523866401/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 23777.1523866401/(1*1*${_u_distance}) variable V0_metal equal 23777.1523866401/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 23777.1523866401*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 23777.1523866401 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 253.15*${_u_temperature} variable temp_converted equal 253.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 253.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 253.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 253.15 253.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 253.15 253.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 253.15 253.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 253.15 253.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 253.15 253.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 "253.15 - 0.2" variable T_up equal "253.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 = 11.0535 ghost atom cutoff = 11.0535 binsize = 5.52675, bins = 6 6 6 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 11.0535 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 7.422 | 7.422 | 7.422 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -7683.4562 -7683.4562 -7748.8679 -7748.8679 253.15 253.15 23777.152 23777.152 2938.4706 2938.4706 1000 -7618.6715 -7618.6715 -7680.6706 -7680.6706 239.9428 239.9428 23905.263 23905.263 4034.9808 4034.9808 Loop time of 49.0019 on 1 procs for 1000 steps with 2000 atoms Performance: 1.763 ns/day, 13.612 hours/ns, 20.407 timesteps/s 54.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 | 48.532 | 48.532 | 48.532 | 0.0 | 99.04 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15769 | 0.15769 | 0.15769 | 0.0 | 0.32 Output | 5.5075e-05 | 5.5075e-05 | 5.5075e-05 | 0.0 | 0.00 Modify | 0.28157 | 0.28157 | 0.28157 | 0.0 | 0.57 Other | | 0.03083 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8745 ave 8745 max 8745 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.06e+06 ave 1.06e+06 max 1.06e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1060000 Ave neighs/atom = 530 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) = 7.427 | 7.427 | 7.427 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -7618.6715 -7618.6715 -7680.6706 -7680.6706 239.9428 239.9428 23905.263 23905.263 4034.9808 4034.9808 2000 -7615.4777 -7615.4777 -7682.6775 -7682.6775 260.07018 260.07018 23943.633 23943.633 679.09827 679.09827 Loop time of 42.4108 on 1 procs for 1000 steps with 2000 atoms Performance: 2.037 ns/day, 11.781 hours/ns, 23.579 timesteps/s 61.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 | 42.074 | 42.074 | 42.074 | 0.0 | 99.21 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.11627 | 0.11627 | 0.11627 | 0.0 | 0.27 Output | 5.4121e-05 | 5.4121e-05 | 5.4121e-05 | 0.0 | 0.00 Modify | 0.18495 | 0.18495 | 0.18495 | 0.0 | 0.44 Other | | 0.03583 | | | 0.08 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8745 ave 8745 max 8745 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 981810 ave 981810 max 981810 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 981810 Ave neighs/atom = 490.905 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) = 7.427 | 7.427 | 7.427 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -7615.4777 -7615.4777 -7682.6775 -7682.6775 260.07018 260.07018 23943.633 23943.633 679.09827 679.09827 3000 -7620.0149 -7620.0149 -7684.3142 -7684.3142 248.84476 248.84476 23956.218 23956.218 -719.97853 -719.97853 Loop time of 42.5701 on 1 procs for 1000 steps with 2000 atoms Performance: 2.030 ns/day, 11.825 hours/ns, 23.491 timesteps/s 62.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 | 42.189 | 42.189 | 42.189 | 0.0 | 99.10 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.11802 | 0.11802 | 0.11802 | 0.0 | 0.28 Output | 4.9829e-05 | 4.9829e-05 | 4.9829e-05 | 0.0 | 0.00 Modify | 0.24549 | 0.24549 | 0.24549 | 0.0 | 0.58 Other | | 0.01801 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8745 ave 8745 max 8745 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 978266 ave 978266 max 978266 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 978266 Ave neighs/atom = 489.133 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) = 7.427 | 7.427 | 7.427 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -7620.0149 -7620.0149 -7684.3142 -7684.3142 248.84476 248.84476 23956.218 23956.218 -719.97853 -719.97853 4000 -7615.3438 -7615.3438 -7681.3534 -7681.3534 255.46418 255.46418 23971.995 23971.995 -1387.9984 -1387.9984 Loop time of 40.6494 on 1 procs for 1000 steps with 2000 atoms Performance: 2.125 ns/day, 11.292 hours/ns, 24.601 timesteps/s 64.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 | 40.344 | 40.344 | 40.344 | 0.0 | 99.25 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.13522 | 0.13522 | 0.13522 | 0.0 | 0.33 Output | 4.9829e-05 | 4.9829e-05 | 4.9829e-05 | 0.0 | 0.00 Modify | 0.15245 | 0.15245 | 0.15245 | 0.0 | 0.38 Other | | 0.0176 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8745 ave 8745 max 8745 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 977658 ave 977658 max 977658 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 977658 Ave neighs/atom = 488.829 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) = 7.427 | 7.427 | 7.427 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -7615.3438 -7615.3438 -7681.3534 -7681.3534 255.46418 255.46418 23971.995 23971.995 -1387.9984 -1387.9984 5000 -7618.8334 -7618.8334 -7683.0221 -7683.0221 248.41674 248.41674 23966.681 23966.681 -1430.7233 -1430.7233 Loop time of 48.3454 on 1 procs for 1000 steps with 2000 atoms Performance: 1.787 ns/day, 13.429 hours/ns, 20.684 timesteps/s 54.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 | 48.001 | 48.001 | 48.001 | 0.0 | 99.29 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.11053 | 0.11053 | 0.11053 | 0.0 | 0.23 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.19774 | 0.19774 | 0.19774 | 0.0 | 0.41 Other | | 0.03583 | | | 0.07 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8745 ave 8745 max 8745 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 976900 ave 976900 max 976900 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 976900 Ave neighs/atom = 488.45 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 = 250.392364523456, Press = 90.27901040794 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 7.427 | 7.427 | 7.427 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -7618.8334 -7618.8334 -7683.0221 -7683.0221 248.41674 248.41674 23966.681 23966.681 -1430.7233 -1430.7233 6000 -7617.7312 -7617.7312 -7683.7635 -7683.7635 255.55184 255.55184 23959.385 23959.385 -863.01995 -863.01995 Loop time of 39.1292 on 1 procs for 1000 steps with 2000 atoms Performance: 2.208 ns/day, 10.869 hours/ns, 25.556 timesteps/s 67.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 | 38.762 | 38.762 | 38.762 | 0.0 | 99.06 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14068 | 0.14068 | 0.14068 | 0.0 | 0.36 Output | 3.0041e-05 | 3.0041e-05 | 3.0041e-05 | 0.0 | 0.00 Modify | 0.20887 | 0.20887 | 0.20887 | 0.0 | 0.53 Other | | 0.01786 | | | 0.05 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8745 ave 8745 max 8745 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 976208 ave 976208 max 976208 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 976208 Ave neighs/atom = 488.104 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 = 253.11440359065, Press = -29.8262577858128 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 7.427 | 7.427 | 7.427 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -7617.7312 -7617.7312 -7683.7635 -7683.7635 255.55184 255.55184 23959.385 23959.385 -863.01995 -863.01995 7000 -7619.6609 -7619.6609 -7684.3276 -7684.3276 250.26696 250.26696 23928.502 23928.502 1532.7203 1532.7203 Loop time of 39.0372 on 1 procs for 1000 steps with 2000 atoms Performance: 2.213 ns/day, 10.844 hours/ns, 25.617 timesteps/s 67.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 | 38.719 | 38.719 | 38.719 | 0.0 | 99.18 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.093563 | 0.093563 | 0.093563 | 0.0 | 0.24 Output | 3.7909e-05 | 3.7909e-05 | 3.7909e-05 | 0.0 | 0.00 Modify | 0.19394 | 0.19394 | 0.19394 | 0.0 | 0.50 Other | | 0.0308 | | | 0.08 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8745 ave 8745 max 8745 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 977112 ave 977112 max 977112 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 977112 Ave neighs/atom = 488.556 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 = 251.972559208646, Press = -25.1949465658019 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 7.427 | 7.427 | 7.427 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -7619.6609 -7619.6609 -7684.3276 -7684.3276 250.26696 250.26696 23928.502 23928.502 1532.7203 1532.7203 8000 -7617.5448 -7617.5448 -7682.2867 -7682.2867 250.55789 250.55789 23922.996 23922.996 2330.174 2330.174 Loop time of 38.7087 on 1 procs for 1000 steps with 2000 atoms Performance: 2.232 ns/day, 10.752 hours/ns, 25.834 timesteps/s 67.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 | 38.446 | 38.446 | 38.446 | 0.0 | 99.32 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.069746 | 0.069746 | 0.069746 | 0.0 | 0.18 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.16472 | 0.16472 | 0.16472 | 0.0 | 0.43 Other | | 0.02778 | | | 0.07 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8745 ave 8745 max 8745 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 979460 ave 979460 max 979460 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 979460 Ave neighs/atom = 489.73 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 = 252.37961231411, Press = -2.50289991799571 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 7.427 | 7.427 | 7.427 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -7617.5448 -7617.5448 -7682.2867 -7682.2867 250.55789 250.55789 23922.996 23922.996 2330.174 2330.174 9000 -7617.509 -7617.509 -7682.8048 -7682.8048 252.70128 252.70128 23936.396 23936.396 1181.5573 1181.5573 Loop time of 40.8153 on 1 procs for 1000 steps with 2000 atoms Performance: 2.117 ns/day, 11.338 hours/ns, 24.501 timesteps/s 65.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 | 40.505 | 40.505 | 40.505 | 0.0 | 99.24 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10563 | 0.10563 | 0.10563 | 0.0 | 0.26 Output | 3.6955e-05 | 3.6955e-05 | 3.6955e-05 | 0.0 | 0.00 Modify | 0.18668 | 0.18668 | 0.18668 | 0.0 | 0.46 Other | | 0.01794 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8745 ave 8745 max 8745 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 980394 ave 980394 max 980394 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 980394 Ave neighs/atom = 490.197 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 = 252.456254950288, Press = 8.72196207636311 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 7.427 | 7.427 | 7.427 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -7617.509 -7617.509 -7682.8048 -7682.8048 252.70128 252.70128 23936.396 23936.396 1181.5573 1181.5573 10000 -7617.9715 -7617.9715 -7683.1309 -7683.1309 252.17381 252.17381 23950.571 23950.571 -15.29524 -15.29524 Loop time of 43.2952 on 1 procs for 1000 steps with 2000 atoms Performance: 1.996 ns/day, 12.026 hours/ns, 23.097 timesteps/s 60.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 | 42.945 | 42.945 | 42.945 | 0.0 | 99.19 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.069055 | 0.069055 | 0.069055 | 0.0 | 0.16 Output | 7.2956e-05 | 7.2956e-05 | 7.2956e-05 | 0.0 | 0.00 Modify | 0.23283 | 0.23283 | 0.23283 | 0.0 | 0.54 Other | | 0.04859 | | | 0.11 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8745 ave 8745 max 8745 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 979580 ave 979580 max 979580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 979580 Ave neighs/atom = 489.79 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 = 252.753189084319, Press = 12.0274107999337 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 7.427 | 7.427 | 7.427 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -7617.9715 -7617.9715 -7683.1309 -7683.1309 252.17381 252.17381 23950.571 23950.571 -15.29524 -15.29524 11000 -7617.296 -7617.296 -7681.4146 -7681.4146 248.1457 248.1457 23973.15 23973.15 -1537.6912 -1537.6912 Loop time of 34.7441 on 1 procs for 1000 steps with 2000 atoms Performance: 2.487 ns/day, 9.651 hours/ns, 28.782 timesteps/s 74.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 | 34.477 | 34.477 | 34.477 | 0.0 | 99.23 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.094138 | 0.094138 | 0.094138 | 0.0 | 0.27 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.14293 | 0.14293 | 0.14293 | 0.0 | 0.41 Other | | 0.03028 | | | 0.09 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8745 ave 8745 max 8745 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 978124 ave 978124 max 978124 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 978124 Ave neighs/atom = 489.062 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 = 252.822709836086, Press = 8.29526847734347 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 7.427 | 7.427 | 7.427 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -7617.296 -7617.296 -7681.4146 -7681.4146 248.1457 248.1457 23973.15 23973.15 -1537.6912 -1537.6912 12000 -7620.5844 -7620.5844 -7682.6397 -7682.6397 240.16022 240.16022 23983.732 23983.732 -2781.0152 -2781.0152 Loop time of 35.2228 on 1 procs for 1000 steps with 2000 atoms Performance: 2.453 ns/day, 9.784 hours/ns, 28.391 timesteps/s 74.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 | 34.921 | 34.921 | 34.921 | 0.0 | 99.14 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.11355 | 0.11355 | 0.11355 | 0.0 | 0.32 Output | 2.9802e-05 | 2.9802e-05 | 2.9802e-05 | 0.0 | 0.00 Modify | 0.17022 | 0.17022 | 0.17022 | 0.0 | 0.48 Other | | 0.0175 | | | 0.05 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8745 ave 8745 max 8745 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 976278 ave 976278 max 976278 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 976278 Ave neighs/atom = 488.139 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 = 252.659271034104, Press = 0.447712335132773 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 7.427 | 7.427 | 7.427 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -7620.5844 -7620.5844 -7682.6397 -7682.6397 240.16022 240.16022 23983.732 23983.732 -2781.0152 -2781.0152 13000 -7615.1707 -7615.1707 -7680.8202 -7680.8202 254.07037 254.07037 23995.492 23995.492 -3255.6474 -3255.6474 Loop time of 35.2904 on 1 procs for 1000 steps with 2000 atoms Performance: 2.448 ns/day, 9.803 hours/ns, 28.336 timesteps/s 74.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 | 35.006 | 35.006 | 35.006 | 0.0 | 99.19 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.08163 | 0.08163 | 0.08163 | 0.0 | 0.23 Output | 3.7909e-05 | 3.7909e-05 | 3.7909e-05 | 0.0 | 0.00 Modify | 0.17427 | 0.17427 | 0.17427 | 0.0 | 0.49 Other | | 0.02871 | | | 0.08 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8745 ave 8745 max 8745 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 975644 ave 975644 max 975644 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 975644 Ave neighs/atom = 487.822 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 = 252.563626515522, Press = -5.7426350814651 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 7.427 | 7.427 | 7.427 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -7615.1707 -7615.1707 -7680.8202 -7680.8202 254.07037 254.07037 23995.492 23995.492 -3255.6474 -3255.6474 14000 -7619.3174 -7619.3174 -7683.7794 -7683.7794 249.47444 249.47444 23956.576 23956.576 -737.33903 -737.33903 Loop time of 34.384 on 1 procs for 1000 steps with 2000 atoms Performance: 2.513 ns/day, 9.551 hours/ns, 29.083 timesteps/s 75.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 | 34.123 | 34.123 | 34.123 | 0.0 | 99.24 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.081663 | 0.081663 | 0.081663 | 0.0 | 0.24 Output | 2.9802e-05 | 2.9802e-05 | 2.9802e-05 | 0.0 | 0.00 Modify | 0.143 | 0.143 | 0.143 | 0.0 | 0.42 Other | | 0.03599 | | | 0.10 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8745 ave 8745 max 8745 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 974514 ave 974514 max 974514 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 974514 Ave neighs/atom = 487.257 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 = 252.66506721615, Press = -2.65295391263224 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 7.427 | 7.427 | 7.427 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -7619.3174 -7619.3174 -7683.7794 -7683.7794 249.47444 249.47444 23956.576 23956.576 -737.33903 -737.33903 15000 -7618.4449 -7618.4449 -7683.0576 -7683.0576 250.05804 250.05804 23949.846 23949.846 -57.458288 -57.458288 Loop time of 39.6774 on 1 procs for 1000 steps with 2000 atoms Performance: 2.178 ns/day, 11.022 hours/ns, 25.203 timesteps/s 65.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 | 39.247 | 39.247 | 39.247 | 0.0 | 98.91 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15873 | 0.15873 | 0.15873 | 0.0 | 0.40 Output | 3.0041e-05 | 3.0041e-05 | 3.0041e-05 | 0.0 | 0.00 Modify | 0.23449 | 0.23449 | 0.23449 | 0.0 | 0.59 Other | | 0.03761 | | | 0.09 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8745 ave 8745 max 8745 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 977278 ave 977278 max 977278 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 977278 Ave neighs/atom = 488.639 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 = 252.825958559248, Press = 0.0472260983781578 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 7.427 | 7.427 | 7.427 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -7618.4449 -7618.4449 -7683.0576 -7683.0576 250.05804 250.05804 23949.846 23949.846 -57.458288 -57.458288 16000 -7614.0076 -7614.0076 -7681.3778 -7681.3778 260.72935 260.72935 23947.524 23947.524 602.98627 602.98627 Loop time of 41.1055 on 1 procs for 1000 steps with 2000 atoms Performance: 2.102 ns/day, 11.418 hours/ns, 24.328 timesteps/s 64.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 | 40.803 | 40.803 | 40.803 | 0.0 | 99.26 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.083856 | 0.083856 | 0.083856 | 0.0 | 0.20 Output | 2.6941e-05 | 2.6941e-05 | 2.6941e-05 | 0.0 | 0.00 Modify | 0.20141 | 0.20141 | 0.20141 | 0.0 | 0.49 Other | | 0.01773 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8745 ave 8745 max 8745 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 977604 ave 977604 max 977604 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 977604 Ave neighs/atom = 488.802 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 = 252.966945334079, Press = 0.895984631939657 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 7.427 | 7.427 | 7.427 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -7614.0076 -7614.0076 -7681.3778 -7681.3778 260.72935 260.72935 23947.524 23947.524 602.98627 602.98627 17000 -7616.3126 -7616.3126 -7682.3641 -7682.3641 255.62611 255.62611 23934.474 23934.474 1415.41 1415.41 Loop time of 43.9079 on 1 procs for 1000 steps with 2000 atoms Performance: 1.968 ns/day, 12.197 hours/ns, 22.775 timesteps/s 58.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 | 43.509 | 43.509 | 43.509 | 0.0 | 99.09 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.13841 | 0.13841 | 0.13841 | 0.0 | 0.32 Output | 2.7895e-05 | 2.7895e-05 | 2.7895e-05 | 0.0 | 0.00 Modify | 0.20155 | 0.20155 | 0.20155 | 0.0 | 0.46 Other | | 0.05887 | | | 0.13 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8745 ave 8745 max 8745 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 978550 ave 978550 max 978550 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 978550 Ave neighs/atom = 489.275 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_T253.15.out" else "print 'not_converged' file output/vol_T253.15.out" print '${V}' file output/vol_T253.15.out 23950.4313688656 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0