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 revisionBoth sides next revision
hpc:sherpa [2016/03/09 14:33] – [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
hpc/sherpa.txt · Last modified: 2017/01/17 15:21 by jchilders