Difference between revisions of "FACETS on Intrepid"

From Tau Wiki
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 18: Line 18:
  
 
  ./mkfcphysall.sh -l -p /home/projects/facets/intrepid/contrib:/gpfs1/$USER/internal -i /gpfs1/$USER/internal
 
  ./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.

Latest revision as of 00:37, 11 August 2009


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.