Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 525 Bytes

SETUP_CLUSTER.md

File metadata and controls

18 lines (14 loc) · 525 Bytes

setup scratch directory

  1. ssh login ssh [email protected]

  2. create a working directory SPECFEM3D_SCRATCH=$(ws_allocate specfem3d-exercise 10)

  3. create sub directories in the working directory

    cd /shared/training/ws/$(whoami)-specfem3d-exercise/
    mkdir homogeneous
    mkdir marmousi_acoustic
    mkdir piton

  4. load the python module with module load python

  5. install pyspecfem on cluster cd /shared/cheese/specfem3d/pyspecfem
    pip install --user .