Skip to content

Commit

Permalink
Merge pull request #51 from SeisSol/davschneller/fix-seissol-name
Browse files Browse the repository at this point in the history
Explicit SeisSol binary names
  • Loading branch information
Thomas-Ulrich authored Nov 4, 2024
2 parents fc725fe + 1c8e28d commit f30588c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
4 changes: 2 additions & 2 deletions northridge/Northridge.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -413,9 +413,9 @@
"metadata": {},
"outputs": [],
"source": [
"!OMP_NUM_THREADS=4 mpirun -n 1 seissol parameters.par\n",
"!OMP_NUM_THREADS=4 mpirun -n 1 SeisSol_Release_dhsw_4_elastic parameters.par\n",
"# on Frontera with apptainer, replace with:\n",
"# !SEISSOL_COMMTHREAD=0 OMP_NUM_THREADS=28 mpirun -n 2 apptainer run {\"~/my-training.sif\"} seissol parameters.par"
"# !SEISSOL_COMMTHREAD=0 OMP_NUM_THREADS=28 mpirun -n 2 apptainer run {\"~/my-training.sif\"} SeisSol_Release_dhsw_4_elastic parameters.par"
]
},
{
Expand Down
12 changes: 5 additions & 7 deletions tpv13/tpv13.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@
"metadata": {},
"outputs": [],
"source": [
"!OMP_NUM_THREADS=4 mpirun -n 1 seissol parameters.par\n",
"!OMP_NUM_THREADS=4 mpirun -n 1 SeisSol_Release_dhsw_4_elastic parameters.par\n",
"# on Frontera with apptainer, replace with:\n",
"# !SEISSOL_COMMTHREAD=0 OMP_NUM_THREADS=28 mpirun -n 2 apptainer run {\"~/my-training.sif\"} seissol parameters.par"
"# !SEISSOL_COMMTHREAD=0 OMP_NUM_THREADS=28 mpirun -n 2 apptainer run {\"~/my-training.sif\"} SeisSol_Release_dhsw_4_elastic parameters.par"
]
},
{
Expand Down Expand Up @@ -274,7 +274,6 @@
" )"
]
},

{
"cell_type": "markdown",
"metadata": {},
Expand All @@ -298,9 +297,9 @@
"metadata": {},
"outputs": [],
"source": [
"# Execute on your local machine, not within this notebook!",
"# Execute on your local machine, not within this notebook!\n",
"\n",
"export my_docker=$(docker ps --format \"{{.Names}}\")",
"export my_docker=$(docker ps --format \"{{.Names}}\")\n",
"\n",
"docker cp ${my_docker}:/home/training/tpv13/output ."
]
Expand All @@ -322,9 +321,8 @@
"* With 6) you can change the properties of your color scale (i.e. color, range, log scale). \n",
"\n",
"![](paraview.jpg)\n"
]
]
}

],
"metadata": {
"kernelspec": {
Expand Down

0 comments on commit f30588c

Please sign in to comment.