We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be69851 commit 7b02c1dCopy full SHA for 7b02c1d
bluemath_tk/wrappers/swash/swash_wrapper.py
@@ -55,8 +55,10 @@ class SwashModelWrapper(BaseModelWrapper):
55
}
56
57
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",
+ "serial": "swash_serial.exe",
+ "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",
62
"geoocean-cluster": "launchSwash.sh",
63
64
…th_tk/wrappers/swash/templates/input.sws …uemath_tk/wrappers/swash/templates/INPUTbluemath_tk/wrappers/swash/templates/input.sws renamed to bluemath_tk/wrappers/swash/templates/INPUT
0 commit comments