Skip to content
Snippets Groups Projects
eic_container.md 292 B
Newer Older
  • Learn to ignore specific revisions
  • Whitney Armstrong's avatar
    Whitney Armstrong committed
    ---
    title: "EIC Container"
    ---
    
    
    ## Downloading the container.
    ```shell
    git clone ...
    ```
    
    ## Installing the container
    
    ```shell
    mkdir build 
    cmake ../. -DCMAKE_INSTALL_PREFIX=$HOME/stow/eic_container_1.0.0
    make -j4 install
    ```
    
    
    ## Using the container
    
    ```bash
    module load eic_container
    ```