File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ jobs:
175175 ./install_mcstas/bin/${MCSTAS_EXECUTABLE} --version
176176 mkdir run_RNG && cd run_RNG
177177 cp ../install_mcstas/share/mcstas/resources/examples/Tests_RNG/Test_RNG_rand01/Test_RNG_rand01.instr .
178- ../install_mcstas/bin/${MCRUN_EXECUTABLE} Test_RNG_rand01.instr -s1000 -d RNGtest
178+ ../install_mcstas/bin/${MCRUN_EXECUTABLE} Test_RNG_rand01.instr -s1000 Ncount=1000 -d RNGtest
179179 export SUM=`grep -v \# RNGtest/rngout.dat | ${MD5SUM} | cut -f1 -d\ `
180180 export EXPECTED="f192ce4609e2225bf9d42ce9c5fa5a86"
181181 if [ "${EXPECTED}" == "${SUM}" ];
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131131
132132 - name : Run rng instrument
133133 working-directory : run_rng
134- run : ..\install\bin\mcrun --verbose test.instr -s1000 -d RNGtest
134+ run : ..\install\bin\mcrun --verbose test.instr -s1000 Ncount=1000 -d RNGtest
135135
136136 - name : Test RNG instrument output
137137 working-directory : run_rng
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ jobs:
151151
152152 - name : Run rng instrument
153153 working-directory : run_rng
154- run : ..\install\bin\mcrun --verbose test.instr -s1000 -d RNGtest
154+ run : ..\install\bin\mcrun --verbose test.instr -s1000 Ncount=1000 -d RNGtest
155155
156156 - name : Test RNG instrument output
157157 working-directory : run_rng
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ jobs:
178178 ./install_mcxtrace/bin/${MCXTRACE_EXECUTABLE} --version
179179 mkdir run_RNG && cd run_RNG
180180 cp ../install_mcxtrace/share/mcxtrace/resources/examples/Tests_RNG/Test_RNG_rand01/Test_RNG_rand01.instr .
181- ../install_mcxtrace/bin/${MXRUN_EXECUTABLE} Test_RNG_rand01.instr -s1000 -d RNGtest
181+ ../install_mcxtrace/bin/${MXRUN_EXECUTABLE} Test_RNG_rand01.instr -s1000 Ncount=1000 -d RNGtest
182182 export SUM=`grep -v \# RNGtest/rngout.dat | ${MD5SUM} | cut -f1 -d\ `
183183 export EXPECTED="f192ce4609e2225bf9d42ce9c5fa5a86"
184184 if [ "${EXPECTED}" == "${SUM}" ];
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120120
121121 - name : Run rng instrument
122122 working-directory : run_rng
123- run : ..\install\bin\mxrun --verbose test.instr -s1000 -d RNGtest
123+ run : ..\install\bin\mxrun --verbose test.instr -s1000 Ncount=1000 -d RNGtest
124124
125125 - name : Test RNG instrument output
126126 working-directory : run_rng
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ jobs:
142142
143143 - name : Run rng instrument
144144 working-directory : run_rng
145- run : ..\install\bin\mxrun --verbose test.instr -s1000 -d RNGtest
145+ run : ..\install\bin\mxrun --verbose test.instr -s1000 Ncount=1000 -d RNGtest
146146
147147 - name : Test RNG instrument output
148148 working-directory : run_rng
You can’t perform that action at this time.
0 commit comments