File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
run : |
26
26
mkdir build
27
27
cmake -S . -B build -Wdev -DCMAKE_INSTALL_PREFIX:PATH="${HOME}/OpenCoarrays" -DCMAKE_BUILD_TYPE:STRING="Debug" ..
28
- cmake --build build make -j $(nproc)
29
- cmake --build -t install -j || echo "installation failed"
28
+ cmake --build build -j $(nproc)
29
+ cmake --build build -t install -j $(nproc) || echo "installation failed"
30
30
ctest --output-on-failure --schedule-random --repeat-until-fail 1 --timeout 200
31
31
make install
32
32
make uninstall
Original file line number Diff line number Diff line change 37
37
run : |
38
38
echo "${{ steps.setup-mpi.outputs.mpi }}"
39
39
set -o verbose
40
- mpiexec -help
40
+ # mpiexec -help
41
41
type mpiexec
42
42
ls "${I_MPI_ROOT}/bin"
43
43
ls "${I_MPI_ROOT}"
You can’t perform that action at this time.
0 commit comments