Loading dealii/8.4.dev-tri-petsc-hdf5-mpi-dbg 0 → 100644 +48 −0 Original line number Diff line number Diff line #%Module # # Deal.II 8.4.dev # set version "8.4.dev" proc ModulesHelp { } { global version puts stderr "\tSets up the environment for the Debug version of Deal.II ($version) including the Trilinos solver.\n" puts stderr "\t- DEAL_II_DIR\t- the Deal.II directory\n" puts stderr "\t- DEAL_II_BIN\t- directory where executables can be found\n" puts stderr "\t- DEAL_II_LIB\t- directory containing the libraries\n" puts stderr "\t- DEAL_II_INC\t- directory containing the header files\n" puts stderr "\t- PATH\n" puts stderr "\t- LD_LIBRARY_PATH\n" } module-whatis "sets up the environment for the Debug version of Deal.II $version" prereq mpi/openmpi-x86_64 conflict intel conflict oofem conflict dealii prereq trilinos/11.14.3-deal83-mpi prereq p4est/1.1 prereq petsc/3.6.3-lite set pkghome /opt/apps/dealii/8.4.dev-tri-petsc-hdf5-mpi-dbg setenv DEAL_II_DIR $pkghome setenv DEAL_II_INC $pkghome/include setenv DEAL_II_LIB $pkghome/lib setenv DEAL_II_BIN $pkghome/bin setenv DEAL_II_VERSION $version prepend-path PATH $pkghome/bin prepend-path LD_LIBRARY_PATH $pkghome/lib #prepend-path PYTHONPATH $pkghome/lib/python2.7/site-packages unset pkghome #source $env(MODULESHOME)/modincludes/info_logging.tcl Loading
dealii/8.4.dev-tri-petsc-hdf5-mpi-dbg 0 → 100644 +48 −0 Original line number Diff line number Diff line #%Module # # Deal.II 8.4.dev # set version "8.4.dev" proc ModulesHelp { } { global version puts stderr "\tSets up the environment for the Debug version of Deal.II ($version) including the Trilinos solver.\n" puts stderr "\t- DEAL_II_DIR\t- the Deal.II directory\n" puts stderr "\t- DEAL_II_BIN\t- directory where executables can be found\n" puts stderr "\t- DEAL_II_LIB\t- directory containing the libraries\n" puts stderr "\t- DEAL_II_INC\t- directory containing the header files\n" puts stderr "\t- PATH\n" puts stderr "\t- LD_LIBRARY_PATH\n" } module-whatis "sets up the environment for the Debug version of Deal.II $version" prereq mpi/openmpi-x86_64 conflict intel conflict oofem conflict dealii prereq trilinos/11.14.3-deal83-mpi prereq p4est/1.1 prereq petsc/3.6.3-lite set pkghome /opt/apps/dealii/8.4.dev-tri-petsc-hdf5-mpi-dbg setenv DEAL_II_DIR $pkghome setenv DEAL_II_INC $pkghome/include setenv DEAL_II_LIB $pkghome/lib setenv DEAL_II_BIN $pkghome/bin setenv DEAL_II_VERSION $version prepend-path PATH $pkghome/bin prepend-path LD_LIBRARY_PATH $pkghome/lib #prepend-path PYTHONPATH $pkghome/lib/python2.7/site-packages unset pkghome #source $env(MODULESHOME)/modincludes/info_logging.tcl