You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using MPI
using MPIClusterManagers
using LAMMPS
MPI.Init()
manager = MPIClusterManagers.start_main_loop(MPI_TRANSPORT_ALL) # does not return on worker
cmds = [
"clear",
]
# do_n_tasks_in_parallelfunctionrun_lammps(manager, cmds)
@mpi_do manager beginLMP(["-screen", "none"], MPI.COMM_WORLD) do lmp
@test LAMMPS.version(lmp) >=0for cmd in cmds
command(lmp, cmd)
endend# data post-processingendend
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: