# 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.044650778174401*${_u_distance} variable latticeconst_converted equal 4.044650778174401*1 lattice fcc ${latticeconst_converted} lattice fcc 4.0446507781744 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_CostaAgrenClavaguera_2007_AlNi__MO_131642768288_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.250676169 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 66167.250676169/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 66167.250676169/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 66167.250676169/(1*1*${_u_distance}) variable V0_metal equal 66167.250676169/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 66167.250676169*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 66167.250676169 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 = 6.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 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.251 66167.251 2613.0301 2613.0301 1000 -13098.01 -13098.01 -13268.515 -13268.515 329.8529 329.8529 67537.287 67537.287 -684.15209 -684.15209 Loop time of 83.9793 on 1 procs for 1000 steps with 4000 atoms Performance: 1.029 ns/day, 23.328 hours/ns, 11.908 timesteps/s 80.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 | 83.728 | 83.728 | 83.728 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.03723 | 0.03723 | 0.03723 | 0.0 | 0.04 Output | 3.98e-05 | 3.98e-05 | 3.98e-05 | 0.0 | 0.00 Modify | 0.19548 | 0.19548 | 0.19548 | 0.0 | 0.23 Other | | 0.0181 | | | 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: 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.8529 329.8529 67537.287 67537.287 -684.15209 -684.15209 2000 -13115.997 -13115.997 -13275.36 -13275.36 308.29727 308.29727 67450.684 67450.684 -367.26668 -367.26668 Loop time of 88.4964 on 1 procs for 1000 steps with 4000 atoms Performance: 0.976 ns/day, 24.582 hours/ns, 11.300 timesteps/s 80.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 | 88.191 | 88.191 | 88.191 | 0.0 | 99.66 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037338 | 0.037338 | 0.037338 | 0.0 | 0.04 Output | 4.67e-05 | 4.67e-05 | 4.67e-05 | 0.0 | 0.00 Modify | 0.24965 | 0.24965 | 0.24965 | 0.0 | 0.28 Other | | 0.01819 | | | 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: 312570.0 ave 312570 max 312570 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312570 Ave neighs/atom = 78.142500 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.26668 -367.26668 3000 -13103.79 -13103.79 -13261.847 -13261.847 305.77011 305.77011 67429.741 67429.741 751.58987 751.58987 Loop time of 89.0419 on 1 procs for 1000 steps with 4000 atoms Performance: 0.970 ns/day, 24.734 hours/ns, 11.231 timesteps/s 80.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 | 88.73 | 88.73 | 88.73 | 0.0 | 99.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037315 | 0.037315 | 0.037315 | 0.0 | 0.04 Output | 3.88e-05 | 3.88e-05 | 3.88e-05 | 0.0 | 0.00 Modify | 0.25671 | 0.25671 | 0.25671 | 0.0 | 0.29 Other | | 0.01831 | | | 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: 312580.0 ave 312580 max 312580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312580 Ave neighs/atom = 78.145000 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.58987 751.58987 4000 -13113.018 -13113.018 -13271.11 -13271.11 305.84106 305.84106 67427.599 67427.599 102.01978 102.01978 Loop time of 93.5636 on 1 procs for 1000 steps with 4000 atoms Performance: 0.923 ns/day, 25.990 hours/ns, 10.688 timesteps/s 76.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 | 93.327 | 93.327 | 93.327 | 0.0 | 99.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038112 | 0.038112 | 0.038112 | 0.0 | 0.04 Output | 4.55e-05 | 4.55e-05 | 4.55e-05 | 0.0 | 0.00 Modify | 0.18066 | 0.18066 | 0.18066 | 0.0 | 0.19 Other | | 0.01819 | | | 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: 312694.0 ave 312694 max 312694 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312694 Ave neighs/atom = 78.173500 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.84106 305.84106 67427.599 67427.599 102.01978 102.01978 5000 -13107.987 -13107.987 -13267.709 -13267.709 308.99136 308.99136 67511.889 67511.889 -545.01433 -545.01433 Loop time of 90.1874 on 1 procs for 1000 steps with 4000 atoms Performance: 0.958 ns/day, 25.052 hours/ns, 11.088 timesteps/s 79.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 | 89.91 | 89.91 | 89.91 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.057582 | 0.057582 | 0.057582 | 0.0 | 0.06 Output | 3.54e-05 | 3.54e-05 | 3.54e-05 | 0.0 | 0.00 Modify | 0.20183 | 0.20183 | 0.20183 | 0.0 | 0.22 Other | | 0.01815 | | | 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: 312512.0 ave 312512 max 312512 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312512 Ave neighs/atom = 78.128000 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.132925327048, Press = -186.968602615743 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.01433 -545.01433 6000 -13108.827 -13108.827 -13270.895 -13270.895 313.53111 313.53111 67454.552 67454.552 -80.291335 -80.291335 Loop time of 90.282 on 1 procs for 1000 steps with 4000 atoms Performance: 0.957 ns/day, 25.078 hours/ns, 11.076 timesteps/s 79.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 89.972 | 89.972 | 89.972 | 0.0 | 99.66 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.0576 | 0.0576 | 0.0576 | 0.0 | 0.06 Output | 3.49e-05 | 3.49e-05 | 3.49e-05 | 0.0 | 0.00 Modify | 0.23365 | 0.23365 | 0.23365 | 0.0 | 0.26 Other | | 0.01831 | | | 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: 312566.0 ave 312566 max 312566 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312566 Ave neighs/atom = 78.141500 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.762119394145, Press = 31.0736721068036 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.53111 313.53111 67454.552 67454.552 -80.291335 -80.291335 7000 -13109.975 -13109.975 -13273.111 -13273.111 315.59839 315.59839 67300.245 67300.245 1537.6329 1537.6329 Loop time of 91.2284 on 1 procs for 1000 steps with 4000 atoms Performance: 0.947 ns/day, 25.341 hours/ns, 10.962 timesteps/s 78.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 | 91.007 | 91.007 | 91.007 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037413 | 0.037413 | 0.037413 | 0.0 | 0.04 Output | 2.88e-05 | 2.88e-05 | 2.88e-05 | 0.0 | 0.00 Modify | 0.16361 | 0.16361 | 0.16361 | 0.0 | 0.18 Other | | 0.02049 | | | 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: 312612.0 ave 312612 max 312612 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312612 Ave neighs/atom = 78.153000 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.180326866597, Press = -9.31790282286754 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.6329 1537.6329 8000 -13108.808 -13108.808 -13271.001 -13271.001 313.77385 313.77385 67487.081 67487.081 -508.19229 -508.19229 Loop time of 88.9224 on 1 procs for 1000 steps with 4000 atoms Performance: 0.972 ns/day, 24.701 hours/ns, 11.246 timesteps/s 80.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 | 88.699 | 88.699 | 88.699 | 0.0 | 99.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037258 | 0.037258 | 0.037258 | 0.0 | 0.04 Output | 3.52e-05 | 3.52e-05 | 3.52e-05 | 0.0 | 0.00 Modify | 0.16764 | 0.16764 | 0.16764 | 0.0 | 0.19 Other | | 0.01818 | | | 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: 312706.0 ave 312706 max 312706 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312706 Ave neighs/atom = 78.176500 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.850385369482, Press = -10.6058420998909 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.77385 313.77385 67487.081 67487.081 -508.19229 -508.19229 9000 -13114.433 -13114.433 -13276.509 -13276.509 313.54608 313.54608 67465.529 67465.529 -604.56132 -604.56132 Loop time of 93.2793 on 1 procs for 1000 steps with 4000 atoms Performance: 0.926 ns/day, 25.911 hours/ns, 10.720 timesteps/s 76.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 | 92.983 | 92.983 | 92.983 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.057226 | 0.057226 | 0.057226 | 0.0 | 0.06 Output | 3.9e-05 | 3.9e-05 | 3.9e-05 | 0.0 | 0.00 Modify | 0.22083 | 0.22083 | 0.22083 | 0.0 | 0.24 Other | | 0.01813 | | | 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: 312590.0 ave 312590 max 312590 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312590 Ave neighs/atom = 78.147500 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.670533580369, Press = 0.491166788217691 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.54608 313.54608 67465.529 67465.529 -604.56132 -604.56132 10000 -13108.13 -13108.13 -13271.049 -13271.049 315.17723 315.17723 67422.412 67422.412 204.71145 204.71145 Loop time of 89.4786 on 1 procs for 1000 steps with 4000 atoms Performance: 0.966 ns/day, 24.855 hours/ns, 11.176 timesteps/s 80.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 | 89.241 | 89.241 | 89.241 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037546 | 0.037546 | 0.037546 | 0.0 | 0.04 Output | 3.48e-05 | 3.48e-05 | 3.48e-05 | 0.0 | 0.00 Modify | 0.18214 | 0.18214 | 0.18214 | 0.0 | 0.20 Other | | 0.01826 | | | 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: 312622.0 ave 312622 max 312622 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312622 Ave neighs/atom = 78.155500 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.466581996915, Press = 0.130659442981588 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.049 -13271.049 315.17723 315.17723 67422.412 67422.412 204.71145 204.71145 11000 -13109.893 -13109.893 -13273.735 -13273.735 316.96289 316.96289 67421.901 67421.901 99.254729 99.254729 Loop time of 90.9516 on 1 procs for 1000 steps with 4000 atoms Performance: 0.950 ns/day, 25.264 hours/ns, 10.995 timesteps/s 79.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 | 90.667 | 90.667 | 90.667 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037387 | 0.037387 | 0.037387 | 0.0 | 0.04 Output | 3.39e-05 | 3.39e-05 | 3.39e-05 | 0.0 | 0.00 Modify | 0.20855 | 0.20855 | 0.20855 | 0.0 | 0.23 Other | | 0.03828 | | | 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: 312560.0 ave 312560 max 312560 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312560 Ave neighs/atom = 78.140000 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.429924492166, Press = -3.78025654106989 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.893 -13109.893 -13273.735 -13273.735 316.96289 316.96289 67421.901 67421.901 99.254729 99.254729 12000 -13108.148 -13108.148 -13269.985 -13269.985 313.0833 313.0833 67573.514 67573.514 -1368.418 -1368.418 Loop time of 85.2631 on 1 procs for 1000 steps with 4000 atoms Performance: 1.013 ns/day, 23.684 hours/ns, 11.728 timesteps/s 83.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 | 85.006 | 85.006 | 85.006 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037666 | 0.037666 | 0.037666 | 0.0 | 0.04 Output | 3.53e-05 | 3.53e-05 | 3.53e-05 | 0.0 | 0.00 Modify | 0.20152 | 0.20152 | 0.20152 | 0.0 | 0.24 Other | | 0.01835 | | | 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: 312604.0 ave 312604 max 312604 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312604 Ave neighs/atom = 78.151000 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.831586355929, Press = -5.81026559683217 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.148 -13108.148 -13269.985 -13269.985 313.0833 313.0833 67573.514 67573.514 -1368.418 -1368.418 13000 -13108.537 -13108.537 -13271.135 -13271.135 314.55564 314.55564 67492.604 67492.604 -546.99241 -546.99241 Loop time of 81.6116 on 1 procs for 1000 steps with 4000 atoms Performance: 1.059 ns/day, 22.670 hours/ns, 12.253 timesteps/s 87.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 | 81.376 | 81.376 | 81.376 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.05738 | 0.05738 | 0.05738 | 0.0 | 0.07 Output | 3.12e-05 | 3.12e-05 | 3.12e-05 | 0.0 | 0.00 Modify | 0.16041 | 0.16041 | 0.16041 | 0.0 | 0.20 Other | | 0.01817 | | | 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: 312456.0 ave 312456 max 312456 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312456 Ave neighs/atom = 78.114000 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.887321223691, Press = 5.52228939837805 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.135 -13271.135 314.55564 314.55564 67492.604 67492.604 -546.99241 -546.99241 14000 -13103.836 -13103.836 -13270.275 -13270.275 321.98829 321.98829 67393.48 67393.48 665.64042 665.64042 Loop time of 82.4012 on 1 procs for 1000 steps with 4000 atoms Performance: 1.049 ns/day, 22.889 hours/ns, 12.136 timesteps/s 87.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 | 82.164 | 82.164 | 82.164 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037589 | 0.037589 | 0.037589 | 0.0 | 0.05 Output | 3.68e-05 | 3.68e-05 | 3.68e-05 | 0.0 | 0.00 Modify | 0.18148 | 0.18148 | 0.18148 | 0.0 | 0.22 Other | | 0.01824 | | | 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: 312604.0 ave 312604 max 312604 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312604 Ave neighs/atom = 78.151000 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.158063560303, Press = -0.782919537061568 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.836 -13103.836 -13270.275 -13270.275 321.98829 321.98829 67393.48 67393.48 665.64042 665.64042 15000 -13111.239 -13111.239 -13272.693 -13272.693 312.34314 312.34314 67454.354 67454.354 -227.18542 -227.18542 Loop time of 76.8078 on 1 procs for 1000 steps with 4000 atoms Performance: 1.125 ns/day, 21.336 hours/ns, 13.020 timesteps/s 92.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 | 76.569 | 76.569 | 76.569 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036984 | 0.036984 | 0.036984 | 0.0 | 0.05 Output | 2.77e-05 | 2.77e-05 | 2.77e-05 | 0.0 | 0.00 Modify | 0.18358 | 0.18358 | 0.18358 | 0.0 | 0.24 Other | | 0.01806 | | | 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: 312660.0 ave 312660 max 312660 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312660 Ave neighs/atom = 78.165000 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.222462882467, Press = -3.12654370461229 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.239 -13111.239 -13272.693 -13272.693 312.34314 312.34314 67454.354 67454.354 -227.18542 -227.18542 16000 -13103.862 -13103.862 -13266.85 -13266.85 315.31216 315.31216 67556.997 67556.997 -932.435 -932.435 Loop time of 76.7307 on 1 procs for 1000 steps with 4000 atoms Performance: 1.126 ns/day, 21.314 hours/ns, 13.033 timesteps/s 92.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 | 76.516 | 76.516 | 76.516 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037239 | 0.037239 | 0.037239 | 0.0 | 0.05 Output | 3.43e-05 | 3.43e-05 | 3.43e-05 | 0.0 | 0.00 Modify | 0.15949 | 0.15949 | 0.15949 | 0.0 | 0.21 Other | | 0.01827 | | | 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: 312532.0 ave 312532 max 312532 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312532 Ave neighs/atom = 78.133000 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.350524868833, Press = 0.267440365070162 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.862 -13103.862 -13266.85 -13266.85 315.31216 315.31216 67556.997 67556.997 -932.435 -932.435 17000 -13110.672 -13110.672 -13270.725 -13270.725 309.63266 309.63266 67391.21 67391.21 582.59191 582.59191 Loop time of 76.6622 on 1 procs for 1000 steps with 4000 atoms Performance: 1.127 ns/day, 21.295 hours/ns, 13.044 timesteps/s 93.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 | 76.447 | 76.447 | 76.447 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037508 | 0.037508 | 0.037508 | 0.0 | 0.05 Output | 3.86e-05 | 3.86e-05 | 3.86e-05 | 0.0 | 0.00 Modify | 0.15992 | 0.15992 | 0.15992 | 0.0 | 0.21 Other | | 0.01811 | | | 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: 312508.0 ave 312508 max 312508 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312508 Ave neighs/atom = 78.127000 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.403209095608, Press = 3.14593182555721 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.672 -13110.672 -13270.725 -13270.725 309.63266 309.63266 67391.21 67391.21 582.59191 582.59191 18000 -13108.024 -13108.024 -13271.082 -13271.082 315.44738 315.44738 67393.083 67393.083 616.95455 616.95455 Loop time of 76.2812 on 1 procs for 1000 steps with 4000 atoms Performance: 1.133 ns/day, 21.189 hours/ns, 13.109 timesteps/s 93.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 | 76.044 | 76.044 | 76.044 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037246 | 0.037246 | 0.037246 | 0.0 | 0.05 Output | 3.54e-05 | 3.54e-05 | 3.54e-05 | 0.0 | 0.00 Modify | 0.1813 | 0.1813 | 0.1813 | 0.0 | 0.24 Other | | 0.01826 | | | 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: 312536.0 ave 312536 max 312536 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312536 Ave neighs/atom = 78.134000 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.395265075988, Press = -1.48139023717808 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.024 -13108.024 -13271.082 -13271.082 315.44738 315.44738 67393.083 67393.083 616.95455 616.95455 19000 -13111.603 -13111.603 -13273.09 -13273.09 312.40767 312.40767 67471.506 67471.506 -533.81605 -533.81605 Loop time of 76.8636 on 1 procs for 1000 steps with 4000 atoms Performance: 1.124 ns/day, 21.351 hours/ns, 13.010 timesteps/s 93.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 | 76.626 | 76.626 | 76.626 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037191 | 0.037191 | 0.037191 | 0.0 | 0.05 Output | 5.61e-05 | 5.61e-05 | 5.61e-05 | 0.0 | 0.00 Modify | 0.18216 | 0.18216 | 0.18216 | 0.0 | 0.24 Other | | 0.01826 | | | 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: 312608.0 ave 312608 max 312608 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312608 Ave neighs/atom = 78.152000 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.275164441376, Press = -1.08659419097861 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.603 -13111.603 -13273.09 -13273.09 312.40767 312.40767 67471.506 67471.506 -533.81605 -533.81605 20000 -13108.08 -13108.08 -13272.063 -13272.063 317.23538 317.23538 67456.123 67456.123 -196.12979 -196.12979 Loop time of 76.0295 on 1 procs for 1000 steps with 4000 atoms Performance: 1.136 ns/day, 21.119 hours/ns, 13.153 timesteps/s 94.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 | 75.809 | 75.809 | 75.809 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037542 | 0.037542 | 0.037542 | 0.0 | 0.05 Output | 3.51e-05 | 3.51e-05 | 3.51e-05 | 0.0 | 0.00 Modify | 0.16448 | 0.16448 | 0.16448 | 0.0 | 0.22 Other | | 0.0182 | | | 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: 312548.0 ave 312548 max 312548 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312548 Ave neighs/atom = 78.137000 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.5394928063 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0