We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a565962 commit 3f73b98Copy full SHA for 3f73b98
.github/workflows/CI.yml
@@ -52,9 +52,8 @@ jobs:
52
53
- name: Build, run, and test
54
run: |
55
- ls ~/apps/OpenCoarrays/*
56
which caf
57
- caf --version
58
caf --show
59
- fpm run --example get-flag-value -- --input-file some_file_name || fpm run --verbose --example get-flag-value -- --input-file some_file_name
60
- fpm test --compiler caf --runner "cafrun -n 2" || fpm test --compiler caf --runner "cafrun -n 2" --verbose
+ # Build the example executable to test the commandline without caf first, since you cannot spawn new MPI jobs from within an MPI job
+ fpm run --example get-flag-value -- --input-file some_file_name
+ fpm test --compiler caf --runner "cafrun -n 2"
0 commit comments