# 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 4.044650822877884*${_u_distance} variable latticeconst_converted equal 4.044650822877884*1 lattice fcc ${latticeconst_converted} lattice fcc 4.04465082287788 Lattice spacing in x,y,z = 4.0446508 4.0446508 4.0446508 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 (40.446508 40.446508 40.446508) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 4000 atoms create_atoms CPU = 0.001 seconds variable mass_converted equal 26.981538*${_u_mass} variable mass_converted equal 26.981538*1 kim_interactions Al #=== BEGIN kim_interactions ================================== pair_style kim MEAM_LAMMPS_ShimKoKim_2013_AlVH__MO_344724145339_000 pair_coeff * * Al #=== END kim_interactions ==================================== mass 1 ${mass_converted} mass 1 26.981538 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 66167.2528701086 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 66167.2528701086/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 66167.2528701086/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 66167.2528701086/(1*1*${_u_distance}) variable V0_metal equal 66167.2528701086/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 66167.2528701086*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 66167.2528701086 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 313.15*${_u_temperature} variable temp_converted equal 313.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 313.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 313.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 313.15 313.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 "313.15 - 0.2" variable T_up equal "313.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 = 12 12 12 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) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -13278.129 -13278.129 -13440 -13440 313.15 313.15 66167.253 66167.253 2613.0094 2613.0094 1000 -13098.01 -13098.01 -13268.515 -13268.515 329.85289 329.85289 67537.287 67537.287 -684.15239 -684.15239 Loop time of 103.131 on 1 procs for 1000 steps with 4000 atoms Performance: 0.838 ns/day, 28.648 hours/ns, 9.696 timesteps/s 77.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 | 102.85 | 102.85 | 102.85 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038882 | 0.038882 | 0.038882 | 0.0 | 0.04 Output | 5.15e-05 | 5.15e-05 | 5.15e-05 | 0.0 | 0.00 Modify | 0.19957 | 0.19957 | 0.19957 | 0.0 | 0.19 Other | | 0.03961 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312000.0 ave 312000 max 312000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312000 Ave neighs/atom = 78.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) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -13098.01 -13098.01 -13268.515 -13268.515 329.85289 329.85289 67537.287 67537.287 -684.15239 -684.15239 2000 -13115.997 -13115.997 -13275.36 -13275.36 308.29727 308.29727 67450.684 67450.684 -367.26766 -367.26766 Loop time of 103.358 on 1 procs for 1000 steps with 4000 atoms Performance: 0.836 ns/day, 28.710 hours/ns, 9.675 timesteps/s 81.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 | 103.03 | 103.03 | 103.03 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058789 | 0.058789 | 0.058789 | 0.0 | 0.06 Output | 4.06e-05 | 4.06e-05 | 4.06e-05 | 0.0 | 0.00 Modify | 0.24793 | 0.24793 | 0.24793 | 0.0 | 0.24 Other | | 0.01935 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 322754.0 ave 322754 max 322754 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 322754 Ave neighs/atom = 80.688500 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) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -13115.997 -13115.997 -13275.36 -13275.36 308.29727 308.29727 67450.684 67450.684 -367.26766 -367.26766 3000 -13103.79 -13103.79 -13261.847 -13261.847 305.77011 305.77011 67429.741 67429.741 751.59046 751.59046 Loop time of 101.921 on 1 procs for 1000 steps with 4000 atoms Performance: 0.848 ns/day, 28.311 hours/ns, 9.812 timesteps/s 82.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 | 101.65 | 101.65 | 101.65 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.059153 | 0.059153 | 0.059153 | 0.0 | 0.06 Output | 4.82e-05 | 4.82e-05 | 4.82e-05 | 0.0 | 0.00 Modify | 0.1936 | 0.1936 | 0.1936 | 0.0 | 0.19 Other | | 0.01944 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 323126.0 ave 323126 max 323126 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323126 Ave neighs/atom = 80.781500 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) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -13103.79 -13103.79 -13261.847 -13261.847 305.77011 305.77011 67429.741 67429.741 751.59046 751.59046 4000 -13113.018 -13113.018 -13271.11 -13271.11 305.84105 305.84105 67427.599 67427.599 102.01987 102.01987 Loop time of 108.062 on 1 procs for 1000 steps with 4000 atoms Performance: 0.800 ns/day, 30.017 hours/ns, 9.254 timesteps/s 77.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 | 107.78 | 107.78 | 107.78 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038504 | 0.038504 | 0.038504 | 0.0 | 0.04 Output | 4.15e-05 | 4.15e-05 | 4.15e-05 | 0.0 | 0.00 Modify | 0.20277 | 0.20277 | 0.20277 | 0.0 | 0.19 Other | | 0.03958 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 323212.0 ave 323212 max 323212 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323212 Ave neighs/atom = 80.803000 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) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -13113.018 -13113.018 -13271.11 -13271.11 305.84105 305.84105 67427.599 67427.599 102.01987 102.01987 5000 -13107.987 -13107.987 -13267.709 -13267.709 308.99136 308.99136 67511.889 67511.889 -545.01532 -545.01532 Loop time of 107.85 on 1 procs for 1000 steps with 4000 atoms Performance: 0.801 ns/day, 29.958 hours/ns, 9.272 timesteps/s 77.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 | 107.54 | 107.54 | 107.54 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058653 | 0.058653 | 0.058653 | 0.0 | 0.05 Output | 3.51e-05 | 3.51e-05 | 3.51e-05 | 0.0 | 0.00 Modify | 0.21108 | 0.21108 | 0.21108 | 0.0 | 0.20 Other | | 0.03945 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 323152.0 ave 323152 max 323152 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323152 Ave neighs/atom = 80.788000 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 = 317.132923332054, Press = -186.968779301766 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -13107.987 -13107.987 -13267.709 -13267.709 308.99136 308.99136 67511.889 67511.889 -545.01532 -545.01532 6000 -13108.827 -13108.827 -13270.895 -13270.895 313.5311 313.5311 67454.552 67454.552 -80.290382 -80.290382 Loop time of 109.021 on 1 procs for 1000 steps with 4000 atoms Performance: 0.793 ns/day, 30.284 hours/ns, 9.173 timesteps/s 77.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 | 108.68 | 108.68 | 108.68 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.068968 | 0.068968 | 0.068968 | 0.0 | 0.06 Output | 4.21e-05 | 4.21e-05 | 4.21e-05 | 0.0 | 0.00 Modify | 0.23414 | 0.23414 | 0.23414 | 0.0 | 0.21 Other | | 0.03954 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 323028.0 ave 323028 max 323028 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323028 Ave neighs/atom = 80.757000 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 = 312.762119400476, Press = 31.073683443659 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -13108.827 -13108.827 -13270.895 -13270.895 313.5311 313.5311 67454.552 67454.552 -80.290382 -80.290382 7000 -13109.975 -13109.975 -13273.111 -13273.111 315.59839 315.59839 67300.245 67300.245 1537.6321 1537.6321 Loop time of 108.71 on 1 procs for 1000 steps with 4000 atoms Performance: 0.795 ns/day, 30.197 hours/ns, 9.199 timesteps/s 77.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 | 108.38 | 108.38 | 108.38 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.059512 | 0.059512 | 0.059512 | 0.0 | 0.05 Output | 3.6e-05 | 3.6e-05 | 3.6e-05 | 0.0 | 0.00 Modify | 0.25002 | 0.25002 | 0.25002 | 0.0 | 0.23 Other | | 0.01999 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 323066.0 ave 323066 max 323066 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323066 Ave neighs/atom = 80.766500 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 = 313.180326725333, Press = -9.3179158446793 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -13109.975 -13109.975 -13273.111 -13273.111 315.59839 315.59839 67300.245 67300.245 1537.6321 1537.6321 8000 -13108.808 -13108.808 -13271.001 -13271.001 313.77387 313.77387 67487.081 67487.081 -508.19224 -508.19224 Loop time of 106.629 on 1 procs for 1000 steps with 4000 atoms Performance: 0.810 ns/day, 29.619 hours/ns, 9.378 timesteps/s 78.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 | 106.35 | 106.35 | 106.35 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038395 | 0.038395 | 0.038395 | 0.0 | 0.04 Output | 2.57e-05 | 2.57e-05 | 2.57e-05 | 0.0 | 0.00 Modify | 0.20528 | 0.20528 | 0.20528 | 0.0 | 0.19 Other | | 0.03928 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 323504.0 ave 323504 max 323504 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323504 Ave neighs/atom = 80.876000 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 = 312.850385260901, Press = -10.6058405332027 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -13108.808 -13108.808 -13271.001 -13271.001 313.77387 313.77387 67487.081 67487.081 -508.19224 -508.19224 9000 -13114.433 -13114.433 -13276.509 -13276.509 313.54598 313.54598 67465.528 67465.528 -604.55407 -604.55407 Loop time of 103.966 on 1 procs for 1000 steps with 4000 atoms Performance: 0.831 ns/day, 28.879 hours/ns, 9.619 timesteps/s 81.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 103.65 | 103.65 | 103.65 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.078923 | 0.078923 | 0.078923 | 0.0 | 0.08 Output | 3.63e-05 | 3.63e-05 | 3.63e-05 | 0.0 | 0.00 Modify | 0.21803 | 0.21803 | 0.21803 | 0.0 | 0.21 Other | | 0.02283 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 323026.0 ave 323026 max 323026 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323026 Ave neighs/atom = 80.756500 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 = 312.670534224655, Press = 0.491176796892515 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -13114.433 -13114.433 -13276.509 -13276.509 313.54598 313.54598 67465.528 67465.528 -604.55407 -604.55407 10000 -13108.13 -13108.13 -13271.048 -13271.048 315.17753 315.17753 67422.413 67422.413 204.71734 204.71734 Loop time of 106.206 on 1 procs for 1000 steps with 4000 atoms Performance: 0.814 ns/day, 29.502 hours/ns, 9.416 timesteps/s 79.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 | 105.98 | 105.98 | 105.98 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038604 | 0.038604 | 0.038604 | 0.0 | 0.04 Output | 2.91e-05 | 2.91e-05 | 2.91e-05 | 0.0 | 0.00 Modify | 0.1672 | 0.1672 | 0.1672 | 0.0 | 0.16 Other | | 0.01936 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 322964.0 ave 322964 max 322964 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 322964 Ave neighs/atom = 80.741000 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 = 312.466602023732, Press = 0.130577958542486 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -13108.13 -13108.13 -13271.048 -13271.048 315.17753 315.17753 67422.413 67422.413 204.71734 204.71734 11000 -13109.891 -13109.891 -13273.734 -13273.734 316.96487 316.96487 67421.913 67421.913 99.206019 99.206019 Loop time of 109.943 on 1 procs for 1000 steps with 4000 atoms Performance: 0.786 ns/day, 30.540 hours/ns, 9.096 timesteps/s 76.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 | 109.66 | 109.66 | 109.66 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058885 | 0.058885 | 0.058885 | 0.0 | 0.05 Output | 3.63e-05 | 3.63e-05 | 3.63e-05 | 0.0 | 0.00 Modify | 0.20994 | 0.20994 | 0.20994 | 0.0 | 0.19 Other | | 0.0193 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 323202.0 ave 323202 max 323202 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323202 Ave neighs/atom = 80.800500 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 = 312.429906359521, Press = -3.78084050721643 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -13109.891 -13109.891 -13273.734 -13273.734 316.96487 316.96487 67421.913 67421.913 99.206019 99.206019 12000 -13108.149 -13108.149 -13269.985 -13269.985 313.08249 313.08249 67573.518 67573.518 -1368.4955 -1368.4955 Loop time of 101.587 on 1 procs for 1000 steps with 4000 atoms Performance: 0.851 ns/day, 28.219 hours/ns, 9.844 timesteps/s 82.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 | 101.34 | 101.34 | 101.34 | 0.0 | 99.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038695 | 0.038695 | 0.038695 | 0.0 | 0.04 Output | 3.58e-05 | 3.58e-05 | 3.58e-05 | 0.0 | 0.00 Modify | 0.19171 | 0.19171 | 0.19171 | 0.0 | 0.19 Other | | 0.01959 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 323200.0 ave 323200 max 323200 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323200 Ave neighs/atom = 80.800000 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 = 312.831577873673, Press = -5.81058806557899 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -13108.149 -13108.149 -13269.985 -13269.985 313.08249 313.08249 67573.518 67573.518 -1368.4955 -1368.4955 13000 -13108.537 -13108.537 -13271.134 -13271.134 314.55579 314.55579 67492.606 67492.606 -547.00196 -547.00196 Loop time of 94.3966 on 1 procs for 1000 steps with 4000 atoms Performance: 0.915 ns/day, 26.221 hours/ns, 10.594 timesteps/s 88.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 | 94.113 | 94.113 | 94.113 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058707 | 0.058707 | 0.058707 | 0.0 | 0.06 Output | 3.37e-05 | 3.37e-05 | 3.37e-05 | 0.0 | 0.00 Modify | 0.20561 | 0.20561 | 0.20561 | 0.0 | 0.22 Other | | 0.01922 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 322576.0 ave 322576 max 322576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 322576 Ave neighs/atom = 80.644000 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 = 312.88730113691, Press = 5.52222701600154 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -13108.537 -13108.537 -13271.134 -13271.134 314.55579 314.55579 67492.606 67492.606 -547.00196 -547.00196 14000 -13103.835 -13103.835 -13270.275 -13270.275 321.98831 321.98831 67393.492 67393.492 665.52233 665.52233 Loop time of 99.7714 on 1 procs for 1000 steps with 4000 atoms Performance: 0.866 ns/day, 27.714 hours/ns, 10.023 timesteps/s 84.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 | 99.443 | 99.443 | 99.443 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.05906 | 0.05906 | 0.05906 | 0.0 | 0.06 Output | 3.6e-05 | 3.6e-05 | 3.6e-05 | 0.0 | 0.00 Modify | 0.2295 | 0.2295 | 0.2295 | 0.0 | 0.23 Other | | 0.03955 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 322932.0 ave 322932 max 322932 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 322932 Ave neighs/atom = 80.733000 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 = 313.158060748327, Press = -0.783003572395485 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -13103.835 -13103.835 -13270.275 -13270.275 321.98831 321.98831 67393.492 67393.492 665.52233 665.52233 15000 -13111.235 -13111.235 -13272.691 -13272.691 312.34712 312.34712 67454.361 67454.361 -227.07736 -227.07736 Loop time of 91.245 on 1 procs for 1000 steps with 4000 atoms Performance: 0.947 ns/day, 25.346 hours/ns, 10.960 timesteps/s 91.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 | 91.019 | 91.019 | 91.019 | 0.0 | 99.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038821 | 0.038821 | 0.038821 | 0.0 | 0.04 Output | 3.44e-05 | 3.44e-05 | 3.44e-05 | 0.0 | 0.00 Modify | 0.16737 | 0.16737 | 0.16737 | 0.0 | 0.18 Other | | 0.0197 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 323292.0 ave 323292 max 323292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323292 Ave neighs/atom = 80.823000 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 = 313.22245523782, Press = -3.12579424844304 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -13111.235 -13111.235 -13272.691 -13272.691 312.34712 312.34712 67454.361 67454.361 -227.07736 -227.07736 16000 -13103.879 -13103.879 -13266.859 -13266.859 315.29599 315.29599 67556.938 67556.938 -932.53598 -932.53598 Loop time of 88.7327 on 1 procs for 1000 steps with 4000 atoms Performance: 0.974 ns/day, 24.648 hours/ns, 11.270 timesteps/s 94.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 | 88.485 | 88.485 | 88.485 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038285 | 0.038285 | 0.038285 | 0.0 | 0.04 Output | 3.62e-05 | 3.62e-05 | 3.62e-05 | 0.0 | 0.00 Modify | 0.1873 | 0.1873 | 0.1873 | 0.0 | 0.21 Other | | 0.02205 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 323014.0 ave 323014 max 323014 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323014 Ave neighs/atom = 80.753500 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 = 313.350424416843, Press = 0.267906686594637 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -13103.879 -13103.879 -13266.859 -13266.859 315.29599 315.29599 67556.938 67556.938 -932.53598 -932.53598 17000 -13110.653 -13110.653 -13270.716 -13270.716 309.6534 309.6534 67391.151 67391.151 584.02535 584.02535 Loop time of 91.3778 on 1 procs for 1000 steps with 4000 atoms Performance: 0.946 ns/day, 25.383 hours/ns, 10.944 timesteps/s 92.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 | 91.097 | 91.097 | 91.097 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.059141 | 0.059141 | 0.059141 | 0.0 | 0.06 Output | 3.81e-05 | 3.81e-05 | 3.81e-05 | 0.0 | 0.00 Modify | 0.20191 | 0.20191 | 0.20191 | 0.0 | 0.22 Other | | 0.01956 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 322790.0 ave 322790 max 322790 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 322790 Ave neighs/atom = 80.697500 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 = 313.40262595155, Press = 3.14547327113 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -13110.653 -13110.653 -13270.716 -13270.716 309.6534 309.6534 67391.151 67391.151 584.02535 584.02535 18000 -13108.232 -13108.232 -13271.193 -13271.193 315.25924 315.25924 67393.238 67393.238 605.83039 605.83039 Loop time of 88.4785 on 1 procs for 1000 steps with 4000 atoms Performance: 0.977 ns/day, 24.577 hours/ns, 11.302 timesteps/s 94.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 | 88.254 | 88.254 | 88.254 | 0.0 | 99.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038362 | 0.038362 | 0.038362 | 0.0 | 0.04 Output | 3.75e-05 | 3.75e-05 | 3.75e-05 | 0.0 | 0.00 Modify | 0.16651 | 0.16651 | 0.16651 | 0.0 | 0.19 Other | | 0.01928 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 323386.0 ave 323386 max 323386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323386 Ave neighs/atom = 80.846500 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 = 313.389044887934, Press = -1.48447227705075 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -13108.232 -13108.232 -13271.193 -13271.193 315.25924 315.25924 67393.238 67393.238 605.83039 605.83039 19000 -13111.932 -13111.932 -13273.26 -13273.26 312.09881 312.09881 67471.141 67471.141 -544.25558 -544.25558 Loop time of 90.5936 on 1 procs for 1000 steps with 4000 atoms Performance: 0.954 ns/day, 25.165 hours/ns, 11.038 timesteps/s 92.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 | 90.367 | 90.367 | 90.367 | 0.0 | 99.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038321 | 0.038321 | 0.038321 | 0.0 | 0.04 Output | 4.1e-05 | 4.1e-05 | 4.1e-05 | 0.0 | 0.00 Modify | 0.1684 | 0.1684 | 0.1684 | 0.0 | 0.19 Other | | 0.01962 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 323214.0 ave 323214 max 323214 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 323214 Ave neighs/atom = 80.803500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.264944903944, Press = -0.995371583457193 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -13111.932 -13111.932 -13273.26 -13273.26 312.09881 312.09881 67471.141 67471.141 -544.25558 -544.25558 20000 -13108.339 -13108.339 -13272.2 -13272.2 316.99915 316.99915 67453.991 67453.991 -183.73389 -183.73389 Loop time of 90.0477 on 1 procs for 1000 steps with 4000 atoms Performance: 0.959 ns/day, 25.013 hours/ns, 11.105 timesteps/s 93.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 | 89.801 | 89.801 | 89.801 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.040023 | 0.040023 | 0.040023 | 0.0 | 0.04 Output | 4.48e-05 | 4.48e-05 | 4.48e-05 | 0.0 | 0.00 Modify | 0.18733 | 0.18733 | 0.18733 | 0.0 | 0.21 Other | | 0.01948 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 322948.0 ave 322948 max 322948 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 322948 Ave neighs/atom = 80.737000 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_T313.15.out" else "print 'not_converged' file output/vol_T313.15.out" print '${V}' file output/vol_T313.15.out 67446.5140390415 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0