Skip to content

Commit 7b02c1d

Browse files
committed
[VFQ] Modified available launchers in swash
1 parent be69851 commit 7b02c1d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

bluemath_tk/wrappers/swash/swash_wrapper.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,10 @@ class SwashModelWrapper(BaseModelWrapper):
5555
}
5656

5757
available_launchers = {
58-
"bash": "swashrun -input input.sws",
59-
"docker": "docker run --rm -v .:/case_dir -w /case_dir tausiaj/swash-geoocean:11.01 swashrun -input input.sws",
58+
"serial": "swash_serial.exe",
59+
"mpi": "mpirun -np 2 swash_mpi.exe",
60+
"docker_serial": "docker run --rm -v .:/case_dir -w /case_dir geoocean/rocky8 swash_serial.exe",
61+
"docker_mpi": "docker run --rm -v .:/case_dir -w /case_dir geoocean/rocky8 mpirun -np 2 swash_mpi.exe",
6062
"geoocean-cluster": "launchSwash.sh",
6163
}
6264

File renamed without changes.

0 commit comments

Comments
 (0)