FACETS on Intrepid

From Tau Wiki
Jump to: navigation, search


To use FACETS on intrepid:

First, source the package setup (or add this to your .bashrc):

source /home/projects/facets/intrepid/contrib/fcpkgsetup.sh

checkout FACETS:

svn co https://ice.txcorp.com/code/facetsall

change to facetsall/physics

cd facetsall/physics

run mkfcphysall.sh

./mkfcphysall.sh -l -p /home/projects/facets/intrepid/contrib:/gpfs1/$USER/internal -i /gpfs1/$USER/internal

This will install FACETS in /gpfs1/$USER/internal

TAU

I had to remove this line from the stub makefile:

####PROFILEOPT68 = -DMPICH_IGNORE_CXX_SEEK #ENDIF##MPICH_IGNORE_CXX_SEEK#

The FACETS guys already have this in their files and it's causing a problem. The quick fix is to comment this out of the TAU stub makefile.