We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pleiades.nas.nasa.gov
I run bash and the important bits of my ~/.profile are
bash
module purge module load git/1.7.7.4 module load comp-intel/2012.0.032 module load math/intel_mkl_64_10.0.011 module load mpi-sgi/mpt.2.06rp16 module load petsc/3.1-p7/intel/mpt module load boost # tell MPT about our preferred compilers export MPICC_CC=icc export MPICXX_CXX=icpc export MPIF90_F90=ifort
Check out libMesh from GitHub:
$ mkdir ~/codes $ cd ~/codes $ git clone https://github.com/libMesh/libmesh.git $ cd libmesh