User Tools

Site Tools


hpc:hepmc

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
hpc:hepmc [2015/01/14 16:13]
jchilders [HepMC Notes]
hpc:hepmc [2015/01/14 16:26]
jchilders
Line 5: Line 5:
  
 ''wget http://lcgapp.cern.ch/project/simu/HepMC/download/HepMC-2.06.09.tar.gz'' ''wget http://lcgapp.cern.ch/project/simu/HepMC/download/HepMC-2.06.09.tar.gz''
 +
 ===== Compiling on Edison@NERSC ===== ===== Compiling on Edison@NERSC =====
  
Line 20: Line 21:
 module load gsl module load gsl
 </code> </code>
-Unpack HepMC tarball and enter sherpa main directory. Then Run+Unpack HepMC tarball and enter HepMC main directory. Then Run
 <code bash> <code bash>
 mkdir install mkdir install
Line 29: Line 30:
 </code> </code>
  
 +===== Compiling on Tukey@ALCF =====
  
 +Unpack HepMC tarball and enter HepMC main directory. Then Run 
 +<code bash> 
 +mkdir install 
 +./configure --with-pic --prefix=$PWD/install --with-momentum=MEV --with-length=MM --enable-shared=no 
 +make 
 +make install 
 +</code>
  
  
hpc/hepmc.txt · Last modified: 2015/01/14 16:26 by jchilders