# 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.079999998211861*${_u_distance} variable latticeconst_converted equal 4.079999998211861*1 lattice fcc ${latticeconst_converted} lattice fcc 4.07999999821186 Lattice spacing in x,y,z = 4.0800000 4.0800000 4.0800000 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.800000 40.800000 40.800000) 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 107.8682*${_u_mass} variable mass_converted equal 107.8682*1 kim_interactions Ag #=== BEGIN kim_interactions ================================== pair_style kim MEAM_LAMMPS_GaoOteroAouadi_2013_AgTaO__MO_112077942578_000 pair_coeff * * Ag #=== END kim_interactions ==================================== mass 1 ${mass_converted} mass 1 107.8682 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 67917.3119107017 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 67917.3119107017/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 67917.3119107017/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 67917.3119107017/(1*1*${_u_distance}) variable V0_metal equal 67917.3119107017/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 67917.3119107017*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 67917.3119107017 Angstroms^3 # set the time step to 0.001 picoseconds variable timestep_converted equal 0.001*${_u_time} variable timestep_converted equal 0.001*1 timestep ${timestep_converted} timestep 0.001 variable temp_converted equal 253.15*${_u_temperature} variable temp_converted equal 253.15*1 variable Tdamp_converted equal 0.1*${_u_time} variable Tdamp_converted equal 0.1*1 variable press_converted equal 0.0*${_u_pressure} variable press_converted equal 0.0*1 variable Pdamp_converted equal 1*${_u_time} variable Pdamp_converted equal 1*1 # create initial velocities consistent with the chosen temperature velocity all create ${temp_converted} 17 mom yes rot yes velocity all create 253.15 17 mom yes rot yes # set NPT ensemble for all atoms fix ensemble all npt temp ${temp_converted} ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 253.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 253.15 253.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 253.15 253.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 253.15 253.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 253.15 253.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 253.15 253.15 0.1 iso 0 0 1 # compute the time averages of pressure, temperature, and volume, respectively # ignore the first 5000 timesteps variable etotal_metal equal etotal/${_u_energy} variable etotal_metal equal etotal/1 variable pe_metal equal pe/${_u_energy} variable pe_metal equal pe/1 variable T_metal equal temp/${_u_temperature} variable T_metal equal temp/1 variable V_metal equal vol/(${_u_distance}*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*1*${_u_distance}) variable V_metal equal vol/(1*1*1) variable P_metal equal press/${_u_pressure} variable P_metal equal press/1 fix avgmyTemp all ave/time 5 20 100 v_T_metal ave running start 5000 fix avgmyPress all ave/time 5 20 100 v_P_metal ave running start 5000 fix avgmyVol all ave/time 5 20 100 v_V_metal ave running start 5000 # extract fix quantities into variables so they can be used in if-else logic later. variable T equal f_avgmyTemp variable P equal f_avgmyPress variable V equal f_avgmyVol # set error bounds for temperature and pressure in original metal units (K and bar) variable T_low equal "253.15 - 0.2" variable T_up equal "253.15 + 0.2" variable P_low equal "0.0 - 0.2" variable P_up equal "0.0 + 0.2" # print to logfile every 1000 timesteps thermo_style custom step etotal v_etotal_metal pe v_pe_metal temp v_T_metal vol v_V_metal press v_P_metal thermo 1000 # Run a simulation for at most 2000*1000 timesteps. At each 1000th time step, check # whether the temperature and pressure have converged. If yes, break. label top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 8.2 ghost atom cutoff = 8.2 binsize = 4.1, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 8.2 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.481 | 5.481 | 5.481 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -11269.144 -11269.144 -11400 -11400 253.15 253.15 67917.312 67917.312 2057.9428 2057.9428 1000 -11155.369 -11155.369 -11286.316 -11286.316 253.32497 253.32497 68367.745 68367.745 1748.0235 1748.0235 Loop time of 116.47 on 1 procs for 1000 steps with 4000 atoms Performance: 0.742 ns/day, 32.353 hours/ns, 8.586 timesteps/s 68.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 | 116.14 | 116.14 | 116.14 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.057489 | 0.057489 | 0.057489 | 0.0 | 0.05 Output | 4.59e-05 | 4.59e-05 | 4.59e-05 | 0.0 | 0.00 Modify | 0.2572 | 0.2572 | 0.2572 | 0.0 | 0.22 Other | | 0.02037 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8195.00 ave 8195 max 8195 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 560000.0 ave 560000 max 560000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 560000 Ave neighs/atom = 140.00000 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) = 5.481 | 5.481 | 5.481 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -11155.369 -11155.369 -11286.316 -11286.316 253.32497 253.32497 68367.745 68367.745 1748.0235 1748.0235 2000 -11149.31 -11149.31 -11282.836 -11282.836 258.31511 258.31511 68487.98 68487.98 161.29703 161.29703 Loop time of 126.1 on 1 procs for 1000 steps with 4000 atoms Performance: 0.685 ns/day, 35.028 hours/ns, 7.930 timesteps/s 64.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 | 125.86 | 125.86 | 125.86 | 0.0 | 99.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046138 | 0.046138 | 0.046138 | 0.0 | 0.04 Output | 5.03e-05 | 5.03e-05 | 5.03e-05 | 0.0 | 0.00 Modify | 0.17733 | 0.17733 | 0.17733 | 0.0 | 0.14 Other | | 0.01972 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 7190.00 ave 7190 max 7190 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: 549634.0 ave 549634 max 549634 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 549634 Ave neighs/atom = 137.40850 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) = 5.481 | 5.481 | 5.481 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -11149.31 -11149.31 -11282.836 -11282.836 258.31511 258.31511 68487.98 68487.98 161.29703 161.29703 3000 -11154.199 -11154.199 -11285.079 -11285.079 253.19591 253.19591 68490.966 68490.966 -47.92994 -47.92994 Loop time of 113.628 on 1 procs for 1000 steps with 4000 atoms Performance: 0.760 ns/day, 31.563 hours/ns, 8.801 timesteps/s 71.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 | 113.3 | 113.3 | 113.3 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.085327 | 0.085327 | 0.085327 | 0.0 | 0.08 Output | 5.96e-05 | 5.96e-05 | 5.96e-05 | 0.0 | 0.00 Modify | 0.22542 | 0.22542 | 0.22542 | 0.0 | 0.20 Other | | 0.01968 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 7057.00 ave 7057 max 7057 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: 549170.0 ave 549170 max 549170 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 549170 Ave neighs/atom = 137.29250 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) = 5.481 | 5.481 | 5.481 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -11154.199 -11154.199 -11285.079 -11285.079 253.19591 253.19591 68490.966 68490.966 -47.92994 -47.92994 4000 -11156.15 -11156.15 -11285.757 -11285.757 250.73409 250.73409 68480.49 68480.49 127.2362 127.2362 Loop time of 117.397 on 1 procs for 1000 steps with 4000 atoms Performance: 0.736 ns/day, 32.610 hours/ns, 8.518 timesteps/s 68.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 | 117.07 | 117.07 | 117.07 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.047826 | 0.047826 | 0.047826 | 0.0 | 0.04 Output | 4.95e-05 | 4.95e-05 | 4.95e-05 | 0.0 | 0.00 Modify | 0.26312 | 0.26312 | 0.26312 | 0.0 | 0.22 Other | | 0.02025 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 7149.00 ave 7149 max 7149 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: 549206.0 ave 549206 max 549206 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 549206 Ave neighs/atom = 137.30150 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) = 5.481 | 5.481 | 5.481 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -11156.15 -11156.15 -11285.757 -11285.757 250.73409 250.73409 68480.49 68480.49 127.2362 127.2362 5000 -11149.794 -11149.794 -11282.074 -11282.074 255.9033 255.9033 68517.827 68517.827 -328.50306 -328.50306 Loop time of 115.25 on 1 procs for 1000 steps with 4000 atoms Performance: 0.750 ns/day, 32.014 hours/ns, 8.677 timesteps/s 70.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 | 114.93 | 114.93 | 114.93 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.076284 | 0.076284 | 0.076284 | 0.0 | 0.07 Output | 3.61e-05 | 3.61e-05 | 3.61e-05 | 0.0 | 0.00 Modify | 0.20777 | 0.20777 | 0.20777 | 0.0 | 0.18 Other | | 0.03999 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 7188.00 ave 7188 max 7188 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: 549318.0 ave 549318 max 549318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 549318 Ave neighs/atom = 137.32950 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 = 257.376431481362, Press = 251.10474553328 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.481 | 5.481 | 5.481 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -11149.794 -11149.794 -11282.074 -11282.074 255.9033 255.9033 68517.827 68517.827 -328.50306 -328.50306 6000 -11151.082 -11151.082 -11284.05 -11284.05 257.23516 257.23516 68565.811 68565.811 -1147.7467 -1147.7467 Loop time of 117.632 on 1 procs for 1000 steps with 4000 atoms Performance: 0.734 ns/day, 32.676 hours/ns, 8.501 timesteps/s 68.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 | 117.24 | 117.24 | 117.24 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.092675 | 0.092675 | 0.092675 | 0.0 | 0.08 Output | 3.66e-05 | 3.66e-05 | 3.66e-05 | 0.0 | 0.00 Modify | 0.236 | 0.236 | 0.236 | 0.0 | 0.20 Other | | 0.06028 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 7194.00 ave 7194 max 7194 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: 549166.0 ave 549166 max 549166 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 549166 Ave neighs/atom = 137.29150 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.363863481408, Press = 29.2895063141537 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.481 | 5.481 | 5.481 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -11151.082 -11151.082 -11284.05 -11284.05 257.23516 257.23516 68565.811 68565.811 -1147.7467 -1147.7467 7000 -11153.762 -11153.762 -11283.493 -11283.493 250.9731 250.9731 68608.188 68608.188 -1915.5974 -1915.5974 Loop time of 121.317 on 1 procs for 1000 steps with 4000 atoms Performance: 0.712 ns/day, 33.699 hours/ns, 8.243 timesteps/s 67.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 | 120.96 | 120.96 | 120.96 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1066 | 0.1066 | 0.1066 | 0.0 | 0.09 Output | 5.81e-05 | 5.81e-05 | 5.81e-05 | 0.0 | 0.00 Modify | 0.22534 | 0.22534 | 0.22534 | 0.0 | 0.19 Other | | 0.02013 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 7181.00 ave 7181 max 7181 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: 548976.0 ave 548976 max 548976 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 548976 Ave neighs/atom = 137.24400 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.218003476052, Press = -4.02459038420911 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.481 | 5.481 | 5.481 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -11153.762 -11153.762 -11283.493 -11283.493 250.9731 250.9731 68608.188 68608.188 -1915.5974 -1915.5974 8000 -11156.207 -11156.207 -11286.113 -11286.113 251.31078 251.31078 68533.813 68533.813 -864.60558 -864.60558 Loop time of 103.086 on 1 procs for 1000 steps with 4000 atoms Performance: 0.838 ns/day, 28.635 hours/ns, 9.701 timesteps/s 78.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 | 102.83 | 102.83 | 102.83 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046448 | 0.046448 | 0.046448 | 0.0 | 0.05 Output | 3.65e-05 | 3.65e-05 | 3.65e-05 | 0.0 | 0.00 Modify | 0.18505 | 0.18505 | 0.18505 | 0.0 | 0.18 Other | | 0.01975 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 7026.00 ave 7026 max 7026 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: 548778.0 ave 548778 max 548778 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 548778 Ave neighs/atom = 137.19450 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.10455019637, Press = -1.28833053493263 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.481 | 5.481 | 5.481 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -11156.207 -11156.207 -11286.113 -11286.113 251.31078 251.31078 68533.813 68533.813 -864.60558 -864.60558 9000 -11150.816 -11150.816 -11283.001 -11283.001 255.72058 255.72058 68488.597 68488.597 -14.609566 -14.609566 Loop time of 111.87 on 1 procs for 1000 steps with 4000 atoms Performance: 0.772 ns/day, 31.075 hours/ns, 8.939 timesteps/s 72.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 | 111.46 | 111.46 | 111.46 | 0.0 | 99.63 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12685 | 0.12685 | 0.12685 | 0.0 | 0.11 Output | 4.89e-05 | 4.89e-05 | 4.89e-05 | 0.0 | 0.00 Modify | 0.24421 | 0.24421 | 0.24421 | 0.0 | 0.22 Other | | 0.04043 | | | 0.04 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 7111.00 ave 7111 max 7111 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: 549080.0 ave 549080 max 549080 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 549080 Ave neighs/atom = 137.27000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.335871489247, Press = -0.40796476290811 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.481 | 5.481 | 5.481 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -11150.816 -11150.816 -11283.001 -11283.001 255.72058 255.72058 68488.597 68488.597 -14.609566 -14.609566 10000 -11150.183 -11150.183 -11283.185 -11283.185 257.30281 257.30281 68510.406 68510.406 -222.63935 -222.63935 Loop time of 118.118 on 1 procs for 1000 steps with 4000 atoms Performance: 0.731 ns/day, 32.810 hours/ns, 8.466 timesteps/s 68.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 | 117.79 | 117.79 | 117.79 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045687 | 0.045687 | 0.045687 | 0.0 | 0.04 Output | 2.77e-05 | 2.77e-05 | 2.77e-05 | 0.0 | 0.00 Modify | 0.24506 | 0.24506 | 0.24506 | 0.0 | 0.21 Other | | 0.03988 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 7080.00 ave 7080 max 7080 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: 549178.0 ave 549178 max 549178 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 549178 Ave neighs/atom = 137.29450 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.460985856527, Press = -1.96609099369646 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.481 | 5.481 | 5.481 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -11150.183 -11150.183 -11283.185 -11283.185 257.30281 257.30281 68510.406 68510.406 -222.63935 -222.63935 11000 -11153.179 -11153.179 -11284.354 -11284.354 253.76673 253.76673 68437.981 68437.981 670.95044 670.95044 Loop time of 111.35 on 1 procs for 1000 steps with 4000 atoms Performance: 0.776 ns/day, 30.931 hours/ns, 8.981 timesteps/s 72.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 | 111.02 | 111.02 | 111.02 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.049101 | 0.049101 | 0.049101 | 0.0 | 0.04 Output | 3.52e-05 | 3.52e-05 | 3.52e-05 | 0.0 | 0.00 Modify | 0.26349 | 0.26349 | 0.26349 | 0.0 | 0.24 Other | | 0.02034 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 7187.00 ave 7187 max 7187 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: 549326.0 ave 549326 max 549326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 549326 Ave neighs/atom = 137.33150 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.372292589957, Press = 0.482048570817607 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.481 | 5.481 | 5.481 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -11153.179 -11153.179 -11284.354 -11284.354 253.76673 253.76673 68437.981 68437.981 670.95044 670.95044 12000 -11152.206 -11152.206 -11283.293 -11283.293 253.59687 253.59687 68422.359 68422.359 1014.7225 1014.7225 Loop time of 115.554 on 1 procs for 1000 steps with 4000 atoms Performance: 0.748 ns/day, 32.098 hours/ns, 8.654 timesteps/s 70.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 | 115.22 | 115.22 | 115.22 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046785 | 0.046785 | 0.046785 | 0.0 | 0.04 Output | 3.61e-05 | 3.61e-05 | 3.61e-05 | 0.0 | 0.00 Modify | 0.24481 | 0.24481 | 0.24481 | 0.0 | 0.21 Other | | 0.04022 | | | 0.03 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 7253.00 ave 7253 max 7253 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: 549308.0 ave 549308 max 549308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 549308 Ave neighs/atom = 137.32700 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" jump SELF break # Write final averaged volume to file if temperature and volume have converged; otherwise wirte a # flag to indicate non-convergence. variable myStep equal step if "${myStep} < 2000000" then "print '${V}' file output/vol_T253.15.out" else "print 'not_converged' file output/vol_T253.15.out" print '${V}' file output/vol_T253.15.out 68487.118153123 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0