Skip to content
Snippets Groups Projects
Select Git revision
  • v0.9.12
  • master default protected
  • cuda-12.5.1-ubuntu24.04
  • v25.09-stable protected
  • geant4-vecgeom-cuda
  • target-x86_64_v3
  • py-tensorflow-cuda
  • arm64
  • py-numba
  • github-actions-build-chain
  • wdconinc-master-patch-89061
  • unpin-pip
  • jl
  • acts-svg
  • numpy-unpin
  • view-hardlink
  • gaudi-39.4
  • spack-unpin
  • lhapdf-6.5.5
  • pr/snakemake_9_6_3
  • jacamar
  • v25.09.0-stable
  • v25.08.0-stable
  • v25.07.0-stable
  • v25.06.1-stable
  • v25.06.0-stable
  • v25.05.0-stable
  • v25.04.1-stable
  • v25.04.0-stable
  • v25.03.1-stable
  • v25.03.0-stable
  • v25.02.0-stable
  • v25.01.1-stable
  • v25.01.0-stable
  • v24.12.0-stable
  • 24.11.2
  • 24.11.2-stable
  • v24.11.2-stable
  • v24.11.1-stable
  • v24.11.0-stable
  • v24.10.1-stable
41 results

eic_container

Whitney Armstrong's avatar
Whitney Armstrong authored
but do an in source install. WTF

Using a fixed local clone at eicweb.phy.anl.gov/eic_tools/GenFit
83f65b41
History

EIC software container

Installation

  1. Checkout the repository and create a build directory
git clone https://eicweb.phy.anl.gov/containers/eic_container.git
cd eic_containers && mkdir BUILD && cd BUILD
  1. Configure the install for your environment, providing the appropriate prefix and module_dir you want to use.
cmake .. -DCMAKE_INSTALL_PREFIX=<prefix> -DINSTALL_MODULE_DIR=<module_dir>
  1. Download the container and install.
make install
  1. To use the container: load the modulefile, and then use the included apps as if they are native to your system!
module load eic_container