Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions mcstas-comps/examples/ILL/ILL_IN4/ILL_IN4.instr
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,10 @@ INITIALIZE %{

#pragma acc update device( environment_thickness )

#ifdef USE_MPI
/* In case of MPI mode, add an MPI_Barrier to ensure no node runs on an uncompleted/non-existentt Dirac2D.sqw */
MPI_Barrier(MPI_COMM_WORLD);
#endif
%}


Expand Down