File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,6 +112,7 @@ jobs:
112112 working-directory : run_mcpl_input
113113 run : |
114114 copy ..\install\share\mcxtrace\resources\examples\Tests_MCPL_etc\Test_MCPL_input\Test_MCPL_input.instr test.instr
115+ copy ..\install\share\mcxtrace\resources\examples\Tests_MCPL_etc\Test_MCPL_input\voutput.mcpl.gz test.instr
115116
116117 - name : Prepare MCPL_output instrument
117118 working-directory : run_mcpl_output
@@ -146,7 +147,7 @@ jobs:
146147
147148 - name : Run MCPL_input instrument
148149 working-directory : run_mcpl_input
149- run : ..\install\bin\mxrun --verbose test.instr -d Single_core repeat=1
150+ run : ..\install\bin\mxrun --verbose test.instr -d Single_core repeat=1 MCPLFILE=voutput.mcpl.gz
150151
151152 - name : Run std instrument MPI
152153 working-directory : run_std
@@ -158,7 +159,7 @@ jobs:
158159
159160 - name : Run MCPL_input instrument MPI
160161 working-directory : run_mcpl_input
161- run : ..\install\bin\mxrun --verbose test.instr -d MPI_multicore -c --mpi=auto repeat=1
162+ run : ..\install\bin\mxrun --verbose test.instr -d MPI_multicore -c --mpi=auto repeat=1 MCPLFILE=voutput.mcpl.gz
162163
163164 - name : ' Tar output files'
164165 id : tar-package
Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ jobs:
134134 working-directory : run_mcpl_input
135135 run : |
136136 copy ..\install\share\mcxtrace\resources\examples\Tests_MCPL_etc\Test_MCPL_input\Test_MCPL_input.instr test.instr
137+ copy ..\install\share\mcxtrace\resources\examples\Tests_MCPL_etc\Test_MCPL_input\voutput.mcpl.gz test.instr
137138
138139 - name : Prepare MCPL_output instrument
139140 working-directory : run_mcpl_output
@@ -168,7 +169,7 @@ jobs:
168169
169170 - name : Run MCPL_input instrument
170171 working-directory : run_mcpl_input
171- run : ..\install\bin\mxrun --verbose test.instr -d Single_core repeat=1
172+ run : ..\install\bin\mxrun --verbose test.instr -d Single_core repeat=1 MCPLFILE=voutput.mcpl.gz
172173
173174 - name : Run std instrument MPI
174175 if : matrix.os != 'windows-11-arm'
@@ -183,7 +184,7 @@ jobs:
183184 - name : Run MCPL_input instrument MPI
184185 if : matrix.os != 'windows-11-arm'
185186 working-directory : run_mcpl_input
186- run : ..\install\bin\mxrun --verbose test.instr -d MPI_multicore -c --mpi=auto repeat=1
187+ run : ..\install\bin\mxrun --verbose test.instr -d MPI_multicore -c --mpi=auto repeat=1 MCPLFILE=voutput.mcpl.gz
187188
188189 - name : ' Tar output files'
189190 id : tar-package
You can’t perform that action at this time.
0 commit comments