Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
hepsim:dev_fpadsim [2017/09/24 02:07]
hepsim17 [Light version of image]
hepsim:dev_fpadsim [2017/09/24 02:10]
hepsim17
Line 39: Line 39:
 FPadSim software. FPadSim software.
  
-Here is the download link [[http://atlaswww.hep.anl.gov/hepsim/centos7hepsim.img|centos7hepsim.img]] (>5 GB).+Here is the download link [[http://atlaswww.hep.anl.gov/hepsim/soft/centos7hepsim.img|centos7hepsim.img]] (>5 GB).
 The image includes basic CentOS7 environment, and programs such as SLIC, LCSIM, slicPandora, ProMC, Jas4PP and various The image includes basic CentOS7 environment, and programs such as SLIC, LCSIM, slicPandora, ProMC, Jas4PP and various
 converters. converters.
  
 <code bash> <code bash>
-wget http://atlaswww.hep.anl.gov/hepsim/centos7hepsim.img # get the singularity image +wget http://atlaswww.hep.anl.gov/hepsim/soft/centos7hepsim.img # get the singularity image 
-singularity  exec centos7hepsim.img  bash -l              # setup fpadsim+singularity  exec centos7hepsim.img  bash -l                   # setup fpadsim
 </code> </code>
 After the last line, the environment should be ready. For example, type "slic -h". It shows the available commands.  After the last line, the environment should be ready. For example, type "slic -h". It shows the available commands.