-
ssh login ssh [email protected]
-
create a working directory
SPECFEM3D_SCRATCH=$(ws_allocate specfem3d-exercise 10)
-
create sub directories in the working directory
cd /shared/training/ws/$(whoami)-specfem3d-exercise/
mkdir homogeneous
mkdir marmousi_acoustic
mkdir piton
-
load the python module with
module load python
-
install pyspecfem on cluster
cd /shared/cheese/specfem3d/pyspecfem
pip install --user .