Skip to content

Commit

Permalink
Update om_sample_dynB_mpi.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
o-morikawa authored Dec 18, 2024
1 parent 10c4d31 commit 50ed682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/om_sample_dynB_mpi.jl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function HMC_test_4D_dynamicalB(
if mpi
PEs = pes#(1,1,1,2)
U = Initialize_Gaugefields(NC,Nwing,NX,NY,NZ,NT,condition = "cold",mpi=true,PEs = PEs,mpiinit = false)
B = Initialize_Bfields(NC,flux,Nwing,NX,NY,NZ,NT,condition = "tflux",mpi=true,PEs = PEs,mpiinit = false)
B = Initialize_Bfields(NC,flux,Nwing,NX,NY,NZ,NT,condition = "tflux",mpi=true,PEs = PEs,mpiinit = true)
else
U = Initialize_Gaugefields(NC,Nwing,NX,NY,NZ,NT,condition = "cold")
B = Initialize_Bfields(NC,flux,Nwing,NX,NY,NZ,NT,condition = "tflux")
Expand Down

0 comments on commit 50ed682

Please sign in to comment.