# 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 6.083469396829612*${_u_distance} variable latticeconst_converted equal 6.083469396829612*1 lattice fcc ${latticeconst_converted} lattice fcc 6.08346939682961 Lattice spacing in x,y,z = 6.08347 6.08347 6.08347 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0 0 0) to (60.8347 60.8347 60.8347) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 4000 atoms create_atoms CPU = 0.00121689 secs variable mass_converted equal 87.62*${_u_mass} variable mass_converted equal 87.62*1 kim_interactions Sr #=== BEGIN kim_interactions ================================== pair_style kim Morse_Shifted_GirifalcoWeizer_1959MedCutoff_Sr__MO_964297938209_004 pair_coeff * * Sr #=== END kim_interactions ==================================== mass 1 ${mass_converted} mass 1 87.62 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 225140.684924316 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 225140.684924316/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 225140.684924316/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 225140.684924316/(1*1*${_u_distance}) variable V0_metal equal 225140.684924316/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 225140.684924316*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 225140.684924316 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 333.15*${_u_temperature} variable temp_converted equal 333.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 333.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 333.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 333.15 333.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 "333.15 - 0.2" variable T_up equal "333.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 = 17.4319 ghost atom cutoff = 17.4319 binsize = 8.71595, bins = 7 7 7 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 17.4319 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 9.434 | 9.434 | 9.434 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -6666.2194 -6666.2194 -6838.4284 -6838.4284 333.15 333.15 225140.68 225140.68 816.99866 816.99866 1000 -6472.3262 -6472.3262 -6646.9355 -6646.9355 337.79337 337.79337 230648.35 230648.35 65.806976 65.806976 Loop time of 68.0619 on 1 procs for 1000 steps with 4000 atoms Performance: 1.269 ns/day, 18.906 hours/ns, 14.693 timesteps/s 72.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 | 67.125 | 67.125 | 67.125 | 0.0 | 98.62 Neigh | 0.47199 | 0.47199 | 0.47199 | 0.0 | 0.69 Comm | 0.12712 | 0.12712 | 0.12712 | 0.0 | 0.19 Output | 6.1989e-05 | 6.1989e-05 | 6.1989e-05 | 0.0 | 0.00 Modify | 0.30859 | 0.30859 | 0.30859 | 0.0 | 0.45 Other | | 0.02877 | | | 0.04 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.51007e+06 ave 1.51007e+06 max 1.51007e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1510068 Ave neighs/atom = 377.517 Neighbor list builds = 7 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) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -6472.3262 -6472.3262 -6646.9355 -6646.9355 337.79337 337.79337 230648.35 230648.35 65.806976 65.806976 2000 -6480.5553 -6480.5553 -6658.2784 -6658.2784 343.81735 343.81735 230861.73 230861.73 -162.01517 -162.01517 Loop time of 71.9603 on 1 procs for 1000 steps with 4000 atoms Performance: 1.201 ns/day, 19.989 hours/ns, 13.897 timesteps/s 68.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 | 71.071 | 71.071 | 71.071 | 0.0 | 98.76 Neigh | 0.39833 | 0.39833 | 0.39833 | 0.0 | 0.55 Comm | 0.097424 | 0.097424 | 0.097424 | 0.0 | 0.14 Output | 6.1035e-05 | 6.1035e-05 | 6.1035e-05 | 0.0 | 0.00 Modify | 0.3634 | 0.3634 | 0.3634 | 0.0 | 0.51 Other | | 0.03017 | | | 0.04 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.50873e+06 ave 1.50873e+06 max 1.50873e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1508728 Ave neighs/atom = 377.182 Neighbor list builds = 7 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) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -6480.5553 -6480.5553 -6658.2784 -6658.2784 343.81735 343.81735 230861.73 230861.73 -162.01517 -162.01517 3000 -6489.2674 -6489.2674 -6664.6066 -6664.6066 339.20552 339.20552 230500.93 230500.93 -45.916363 -45.916363 Loop time of 71.8586 on 1 procs for 1000 steps with 4000 atoms Performance: 1.202 ns/day, 19.961 hours/ns, 13.916 timesteps/s 69.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 | 70.942 | 70.942 | 70.942 | 0.0 | 98.72 Neigh | 0.36142 | 0.36142 | 0.36142 | 0.0 | 0.50 Comm | 0.16964 | 0.16964 | 0.16964 | 0.0 | 0.24 Output | 6.0081e-05 | 6.0081e-05 | 6.0081e-05 | 0.0 | 0.00 Modify | 0.33967 | 0.33967 | 0.33967 | 0.0 | 0.47 Other | | 0.04587 | | | 0.06 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.50883e+06 ave 1.50883e+06 max 1.50883e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1508830 Ave neighs/atom = 377.207 Neighbor list builds = 6 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) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -6489.2674 -6489.2674 -6664.6066 -6664.6066 339.20552 339.20552 230500.93 230500.93 -45.916363 -45.916363 4000 -6497.5196 -6497.5196 -6664.8424 -6664.8424 323.69716 323.69716 230040.42 230040.42 125.72955 125.72955 Loop time of 94.3486 on 1 procs for 1000 steps with 4000 atoms Performance: 0.916 ns/day, 26.208 hours/ns, 10.599 timesteps/s 52.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 | 92.798 | 92.798 | 92.798 | 0.0 | 98.36 Neigh | 0.83225 | 0.83225 | 0.83225 | 0.0 | 0.88 Comm | 0.22085 | 0.22085 | 0.22085 | 0.0 | 0.23 Output | 5.7936e-05 | 5.7936e-05 | 5.7936e-05 | 0.0 | 0.00 Modify | 0.42084 | 0.42084 | 0.42084 | 0.0 | 0.45 Other | | 0.07672 | | | 0.08 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.50819e+06 ave 1.50819e+06 max 1.50819e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1508190 Ave neighs/atom = 377.048 Neighbor list builds = 6 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) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -6497.5196 -6497.5196 -6664.8424 -6664.8424 323.69716 323.69716 230040.42 230040.42 125.72955 125.72955 5000 -6480.9363 -6480.9363 -6656.4461 -6656.4461 339.53565 339.53565 230581.52 230581.52 1.0046553 1.0046553 Loop time of 97.0472 on 1 procs for 1000 steps with 4000 atoms Performance: 0.890 ns/day, 26.958 hours/ns, 10.304 timesteps/s 51.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 | 95.63 | 95.63 | 95.63 | 0.0 | 98.54 Neigh | 0.68206 | 0.68206 | 0.68206 | 0.0 | 0.70 Comm | 0.22455 | 0.22455 | 0.22455 | 0.0 | 0.23 Output | 3.6001e-05 | 3.6001e-05 | 3.6001e-05 | 0.0 | 0.00 Modify | 0.42461 | 0.42461 | 0.42461 | 0.0 | 0.44 Other | | 0.08579 | | | 0.09 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.50839e+06 ave 1.50839e+06 max 1.50839e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1508392 Ave neighs/atom = 377.098 Neighbor list builds = 7 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 = 341.491566182655, Press = 61.5704695171923 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -6480.9363 -6480.9363 -6656.4461 -6656.4461 339.53565 339.53565 230581.52 230581.52 1.0046553 1.0046553 6000 -6496.5995 -6496.5995 -6664.3674 -6664.3674 324.55834 324.55834 230704.91 230704.91 -186.92457 -186.92457 Loop time of 96.9606 on 1 procs for 1000 steps with 4000 atoms Performance: 0.891 ns/day, 26.934 hours/ns, 10.313 timesteps/s 50.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 | 95.596 | 95.596 | 95.596 | 0.0 | 98.59 Neigh | 0.64625 | 0.64625 | 0.64625 | 0.0 | 0.67 Comm | 0.20362 | 0.20362 | 0.20362 | 0.0 | 0.21 Output | 3.6001e-05 | 3.6001e-05 | 3.6001e-05 | 0.0 | 0.00 Modify | 0.4852 | 0.4852 | 0.4852 | 0.0 | 0.50 Other | | 0.02926 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.51073e+06 ave 1.51073e+06 max 1.51073e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1510734 Ave neighs/atom = 377.683 Neighbor list builds = 6 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 = 333.74863012957, Press = 2.46768066851859 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -6496.5995 -6496.5995 -6664.3674 -6664.3674 324.55834 324.55834 230704.91 230704.91 -186.92457 -186.92457 7000 -6481.46 -6481.46 -6654.4165 -6654.4165 334.59612 334.59612 230765.08 230765.08 -77.233711 -77.233711 Loop time of 84.4184 on 1 procs for 1000 steps with 4000 atoms Performance: 1.023 ns/day, 23.450 hours/ns, 11.846 timesteps/s 58.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 | 83.291 | 83.291 | 83.291 | 0.0 | 98.66 Neigh | 0.55421 | 0.55421 | 0.55421 | 0.0 | 0.66 Comm | 0.17531 | 0.17531 | 0.17531 | 0.0 | 0.21 Output | 5.722e-05 | 5.722e-05 | 5.722e-05 | 0.0 | 0.00 Modify | 0.36882 | 0.36882 | 0.36882 | 0.0 | 0.44 Other | | 0.02916 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.50745e+06 ave 1.50745e+06 max 1.50745e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1507450 Ave neighs/atom = 376.863 Neighbor list builds = 6 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 = 333.064968411858, Press = -6.33516952186368 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -6481.46 -6481.46 -6654.4165 -6654.4165 334.59612 334.59612 230765.08 230765.08 -77.233711 -77.233711 8000 -6490.0708 -6490.0708 -6660.9769 -6660.9769 330.62953 330.62953 229782.65 229782.65 309.50977 309.50977 Loop time of 99.3279 on 1 procs for 1000 steps with 4000 atoms Performance: 0.870 ns/day, 27.591 hours/ns, 10.068 timesteps/s 50.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 | 98.021 | 98.021 | 98.021 | 0.0 | 98.68 Neigh | 0.75992 | 0.75992 | 0.75992 | 0.0 | 0.77 Comm | 0.14428 | 0.14428 | 0.14428 | 0.0 | 0.15 Output | 4.4823e-05 | 4.4823e-05 | 4.4823e-05 | 0.0 | 0.00 Modify | 0.37304 | 0.37304 | 0.37304 | 0.0 | 0.38 Other | | 0.02939 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.50846e+06 ave 1.50846e+06 max 1.50846e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1508460 Ave neighs/atom = 377.115 Neighbor list builds = 7 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 = 333.406762492068, Press = -0.499500523269307 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -6490.0708 -6490.0708 -6660.9769 -6660.9769 330.62953 330.62953 229782.65 229782.65 309.50977 309.50977 9000 -6485.3331 -6485.3331 -6659.5948 -6659.5948 337.12109 337.12109 230466.32 230466.32 6.9757717 6.9757717 Loop time of 91.0894 on 1 procs for 1000 steps with 4000 atoms Performance: 0.949 ns/day, 25.303 hours/ns, 10.978 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 | 89.887 | 89.887 | 89.887 | 0.0 | 98.68 Neigh | 0.53983 | 0.53983 | 0.53983 | 0.0 | 0.59 Comm | 0.17964 | 0.17964 | 0.17964 | 0.0 | 0.20 Output | 4.6968e-05 | 4.6968e-05 | 4.6968e-05 | 0.0 | 0.00 Modify | 0.42738 | 0.42738 | 0.42738 | 0.0 | 0.47 Other | | 0.05548 | | | 0.06 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.50951e+06 ave 1.50951e+06 max 1.50951e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1509512 Ave neighs/atom = 377.378 Neighbor list builds = 6 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 = 333.482179800058, Press = 2.56690277907531 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 9.438 | 9.438 | 9.438 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -6485.3331 -6485.3331 -6659.5948 -6659.5948 337.12109 337.12109 230466.32 230466.32 6.9757717 6.9757717 10000 -6490.6402 -6490.6402 -6659.8496 -6659.8496 327.34701 327.34701 230686.59 230686.59 -125.35069 -125.35069 Loop time of 91.2775 on 1 procs for 1000 steps with 4000 atoms Performance: 0.947 ns/day, 25.355 hours/ns, 10.956 timesteps/s 53.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 | 89.956 | 89.956 | 89.956 | 0.0 | 98.55 Neigh | 0.5971 | 0.5971 | 0.5971 | 0.0 | 0.65 Comm | 0.22025 | 0.22025 | 0.22025 | 0.0 | 0.24 Output | 4.6015e-05 | 4.6015e-05 | 4.6015e-05 | 0.0 | 0.00 Modify | 0.44924 | 0.44924 | 0.44924 | 0.0 | 0.49 Other | | 0.05448 | | | 0.06 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10895 ave 10895 max 10895 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.50811e+06 ave 1.50811e+06 max 1.50811e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1508110 Ave neighs/atom = 377.027 Neighbor list builds = 6 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_T333.15.out" else "print 'not_converged' file output/vol_T333.15.out" print '${V}' file output/vol_T333.15.out 230473.654090436 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0