File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
33. ./mfc.sh load -c f -m g
4- ./mfc.sh build -- strict -j 8 --gpu
4+ ./mfc.sh build strict -j 8 --gpu
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ if [ "$job_device" == "gpu" ]; then
55 build_opts=" --gpu"
66fi
77
8- ./mfc.sh build -j 8 --strict $build_opts
8+ ./mfc.sh build -j 8 $build_opts
99
1010n_test_threads=8
1111
Original file line number Diff line number Diff line change 8484 - name : Build
8585 run : |
8686 if [ '${{ matrix.intel }}' == 'true' ]; then . /opt/intel/oneapi/setvars.sh; fi
87- /bin/bash mfc.sh build --strict - j $(nproc) --${{ matrix.debug }} --${{ matrix.mpi }}
87+ /bin/bash mfc.sh build -j $(nproc) --${{ matrix.debug }} --${{ matrix.mpi }}
8888
8989 - name : Test
9090 run : |
Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ def __str__(self) -> str:
220220 def compute_tolerance (self ) -> float :
221221
222222 if "Example" in self .trace .split (" -> " ):
223- return 1e-3
223+ return 1e-3
224224
225225 if self .params .get ('ib' , 'T' ) == 'T' :
226226 return 1e-8
You can’t perform that action at this time.
0 commit comments