File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -252,7 +252,8 @@ jobs:
252252 ./install_mcxtrace/bin/${MCXTRACE_EXECUTABLE} --version
253253 mkdir run_Test_MCPL_input && cd run_Test_MCPL_input
254254 cp ../install_mcxtrace/share/mcxtrace/resources/examples/Tests_MCPL_etc/Test_MCPL_input/Test_MCPL_input.instr .
255- ../install_mcxtrace/bin/${MXRUN_EXECUTABLE} Test_MCPL_input.instr repeat=10
255+ cp ../install_mcxtrace/share/mcxtrace/resources/examples/Tests_MCPL_etc/Test_MCPL_input/voutput.mcpl.gz .
256+ ../install_mcxtrace/bin/${MXRUN_EXECUTABLE} Test_MCPL_input.instr repeat=10 MCPLFILE=voutput.mcpl.gz
256257
257258 - name : Launch MCPL test instrument (MPI)
258259 id : mcpl-test-mpi
@@ -273,7 +274,8 @@ jobs:
273274 ./install_mcxtrace/bin/${MCXTRACE_EXECUTABLE} --version
274275 mkdir run_Test_MCPL_input_mpi && cd run_Test_MCPL_input_mpi
275276 cp ../install_mcxtrace/share/mcxtrace/resources/examples/Tests_MCPL_etc/Test_MCPL_input/Test_MCPL_input.instr .
276- ../install_mcxtrace/bin/${MXRUN_EXECUTABLE} --verbose --mpi=2 Test_MCPL_input.instr repeat=20
277+ cp ../install_mcxtrace/share/mcxtrace/resources/examples/Tests_MCPL_etc/Test_MCPL_input/voutput.mcpl.gz .
278+ ../install_mcxtrace/bin/${MXRUN_EXECUTABLE} --verbose --mpi=2 Test_MCPL_input.instr repeat=20 MCPLFILE=voutput.mcpl.gz
277279
278280 - name : ' Tar output files'
279281 id : tar-package
You can’t perform that action at this time.
0 commit comments