Skip to content

CSWIM

Sections
Personal tools
You are here: Home » Integrated Plasma Simulator » Users » Building IPS on viz at pppl

Building IPS on viz at pppl

Document Actions
Brief instructions on what to do at viz.pppl.gov
0. Define some vars and paths:

export IPS_ROOT=/u/sshashar/sveta/projects/ips

export PATH=$IPS_ROOT/bin:$PATH

1. In your shell or from command line do:

module load subversion nedit intel_fc intel_cc intel_idb mdsplus netcdf globus intel_mkl scalapack python/2.5.3 pgplot ntcc

But all compiled for me without blacs.

2. Then compile:

make

make install

You should be ready to go.

3. If you want to run sensitivity studies, you should download Dakota from
http://www.cs.sandia.gov/DAKOTA/licensing/download.html.

Then set these variables:

export LAPACK_LIBS="-L$MKLHOME/lib/64 -lmkl_lapack"
export LDFLAGS="-pthread -L$MKLHOME/lib/64 -lguide"
export BLAS_LIBS="-L$MKLHOME/lib/64 -lmkl_ipf"

Next go into Dakota dir and do:

configure --without-graphics --disable-mpi
make
make install


Created by sveta
Last modified 2008-12-03 18:01