Skip to content

Commit 8600d54

Browse files
committed
add a new example to the workflow and the script
1 parent 14da965 commit 8600d54

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/docker_workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,4 @@ jobs:
5252
mpirun -n 3 ./build/src/example3
5353
mpirun -n 3 ./build/src/example4
5454
mpirun -n 3 ./build/src/example5
55+
mpirun -n 3 ./build/src/example6

scripts/build_run.sh

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ export CC=icx
1010
cmake -B build
1111
cmake --build build -j
1212

13-
mpirun -n 2 ./build/src/example1
14-
mpirun -n 2 ./build/src/example2
15-
mpirun -n 2 ./build/src/example3
16-
mpirun -n 2 ./build/src/example4
17-
mpirun -n 2 ./build/src/example5
13+
mpirun -n 3 ./build/src/example1
14+
mpirun -n 3 ./build/src/example2
15+
mpirun -n 3 ./build/src/example3
16+
mpirun -n 3 ./build/src/example4
17+
mpirun -n 3 ./build/src/example5
18+
mpirun -n 3 ./build/src/example6

0 commit comments

Comments
 (0)