Skip to content

Commit be8b348

Browse files
committed
Merge branch 'unit-testing' into reorganise-main-mod
2 parents 94d95ff + cbdefb3 commit be8b348

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_suite_ubuntu.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
mkdir pFUnit/build
7878
cd pFUnit/build
7979
cmake -DMPI=YES ..
80-
make install
80+
make -j 4 install
8181
8282
- name: Build FTorch
8383
run: |
@@ -94,7 +94,7 @@ jobs:
9494
-DCMAKE_BUILD_TYPE=Release \
9595
-DCMAKE_INSTALL_PREFIX=${BUILD_DIR} \
9696
-DCMAKE_BUILD_TESTS=TRUE \
97-
-DCMAKE_PREFIX_PATH="${PFUNIT_DIR}:${Torch_DIR}" \
97+
-DCMAKE_PREFIX_PATH="${PFUNIT_DIR};${Torch_DIR}" \
9898
-DCMAKE_Fortran_FLAGS="-std=${{ matrix.std }}"
9999
cmake --build .
100100
cmake --install .

0 commit comments

Comments
 (0)