User Tools

Site Tools


software:2017shwav

This is an old revision of the document!


2017 CIG-LLNL Computational Seismology Workshop

ObsPy and InstaSeis Tutorial

Instructions for this tutorial are on github: Link

SPECFEM Tutorial

Instructions for this tutorial are on github: Link

SW4 Tutorial


LVOC

Orientation pdf

Wifi

Network: LVOC Guest.

Logins are assigned.

Login

  ssh -X -l class22 quartz.llnl.gov
  ssh -Y -l class22 quartz.llnl.gov

password is enter your 8 character static PIN plus the six digits on the RSA token with no spaces.

Directories

Home directory: /g/g13/{username}

for example: /g/g13/class22

Scratch space directory: /p/lscratchh/{username}

Global read only directories:

  /usr/apps/cigdata
  /usr/apps/specfem
  /usr/apps/sw4

Useful Commands

Change directory to scratch space directory:

   cd /p/lscratchh/{username}

We will run on the pReserved partion. Use the flag:

-p pReserved

   srun -N4 -p pReserved myjob
   sbatch -p pReserved jobscript

List all jobs:

  squeue

List jobs for username:

  squeue -u username

Show all details for a selected job:

  checkjob jobid

Show job partitions:

  sinfo -s

Cancel selected job(s):

  scancel jobid(s)  

Modules

To see what is available:

  module avail

To load a package:

  module load packagename

Text editors

  • vi/vim
  • emacs
  • nedit
  • gedit
  • nano
software/2017shwav.1505516886.txt.gz · Last modified: 2017/09/15 23:08 by ljhwang