Skip to content

knutson/ParMETIS_Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#modules used to build ParMETIS:
module use --append /project/hbj/opt/g/$OS_DIST-$OS_DIST_R/modules
module load Compilers/GCC/7.4.1
module load MPI-HBJ/OpenMPI/3.1.4/GCC/7.4.1

#one way to append LD_LIBRARY_PATH:
setenv LD_LIBRARY_PATH $METIS_HOME/lib:$LD_LIBRARY_PATH

#the following doesn't work:
setenv LD_LIBRARY_PATH $LD_LIBRARY_PATH:$METIS_HOME/lib

About

graph partitioning example from page 12 of the ParMETIS manual which can be found at http://glaros.dtc.umn.edu/gkhome/metis/parmetis/download

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published