-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcore_module
More file actions
25 lines (20 loc) · 820 Bytes
/
core_module
File metadata and controls
25 lines (20 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#%Module
module load mpich3/3.1.2-thread-multiple parmetis/mpich3.1.2 zoltan/mpich3.1.2 simmetrix/simModSuite netcdf
set name pumi
set repo core-sim
set version 4a91800
set path /users/creanj/pumi2/core/build
prepend-path PKG_CONFIG_PATH $path/lib/pkgconfig
prepend-path CMAKE_PREFIX_PATH $path
prepend-path PATH $path/bin
prepend-path LD_LIBRARY_PATH $path/lib
setenv PUMI_INSTALL_DIR $path
setenv PUMI_INCLUDE_DIR $path/include
setenv PUMI_LIB_DIR $path/lib
setenv PUMI_BIN_DIR $path/bin
module-whatis "Parallel Unstructured Mesh Infrastructure"
proc ModulesHelp { } {
global name
global version
puts stderr "Sets the path and environment variables for $name ($version)"
}