# 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 5.430999547243119*${_u_distance} variable latticeconst_converted equal 5.430999547243119*1 lattice diamond ${latticeconst_converted} lattice diamond 5.43099954724312 Lattice spacing in x,y,z = 5.4309995 5.4309995 5.4309995 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 (54.309995 54.309995 54.309995) 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 28.0855*${_u_mass} variable mass_converted equal 28.0855*1 kim_interactions Si #=== BEGIN kim_interactions ================================== pair_style kim MEAM_LAMMPS_HuangDongLiu_2018_Si__MO_050147023220_000 pair_coeff * * Si #=== END kim_interactions ==================================== mass 1 ${mass_converted} mass 1 28.0855 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 160191.437927777 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 160191.437927777/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 160191.437927777/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 160191.437927777/(1*1*${_u_distance}) variable V0_metal equal 160191.437927777/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 160191.437927777*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 160191.437927777 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 16 16 16 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 7.894 | 7.894 | 7.894 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -36757.576 -36757.576 -37040 -37040 273.15 273.15 160191.44 160191.44 1883.1397 1883.1397 1000 -36448.921 -36448.921 -36745.609 -36745.609 286.94564 286.94564 161594.56 161594.56 -115.87081 -115.87081 Loop time of 38.0006 on 1 procs for 1000 steps with 8000 atoms Performance: 2.274 ns/day, 10.556 hours/ns, 26.315 timesteps/s 99.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 | 37.593 | 37.593 | 37.593 | 0.0 | 98.93 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.070059 | 0.070059 | 0.070059 | 0.0 | 0.18 Output | 5.89e-05 | 5.89e-05 | 5.89e-05 | 0.0 | 0.00 Modify | 0.30245 | 0.30245 | 0.30245 | 0.0 | 0.80 Other | | 0.03463 | | | 0.09 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8601.00 ave 8601 max 8601 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: 560000.0 ave 560000 max 560000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 560000 Ave neighs/atom = 70.000000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 7.896 | 7.896 | 7.896 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -36448.921 -36448.921 -36745.609 -36745.609 286.94564 286.94564 161594.56 161594.56 -115.87081 -115.87081 2000 -36480.833 -36480.833 -36760.942 -36760.942 270.91111 270.91111 161575.65 161575.65 -509.44107 -509.44107 Loop time of 40.3058 on 1 procs for 1000 steps with 8000 atoms Performance: 2.144 ns/day, 11.196 hours/ns, 24.810 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 | 39.917 | 39.917 | 39.917 | 0.0 | 99.04 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.06028 | 0.06028 | 0.06028 | 0.0 | 0.15 Output | 4.79e-05 | 4.79e-05 | 4.79e-05 | 0.0 | 0.00 Modify | 0.29427 | 0.29427 | 0.29427 | 0.0 | 0.73 Other | | 0.03369 | | | 0.08 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8601.00 ave 8601 max 8601 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: 580518.0 ave 580518 max 580518 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 580518 Ave neighs/atom = 72.564750 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.896 | 7.896 | 7.896 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -36480.833 -36480.833 -36760.942 -36760.942 270.91111 270.91111 161575.65 161575.65 -509.44107 -509.44107 3000 -36465.788 -36465.788 -36759.1 -36759.1 283.68043 283.68043 161556.83 161556.83 -170.84821 -170.84821 Loop time of 39.9336 on 1 procs for 1000 steps with 8000 atoms Performance: 2.164 ns/day, 11.093 hours/ns, 25.042 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 | 39.55 | 39.55 | 39.55 | 0.0 | 99.04 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.059808 | 0.059808 | 0.059808 | 0.0 | 0.15 Output | 0.000139 | 0.000139 | 0.000139 | 0.0 | 0.00 Modify | 0.29068 | 0.29068 | 0.29068 | 0.0 | 0.73 Other | | 0.03307 | | | 0.08 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8600.00 ave 8600 max 8600 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: 580834.0 ave 580834 max 580834 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 580834 Ave neighs/atom = 72.604250 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.896 | 7.896 | 7.896 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -36465.788 -36465.788 -36759.1 -36759.1 283.68043 283.68043 161556.83 161556.83 -170.84821 -170.84821 4000 -36469.109 -36469.109 -36761.506 -36761.506 282.79608 282.79608 161501.53 161501.53 170.25871 170.25871 Loop time of 38.8459 on 1 procs for 1000 steps with 8000 atoms Performance: 2.224 ns/day, 10.791 hours/ns, 25.743 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 | 38.467 | 38.467 | 38.467 | 0.0 | 99.02 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058946 | 0.058946 | 0.058946 | 0.0 | 0.15 Output | 4.7e-05 | 4.7e-05 | 4.7e-05 | 0.0 | 0.00 Modify | 0.28745 | 0.28745 | 0.28745 | 0.0 | 0.74 Other | | 0.03257 | | | 0.08 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8601.00 ave 8601 max 8601 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: 580144.0 ave 580144 max 580144 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 580144 Ave neighs/atom = 72.518000 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.896 | 7.896 | 7.896 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -36469.109 -36469.109 -36761.506 -36761.506 282.79608 282.79608 161501.53 161501.53 170.25871 170.25871 5000 -36472.482 -36472.482 -36763.795 -36763.795 281.74801 281.74801 161523.74 161523.74 -48.661012 -48.661012 Loop time of 39.1783 on 1 procs for 1000 steps with 8000 atoms Performance: 2.205 ns/day, 10.883 hours/ns, 25.524 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 | 38.798 | 38.798 | 38.798 | 0.0 | 99.03 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058982 | 0.058982 | 0.058982 | 0.0 | 0.15 Output | 4.04e-05 | 4.04e-05 | 4.04e-05 | 0.0 | 0.00 Modify | 0.28917 | 0.28917 | 0.28917 | 0.0 | 0.74 Other | | 0.03252 | | | 0.08 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8601.00 ave 8601 max 8601 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: 579902.0 ave 579902 max 579902 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 579902 Ave neighs/atom = 72.487750 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 = 274.725599267518, Press = 124.201094397855 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 7.896 | 7.896 | 7.896 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -36472.482 -36472.482 -36763.795 -36763.795 281.74801 281.74801 161523.74 161523.74 -48.661012 -48.661012 6000 -36467.927 -36467.927 -36743.618 -36743.618 266.63835 266.63835 161662.05 161662.05 -550.13797 -550.13797 Loop time of 39.2146 on 1 procs for 1000 steps with 8000 atoms Performance: 2.203 ns/day, 10.893 hours/ns, 25.501 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 | 38.828 | 38.828 | 38.828 | 0.0 | 99.01 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.05876 | 0.05876 | 0.05876 | 0.0 | 0.15 Output | 3.76e-05 | 3.76e-05 | 3.76e-05 | 0.0 | 0.00 Modify | 0.2949 | 0.2949 | 0.2949 | 0.0 | 0.75 Other | | 0.03338 | | | 0.09 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8601.00 ave 8601 max 8601 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: 579950.0 ave 579950 max 579950 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 579950 Ave neighs/atom = 72.493750 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.991082129629, Press = 7.1872317629225 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 7.896 | 7.896 | 7.896 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -36467.927 -36467.927 -36743.618 -36743.618 266.63835 266.63835 161662.05 161662.05 -550.13797 -550.13797 7000 -36472.863 -36472.863 -36756.471 -36756.471 274.29534 274.29534 161573.96 161573.96 -242.31138 -242.31138 Loop time of 38.7916 on 1 procs for 1000 steps with 8000 atoms Performance: 2.227 ns/day, 10.775 hours/ns, 25.779 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 | 38.405 | 38.405 | 38.405 | 0.0 | 99.00 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.059262 | 0.059262 | 0.059262 | 0.0 | 0.15 Output | 3.71e-05 | 3.71e-05 | 3.71e-05 | 0.0 | 0.00 Modify | 0.29509 | 0.29509 | 0.29509 | 0.0 | 0.76 Other | | 0.03254 | | | 0.08 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8600.00 ave 8600 max 8600 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: 580704.0 ave 580704 max 580704 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 580704 Ave neighs/atom = 72.588000 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.145530179821, Press = -10.5810680386614 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 7.896 | 7.896 | 7.896 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -36472.863 -36472.863 -36756.471 -36756.471 274.29534 274.29534 161573.96 161573.96 -242.31138 -242.31138 8000 -36465.257 -36465.257 -36756.182 -36756.182 281.37209 281.37209 161422.1 161422.1 755.66553 755.66553 Loop time of 39.3159 on 1 procs for 1000 steps with 8000 atoms Performance: 2.198 ns/day, 10.921 hours/ns, 25.435 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 | 38.926 | 38.926 | 38.926 | 0.0 | 99.01 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.059446 | 0.059446 | 0.059446 | 0.0 | 0.15 Output | 6.5e-05 | 6.5e-05 | 6.5e-05 | 0.0 | 0.00 Modify | 0.29651 | 0.29651 | 0.29651 | 0.0 | 0.75 Other | | 0.03355 | | | 0.09 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8599.00 ave 8599 max 8599 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: 580464.0 ave 580464 max 580464 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 580464 Ave neighs/atom = 72.558000 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.109451327675, Press = 0.532941410489888 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 7.896 | 7.896 | 7.896 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -36465.257 -36465.257 -36756.182 -36756.182 281.37209 281.37209 161422.1 161422.1 755.66553 755.66553 9000 -36474.981 -36474.981 -36754.522 -36754.522 270.36163 270.36163 161520.52 161520.52 -10.138585 -10.138585 Loop time of 38.5168 on 1 procs for 1000 steps with 8000 atoms Performance: 2.243 ns/day, 10.699 hours/ns, 25.963 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 | 38.129 | 38.129 | 38.129 | 0.0 | 98.99 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.059636 | 0.059636 | 0.059636 | 0.0 | 0.15 Output | 4.91e-05 | 4.91e-05 | 4.91e-05 | 0.0 | 0.00 Modify | 0.29574 | 0.29574 | 0.29574 | 0.0 | 0.77 Other | | 0.03264 | | | 0.08 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8599.00 ave 8599 max 8599 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: 580654.0 ave 580654 max 580654 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 580654 Ave neighs/atom = 72.581750 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.118729517871, Press = 4.10171187426592 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 7.896 | 7.896 | 7.896 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -36474.981 -36474.981 -36754.522 -36754.522 270.36163 270.36163 161520.52 161520.52 -10.138585 -10.138585 10000 -36470.049 -36470.049 -36742.342 -36742.342 263.35228 263.35228 161595.39 161595.39 -234.3158 -234.3158 Loop time of 39.8549 on 1 procs for 1000 steps with 8000 atoms Performance: 2.168 ns/day, 11.071 hours/ns, 25.091 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 | 39.462 | 39.462 | 39.462 | 0.0 | 99.01 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.060099 | 0.060099 | 0.060099 | 0.0 | 0.15 Output | 6.65e-05 | 6.65e-05 | 6.65e-05 | 0.0 | 0.00 Modify | 0.29929 | 0.29929 | 0.29929 | 0.0 | 0.75 Other | | 0.03347 | | | 0.08 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8599.00 ave 8599 max 8599 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: 581266.0 ave 581266 max 581266 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 581266 Ave neighs/atom = 72.658250 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.156060853585, Press = 0.986941360661887 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 7.896 | 7.896 | 7.896 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -36470.049 -36470.049 -36742.342 -36742.342 263.35228 263.35228 161595.39 161595.39 -234.3158 -234.3158 11000 -36463.137 -36463.137 -36744.504 -36744.504 272.12755 272.12755 161572.06 161572.06 -96.251874 -96.251874 Loop time of 39.084 on 1 procs for 1000 steps with 8000 atoms Performance: 2.211 ns/day, 10.857 hours/ns, 25.586 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 | 38.697 | 38.697 | 38.697 | 0.0 | 99.01 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.059286 | 0.059286 | 0.059286 | 0.0 | 0.15 Output | 3.87e-05 | 3.87e-05 | 3.87e-05 | 0.0 | 0.00 Modify | 0.2952 | 0.2952 | 0.2952 | 0.0 | 0.76 Other | | 0.03273 | | | 0.08 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8600.00 ave 8600 max 8600 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: 581696.0 ave 581696 max 581696 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 581696 Ave neighs/atom = 72.712000 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.216896095943, Press = -0.3744675508777 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 7.896 | 7.896 | 7.896 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -36463.137 -36463.137 -36744.504 -36744.504 272.12755 272.12755 161572.06 161572.06 -96.251874 -96.251874 12000 -36470.47 -36470.47 -36752.739 -36752.739 273.0007 273.0007 161389.49 161389.49 945.24812 945.24812 Loop time of 37.7072 on 1 procs for 1000 steps with 8000 atoms Performance: 2.291 ns/day, 10.474 hours/ns, 26.520 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 | 37.341 | 37.341 | 37.341 | 0.0 | 99.03 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.055535 | 0.055535 | 0.055535 | 0.0 | 0.15 Output | 3.79e-05 | 3.79e-05 | 3.79e-05 | 0.0 | 0.00 Modify | 0.28036 | 0.28036 | 0.28036 | 0.0 | 0.74 Other | | 0.03006 | | | 0.08 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8601.00 ave 8601 max 8601 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: 581912.0 ave 581912 max 581912 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 581912 Ave neighs/atom = 72.739000 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.307627282451, Press = 0.607430018546213 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 7.896 | 7.896 | 7.896 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -36470.47 -36470.47 -36752.739 -36752.739 273.0007 273.0007 161389.49 161389.49 945.24812 945.24812 13000 -36471.274 -36471.274 -36753.086 -36753.086 272.5587 272.5587 161496.32 161496.32 207.55013 207.55013 Loop time of 37.6272 on 1 procs for 1000 steps with 8000 atoms Performance: 2.296 ns/day, 10.452 hours/ns, 26.577 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 | 37.262 | 37.262 | 37.262 | 0.0 | 99.03 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.05566 | 0.05566 | 0.05566 | 0.0 | 0.15 Output | 3.75e-05 | 3.75e-05 | 3.75e-05 | 0.0 | 0.00 Modify | 0.2799 | 0.2799 | 0.2799 | 0.0 | 0.74 Other | | 0.02986 | | | 0.08 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8601.00 ave 8601 max 8601 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: 581638.0 ave 581638 max 581638 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 581638 Ave neighs/atom = 72.704750 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.360505548079, Press = 4.23022920430148 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 7.896 | 7.896 | 7.896 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -36471.274 -36471.274 -36753.086 -36753.086 272.5587 272.5587 161496.32 161496.32 207.55013 207.55013 14000 -36469.892 -36469.892 -36750.08 -36750.08 270.98759 270.98759 161646.17 161646.17 -602.43218 -602.43218 Loop time of 36.9746 on 1 procs for 1000 steps with 8000 atoms Performance: 2.337 ns/day, 10.271 hours/ns, 27.046 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 | 36.612 | 36.612 | 36.612 | 0.0 | 99.02 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.055222 | 0.055222 | 0.055222 | 0.0 | 0.15 Output | 3.7e-05 | 3.7e-05 | 3.7e-05 | 0.0 | 0.00 Modify | 0.27744 | 0.27744 | 0.27744 | 0.0 | 0.75 Other | | 0.02984 | | | 0.08 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8600.00 ave 8600 max 8600 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: 581772.0 ave 581772 max 581772 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 581772 Ave neighs/atom = 72.721500 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.302100848643, Press = 0.808596455838506 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 7.896 | 7.896 | 7.896 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -36469.892 -36469.892 -36750.08 -36750.08 270.98759 270.98759 161646.17 161646.17 -602.43218 -602.43218 15000 -36470.162 -36470.162 -36749.968 -36749.968 270.61819 270.61819 161557.06 161557.06 -73.535478 -73.535478 Loop time of 36.2765 on 1 procs for 1000 steps with 8000 atoms Performance: 2.382 ns/day, 10.077 hours/ns, 27.566 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 | 35.921 | 35.921 | 35.921 | 0.0 | 99.02 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.05254 | 0.05254 | 0.05254 | 0.0 | 0.14 Output | 4.54e-05 | 4.54e-05 | 4.54e-05 | 0.0 | 0.00 Modify | 0.27405 | 0.27405 | 0.27405 | 0.0 | 0.76 Other | | 0.02918 | | | 0.08 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8601.00 ave 8601 max 8601 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: 580860.0 ave 580860 max 580860 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 580860 Ave neighs/atom = 72.607500 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.415613344048, Press = -0.718193867458917 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 7.896 | 7.896 | 7.896 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -36470.162 -36470.162 -36749.968 -36749.968 270.61819 270.61819 161557.06 161557.06 -73.535478 -73.535478 16000 -36465.897 -36465.897 -36749.058 -36749.058 273.86265 273.86265 161477.12 161477.12 476.29927 476.29927 Loop time of 36.3369 on 1 procs for 1000 steps with 8000 atoms Performance: 2.378 ns/day, 10.094 hours/ns, 27.520 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 | 35.98 | 35.98 | 35.98 | 0.0 | 99.02 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.053563 | 0.053563 | 0.053563 | 0.0 | 0.15 Output | 3.74e-05 | 3.74e-05 | 3.74e-05 | 0.0 | 0.00 Modify | 0.27433 | 0.27433 | 0.27433 | 0.0 | 0.75 Other | | 0.02908 | | | 0.08 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8601.00 ave 8601 max 8601 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: 581192.0 ave 581192 max 581192 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 581192 Ave neighs/atom = 72.649000 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.416356365541, Press = 0.253797074272727 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 7.896 | 7.896 | 7.896 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -36465.897 -36465.897 -36749.058 -36749.058 273.86265 273.86265 161477.12 161477.12 476.29927 476.29927 17000 -36474.873 -36474.873 -36760.477 -36760.477 276.22588 276.22588 161497.21 161497.21 140.1399 140.1399 Loop time of 34.7782 on 1 procs for 1000 steps with 8000 atoms Performance: 2.484 ns/day, 9.661 hours/ns, 28.754 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 | 34.427 | 34.427 | 34.427 | 0.0 | 98.99 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.054312 | 0.054312 | 0.054312 | 0.0 | 0.16 Output | 3.76e-05 | 3.76e-05 | 3.76e-05 | 0.0 | 0.00 Modify | 0.26866 | 0.26866 | 0.26866 | 0.0 | 0.77 Other | | 0.02862 | | | 0.08 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8601.00 ave 8601 max 8601 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: 581364.0 ave 581364 max 581364 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 581364 Ave neighs/atom = 72.670500 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.362325482592, Press = 1.62933706497374 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 7.896 | 7.896 | 7.896 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -36474.873 -36474.873 -36760.477 -36760.477 276.22588 276.22588 161497.21 161497.21 140.1399 140.1399 18000 -36469.83 -36469.83 -36751.993 -36751.993 272.89769 272.89769 161772.34 161772.34 -1393.0006 -1393.0006 Loop time of 35.4494 on 1 procs for 1000 steps with 8000 atoms Performance: 2.437 ns/day, 9.847 hours/ns, 28.209 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 | 35.096 | 35.096 | 35.096 | 0.0 | 99.00 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.053429 | 0.053429 | 0.053429 | 0.0 | 0.15 Output | 4.92e-05 | 4.92e-05 | 4.92e-05 | 0.0 | 0.00 Modify | 0.27139 | 0.27139 | 0.27139 | 0.0 | 0.77 Other | | 0.02886 | | | 0.08 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8601.00 ave 8601 max 8601 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: 579894.0 ave 579894 max 579894 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 579894 Ave neighs/atom = 72.486750 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.298991313155, Press = 1.28262548261977 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 7.896 | 7.896 | 7.896 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -36469.83 -36469.83 -36751.993 -36751.993 272.89769 272.89769 161772.34 161772.34 -1393.0006 -1393.0006 19000 -36470.652 -36470.652 -36745.601 -36745.601 265.92003 265.92003 161603.13 161603.13 -299.03473 -299.03473 Loop time of 36.159 on 1 procs for 1000 steps with 8000 atoms Performance: 2.389 ns/day, 10.044 hours/ns, 27.656 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 | 35.802 | 35.802 | 35.802 | 0.0 | 99.01 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.053998 | 0.053998 | 0.053998 | 0.0 | 0.15 Output | 3.66e-05 | 3.66e-05 | 3.66e-05 | 0.0 | 0.00 Modify | 0.27379 | 0.27379 | 0.27379 | 0.0 | 0.76 Other | | 0.02913 | | | 0.08 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8600.00 ave 8600 max 8600 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: 579438.0 ave 579438 max 579438 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 579438 Ave neighs/atom = 72.429750 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.295243046475, Press = -0.868194070553874 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 7.896 | 7.896 | 7.896 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -36470.652 -36470.652 -36745.601 -36745.601 265.92003 265.92003 161603.13 161603.13 -299.03473 -299.03473 20000 -36469.378 -36469.378 -36754.302 -36754.302 275.56784 275.56784 161476.18 161476.18 395.38333 395.38333 Loop time of 34.6748 on 1 procs for 1000 steps with 8000 atoms Performance: 2.492 ns/day, 9.632 hours/ns, 28.839 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 | 34.325 | 34.325 | 34.325 | 0.0 | 98.99 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.052798 | 0.052798 | 0.052798 | 0.0 | 0.15 Output | 3.71e-05 | 3.71e-05 | 3.71e-05 | 0.0 | 0.00 Modify | 0.26843 | 0.26843 | 0.26843 | 0.0 | 0.77 Other | | 0.02849 | | | 0.08 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8597.00 ave 8597 max 8597 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: 581160.0 ave 581160 max 581160 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 581160 Ave neighs/atom = 72.645000 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 161542.179428502 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0