Skip to content

Instantly share code, notes, and snippets.

@kynan
Created May 5, 2012 19:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kynan/2604790 to your computer and use it in GitHub Desktop.
Save kynan/2604790 to your computer and use it in GitHub Desktop.
Dorsal platfrom files
# Load modules
module unload intel-suite/10.1
module load armadillo/1.1.90 cgal/3.5 mpfr/2.4.1 intel-suite/11.1 mumps/4.9.2-parmetis parmetis/3.1 petsc/3.1-p6 scipy/2009-08-25 swig/2.0.2
# Platform specific variables
default UMFPACK_DIR=/usr
default PETSC_ARCH=linux-gnu-cxx-op
default GMP_DIR=/usr
default SCOTCH_ARCH=pc_linux2
export ARMADILLO_DIR=${ARMADILLO_HOME}
export BOOST_DIR=${BOOST_HOME}
# Define the packages this platform needs
PACKAGES=(
swig
# parmetis
# trilinos
# petsc
# slepc
# armadillo
# swiginac
# mtl
# scotch
# cgal
# scientificpython
fiat
ferari
ufc
ufl
ffc
# syfi
viper
instant
dolfin
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment