Skip to content

Commit

Permalink
add mpirun instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Ulrich committed May 4, 2023
1 parent 54369cc commit ff79dba
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion kaikoura/Kaikoura.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"metadata": {},
"outputs": [],
"source": [
"!OMP_NUM_THREADS=4 SeisSol_Release_dhsw_4_elastic parametersLSW.par"
"!OMP_NUM_THREADS=4 mpirun -n 1 SeisSol_Release_dhsw_4_elastic parametersLSW.par"
]
},
{
Expand Down
6 changes: 3 additions & 3 deletions northridge/Northridge.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
"outputs": [],
"source": [
"# transform the gmsh mesh into the SeisSol mesh format using pumgen\n",
"!pumgen -s msh2 mesh_northridge.msh2"
"!mpirun -n 1 pumgen -s msh2 mesh_northridge.msh2"
]
},
{
Expand Down Expand Up @@ -409,7 +409,7 @@
"metadata": {},
"outputs": [],
"source": [
"!OMP_NUM_THREADS=4 SeisSol_Release_dhsw_4_elastic parameters.par"
"!OMP_NUM_THREADS=4 mpirun -n 1 SeisSol_Release_dhsw_4_elastic parameters.par"
]
},
{
Expand Down Expand Up @@ -441,7 +441,7 @@
"metadata": {},
"outputs": [],
"source": [
"!OMP_NUM_THREADS=4 SeisSol_Release_dhsw_4_viscoelastic2 parameters.par"
"!OMP_NUM_THREADS=4 mpirun -n 1 SeisSol_Release_dhsw_4_viscoelastic2 parameters.par"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
docker run -p 53155:53155 alicegabriel/seissol-training
docker run -p 53155:53155 seissol/seissol-training
2 changes: 1 addition & 1 deletion sulawesi/sulawesi.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"metadata": {},
"outputs": [],
"source": [
"!OMP_NUM_THREADS=4 SeisSol_Release_dhsw_4_elastic parametersLSW.par"
"!OMP_NUM_THREADS=4 mpirun -n 1 SeisSol_Release_dhsw_4_elastic parametersLSW.par"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions tpv13/tpv13.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"metadata": {},
"outputs": [],
"source": [
"!pumgen -s msh2 tpv13_training.msh"
"!mpirun -n 1 pumgen -s msh2 tpv13_training.msh"
]
},
{
Expand Down Expand Up @@ -131,7 +131,7 @@
"metadata": {},
"outputs": [],
"source": [
"!OMP_NUM_THREADS=4 SeisSol_Release_dhsw_4_elastic parameters.par"
"!OMP_NUM_THREADS=4 mpirun -n 1 SeisSol_Release_dhsw_4_elastic parameters.par"
]
},
{
Expand Down

0 comments on commit ff79dba

Please sign in to comment.