Skip to content

Instantly share code, notes, and snippets.

@Jimbles
Last active June 5, 2018 16:00
Show Gist options
  • Save Jimbles/e427ae4d73b38d86a42cfb2fa77724dd to your computer and use it in GitHub Desktop.
Save Jimbles/e427ae4d73b38d86a42cfb2fa77724dd to your computer and use it in GitHub Desktop.
PEITS install on CX1

Configure command tweaks

load modules

load module mpi/intel-2018

make wrapper functions for mpi libs

???

run new configure

./configure --prefix=/home/jpavery/PEITS_root/petscBUILD --with-x=0 --with-debugging=1 -CFLAGS="-O3 -DNDEBUG -ffast-math" --with-parmetis=1 --download-parmetis=yes --with-hypre=1 --download-hypre=yes --with-superlu_dist=1 --download-superlu_dist=yes --with-mumps=1 --download-mumps=yes --with-ml=1 --download-ml=yes --with-metis=1 --download-metis=yes --download-scalapack=yes --download-blacs=yes --with-fc=$PWD/mpi/mpif90 --with-cc=$PWD/mpi/mpicc --with-cxx=$PWD/mpi/mpic++ FFLAGS=-fPIC CXXFLAGS=-fPIC CCFLAGS=-fPIC

run zoltan configuration

../configure --prefix=/home/jpavery/PEITS_root/Zoltan_v3.8/BUILD_DIR --with-parmetis --with-parmetis-incdir="/home/jpavery/PEITS_root/petscBUILD/include" --with-parmetis-libdir="/home/jpavery/PEITS_root/petscBUILD/lib"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment