-
Notifications
You must be signed in to change notification settings - Fork 187
Archer
Florian Rathgeber edited this page Jul 31, 2014
·
8 revisions
Add the following to your .pbs file to load the Firedrake environment:
module swap PrgEnv-cray PrgEnv-gnu
module swap python anaconda
module add firedrake
As the fdrake user, start an interactive backend session:
qsub -IVl select=1,walltime=0:20:00 -A y07
and execute the following:
module load fdrake-build-env
cd $PETSC_DIR
make streams NPMAX=24 MPIEXEC=aprun

Problem:
pkg-config error:
Package sci_mpi_mp was not found in the pkg-config search path.
Solution:
export PKG_CONFIG_PATH=/opt/cray/libsci/12.2.0/GNU/48/sandybridge/lib/pkgconfig:$PKG_CONFIG_PATH