#!/usr/bin/python # Do the following before running this configure script [hopp2.nersc.gov] # # setenv XTPE_INFO_MESSAGE_OFF yes # module add acml # Order of the download and installation of libraries is crucial!!! if __name__ == '__main__': import sys import os sys.path.insert(0, os.path.abspath('config')) import configure configure_options = [ '--known-mpi-shared=0 ', '--known-memcmp-ok ', '--with-debugging=1 ', '--with-shared-libraries=0', '--with-mpi-compilers=1 ', # '--with-64-bit-indices', '--download-blacs=1 ', '--download-metis=1 ', '--download-parmetis=1 ', '--download-superlu_dist=1 ', # '--download-ml=1', ] configure.petsc_configure(configure_options)