Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
willend committed Feb 21, 2025
1 parent ae6d2ad commit 8a7134b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mcstas-basictest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,9 +267,9 @@ jobs:
../install_mcstas/bin/${MCRUN_EXECUTABLE} --mpi=${NUM_MPI} NCrystal_example.instr sample_cfg="Y2O3_sg206_Yttrium_Oxide.ncmat\;density=0.6x"
else
../install_mcstas/bin/${MCRUN_EXECUTABLE} --mpi=1 NCrystal_example.instr -n0
sudo dtruss ./NCrystal_example.out sample_cfg="Y2O3_sg206_Yttrium_Oxide.ncmat\;density=0.6x" -d run0
sudo dtruss mpirun --allow-run-as-root -np 1 ./NCrystal_example.out sample_cfg="Y2O3_sg206_Yttrium_Oxide.ncmat\;density=0.6x" -d run1
arch -x86_64 valgrind --tool=memcheck mpirun -np 1 NCrystal_example.out sample_cfg="Y2O3_sg206_Yttrium_Oxide.ncmat\;density=0.6x" -d run2
sudo dtruss ./NCrystal_example.out sample_cfg=Y2O3_sg206_Yttrium_Oxide.ncmat-d run0
sudo dtruss mpirun --allow-run-as-root -np 1 ./NCrystal_example.out sample_cfg=Y2O3_sg206_Yttrium_Oxide.ncmat -d run1
arch -x86_64 valgrind --tool=memcheck mpirun -np 1 NCrystal_example.out sample_cfg=Y2O3_sg206_Yttrium_Oxide.ncmat -d run2
fi
- name: Launch NeXus test instrument
Expand Down

0 comments on commit 8a7134b

Please sign in to comment.