How to use the seis linux machine

How to use the seis linux machine


Obtaining a user and password

Contact Erlend Våtevik (e-mail: erlend.vatevik@ntnu.no) to obtain loggin name and password on kongull.

Logging into seis

Assuming you are using a linux system, the command to connect to seis is:

ssh -X seis.ivt.ntnu.no

This might look like

barn@barn-desktop:~$ ssh -X seis.ivt.ntnu.no
barn@seis.ivt.ntnu.no's password: 
Last login: Wed Mar 24 08:35:34 2010 from ipt126.ipt.ntnu.no
[barn@seis ~]$ 

Seismic Unix and spl

Seismic unix and spl (containing finite-difference seismic modeling and migration) must be set up before use. To set up the necessary environment variables copy the following text to the file ".profile" in your home directory

#---- SU 
CWPROOT=/arkiv/arkiv1/barn/sim/src/su
export CWPROOT
PATH=$CWPROOT/bin:$PATH

#--- MPI
PATH=/arkiv/arkiv1/barn/sim/src/mpich-64/bin:$PATH

#--- SPL
SYS=x86_64
export SYS
SPL=/arkiv/arkiv1/barn/sim/src/spl
PATH=$SPL/bin:$PATH
export SPL

To activate the profile, type

. .profile


B. Arntsen NTNU March 2010