User Tools

Site Tools


hpc:sherpa

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
hpc:sherpa [2016/03/09 14:32] – [Installing OpenLoops] jchildershpc:sherpa [2016/03/09 15:52] – [Compilation and Installation at Edison@NERSC] jchilders
Line 45: Line 45:
 === Compilation === === Compilation ===
  
-Unpack Sherpa tarball and enter sherpa main directory. Then comment out line 470 of the Makefile for Sherpa which has the word "Manual" on it. You can create a mostly-static or dynamic executable by using the '-static' and '--enable-static=yes', or '-dynamic' flags, respectively.+Unpack Sherpa tarball and enter sherpa main directory. After configure comment out line 470 of the Makefile for Sherpa which has the word "Manual" on it. You can create a mostly-static or dynamic executable by using the '-static' and '--enable-static=yes', or '-dynamic' flags, respectively.
 Then run: Then run:
 <WRAP prewrap> <WRAP prewrap>
 <code bash> <code bash>
-mkdir install +./configure --enable-mpi --enable-gzip --with-sqlite3=/usr --enable-hepmc2=</path/to/hepmc2> --enable-openloops=</path/to/openloops> --prefix=$PWD/install CC=cc CXX=CC FC='ftn -fPIC -funderscoring'
-./configure --enable-mpi --enable-gzip --with-sqlite3=/global/project/projectdirs/m2015/generators/sherpa/v211/sherpa-02-01-00/sqlite-autoconf-3080200/install --enable-hepmc2=/global/project/projectdirs/m2015/tools/HepMC-2.06.08/install --enable-openloops=/project/projectdirs/m2015/olo/mpi CC=cc CXX=CC FC='ftn -fPIC -funderscoring' LDFLAGS=-dynamic --prefix=$PWD/install+
 make -j 10 make -j 10
 make install make install
Line 429: Line 428:
  
 On Edison@NERSC: On Edison@NERSC:
-  * <code bash>module unload altd+<code bash>module unload altd
 module unload darshan module unload darshan
 module unload PrgEnv-intel module unload PrgEnv-intel
Line 439: Line 438:
 module load boost module load boost
 module load gsl module load gsl
-./scons +./scons -j 10 
-</code> +./scons auto=all/ -j 15</code>
-  * <code bash>./scons -j 10</code> +
-  * <code bash>./scons auto=all/ -j 15</code>+
  
 Setup: Setup:
hpc/sherpa.txt · Last modified: 2017/01/17 15:21 by jchilders