Difference between revisions of "FMDB"

From PHASTA Wiki
Jump to: navigation, search
(Created page with "==Building== SCOREC has a script which builds a bunch of their software - FMDB and dependancies. It can be run on our systems as follows: mkdir fmdb && cd fmdb #this is arbit...")
 
(Building)
 
Line 2: Line 2:
  
 
SCOREC has a script which builds a bunch of their software - FMDB and dependancies. It can be run on our systems as follows:
 
SCOREC has a script which builds a bunch of their software - FMDB and dependancies. It can be run on our systems as follows:
 
+
  soft add +openmpi-gnu-1.4.2
 
   mkdir fmdb && cd fmdb #this is arbitrary, but you really want to do this inside a directory
 
   mkdir fmdb && cd fmdb #this is arbitrary, but you really want to do this inside a directory
 
   mkdir fmdbParallel
 
   mkdir fmdbParallel

Latest revision as of 20:38, 5 March 2012

Building

SCOREC has a script which builds a bunch of their software - FMDB and dependancies. It can be run on our systems as follows:

 soft add +openmpi-gnu-1.4.2
 mkdir fmdb && cd fmdb #this is arbitrary, but you really want to do this inside a directory
 mkdir fmdbParallel
 export INSTALL_TARGET=$PWD/fmdbParallel
 export CREATE_TARBALLS=1
 export SCOREC_SVN=1
 export MPIHOME=/usr/local/openmpi/1.4.2-gnu/
 svn co http://redmine.scorec.rpi.edu/svn/fmdb/software/trunk/FMDB/FMDB/buildScripts 
 svn co http://redmine.scorec.rpi.edu/svn/buildutil/trunk/auxillaryBuildScripts
 export CC=mpicc
 export CXX=mpicxx
 ./buildScripts/buildFMDBParallel.sh 
 #or you could
 ./buildScripts/buildFMDBSerial.sh

More Information

http://redmine.scorec.rpi.edu/projects/fmdb/wiki