forked from lijiext/lammps
142 lines
4.8 KiB
Groff
142 lines
4.8 KiB
Groff
LAMMPS (19 Mar 2020)
|
|
OMP_NUM_THREADS environment is not set. Defaulting to 1 thread. (../comm.cpp:94)
|
|
using 1 OpenMP thread(s) per MPI task
|
|
# bcc iron in a 3d periodic box
|
|
|
|
clear
|
|
OMP_NUM_THREADS environment is not set. Defaulting to 1 thread. (../comm.cpp:94)
|
|
using 1 OpenMP thread(s) per MPI task
|
|
units metal
|
|
atom_style spin
|
|
|
|
dimension 3
|
|
boundary p p p
|
|
|
|
# necessary for the serial algorithm (sametag)
|
|
atom_modify map array
|
|
|
|
lattice bcc 2.8665
|
|
Lattice spacing in x,y,z = 2.8665 2.8665 2.8665
|
|
region box block 0.0 12.0 0.0 12.0 0.0 12.0
|
|
create_box 1 box
|
|
Created orthogonal box = (0 0 0) to (34.398 34.398 34.398)
|
|
1 by 1 by 1 MPI processor grid
|
|
create_atoms 1 box
|
|
Created 3456 atoms
|
|
create_atoms CPU = 0.00192595 secs
|
|
|
|
# setting mass, mag. moments, and interactions for bcc iron
|
|
|
|
mass 1 55.845
|
|
set group all spin 2.2 -1.0 0.0 0.0
|
|
3456 settings made for spin
|
|
velocity all create 100 4928459 rot yes dist gaussian
|
|
|
|
pair_style hybrid/overlay eam/alloy spin/exchange 3.5 spin/dipole/long 8.0
|
|
pair_coeff * * eam/alloy Fe_Mishin2006.eam.alloy Fe
|
|
pair_coeff * * spin/exchange exchange 3.4 0.02726 0.2171 1.841
|
|
pair_coeff * * spin/dipole/long 8.0
|
|
|
|
neighbor 0.1 bin
|
|
neigh_modify every 10 check yes delay 20
|
|
|
|
kspace_style pppm/dipole/spin 1.0e-4
|
|
kspace_modify compute yes
|
|
|
|
fix 1 all precession/spin cubic 0.001 0.0005 1.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 1.0
|
|
fix_modify 1 energy yes
|
|
fix 2 all langevin/spin 0.0 0.0 21
|
|
|
|
fix 3 all nve/spin lattice moving
|
|
timestep 0.0001
|
|
|
|
# compute and output options
|
|
|
|
compute out_mag all spin
|
|
compute out_pe all pe
|
|
compute out_ke all ke
|
|
compute out_temp all temp
|
|
|
|
variable magx equal c_out_mag[1]
|
|
variable magy equal c_out_mag[2]
|
|
variable magz equal c_out_mag[3]
|
|
variable magnorm equal c_out_mag[4]
|
|
variable emag equal c_out_mag[5]
|
|
variable tmag equal c_out_mag[6]
|
|
|
|
thermo_style custom step time v_magx v_magy v_magz v_magnorm v_tmag v_emag pe etotal
|
|
thermo 50
|
|
|
|
compute outsp all property/atom spx spy spz sp fmx fmy fmz
|
|
dump 1 all custom 100 dump_iron.lammpstrj type x y z c_outsp[1] c_outsp[2] c_outsp[3]
|
|
|
|
run 100
|
|
PPPMDipoleSpin initialization ...
|
|
G vector (1/distance) = 0.329367
|
|
grid = 20 20 20
|
|
stencil order = 5
|
|
estimated absolute RMS force accuracy = 0.00175808
|
|
estimated relative force accuracy = 0.000122092
|
|
using double precision FFTs
|
|
3d grid and FFT values/proc = 15625 8000
|
|
Neighbor list info ...
|
|
update every 10 steps, delay 20 steps, check yes
|
|
max neighbors/atom: 2000, page size: 100000
|
|
master list distance cutoff = 8.1
|
|
ghost atom cutoff = 8.1
|
|
binsize = 4.05, bins = 9 9 9
|
|
3 neighbor lists, perpetual/occasional/extra = 3 0 0
|
|
(1) pair eam/alloy, perpetual, half/full from (2)
|
|
attributes: half, newton on
|
|
pair build: halffull/newton
|
|
stencil: none
|
|
bin: none
|
|
(2) pair spin/exchange, perpetual
|
|
attributes: full, newton on
|
|
pair build: full/bin/atomonly
|
|
stencil: full/bin/3d
|
|
bin: standard
|
|
(3) pair spin/dipole/long, perpetual, copy from (2)
|
|
attributes: full, newton on
|
|
pair build: copy
|
|
stencil: none
|
|
bin: none
|
|
Per MPI rank memory allocation (min/avg/max) = 16.27 | 16.27 | 16.27 Mbytes
|
|
Step Time v_magx v_magy v_magz v_magnorm v_tmag v_emag PotEng TotEng
|
|
0 0 -1 0 0 1 3.7996771e-37 -383.94879 -15175.641 -15130.98
|
|
50 0.005 -1 3.6585337e-09 -1.9445403e-09 1 5.1408909e-10 -383.94019 -15174.017 -15130.98
|
|
100 0.01 -1 7.3585736e-09 -3.8640869e-09 1 2.0200831e-09 -383.91553 -15169.428 -15130.98
|
|
Loop time of 15.1465 on 1 procs for 100 steps with 3456 atoms
|
|
|
|
Performance: 0.057 ns/day, 420.737 hours/ns, 6.602 timesteps/s
|
|
100.0% CPU use with 1 MPI tasks x 1 OpenMP threads
|
|
|
|
MPI task timing breakdown:
|
|
Section | min time | avg time | max time |%varavg| %total
|
|
---------------------------------------------------------------
|
|
Pair | 4.6008 | 4.6008 | 4.6008 | 0.0 | 30.38
|
|
Kspace | 0.65995 | 0.65995 | 0.65995 | 0.0 | 4.36
|
|
Neigh | 0 | 0 | 0 | 0.0 | 0.00
|
|
Comm | 0.01495 | 0.01495 | 0.01495 | 0.0 | 0.10
|
|
Output | 0.0065951 | 0.0065951 | 0.0065951 | 0.0 | 0.04
|
|
Modify | 9.8589 | 9.8589 | 9.8589 | 0.0 | 65.09
|
|
Other | | 0.005332 | | | 0.04
|
|
|
|
Nlocal: 3456 ave 3456 max 3456 min
|
|
Histogram: 1 0 0 0 0 0 0 0 0 0
|
|
Nghost: 7289 ave 7289 max 7289 min
|
|
Histogram: 1 0 0 0 0 0 0 0 0 0
|
|
Neighs: 290304 ave 290304 max 290304 min
|
|
Histogram: 1 0 0 0 0 0 0 0 0 0
|
|
FullNghs: 580608 ave 580608 max 580608 min
|
|
Histogram: 1 0 0 0 0 0 0 0 0 0
|
|
|
|
Total # of neighbors = 580608
|
|
Ave neighs/atom = 168
|
|
Neighbor list builds = 0
|
|
Dangerous builds = 0
|
|
|
|
Please see the log.cite file for references relevant to this simulation
|
|
|
|
Total wall time: 0:00:16
|