Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Documentation

Current release info

Installing Non-MPI Lume-Impact

  1. follow

    Follow steps listed

    in 

    in Jupyter Notebooks on S3DF

  2. Install Lume-Impact for the conda environment used to activate jupyterlab:

Installing lume-impact from the conda-forge channel can be achieved by adding conda-forge to your channels with:

conda config --add channels conda-forge
conda config --set channel_priority strict

Once the conda-forge channel has been enabled, lume-impact can be installed with:

conda install lume-impact

It is possible to list all of the versions of lume-impact available on your platform with:

conda search lume-impact --channel conda-forge

Impact-T Executables

Impact-T is available through conda-forge and can be installed via:

conda create -n impact
source activate impact # or conda activate impact
# For non-MPI
conda install -c conda-forge impact-t
After these steps, the IMPACT-T executable ImpactTexe or ImpactTexe-mpi, respectively, will be in your PATH environment variable and is thus ready to use like any regular command-line command. 

Visit https://github.com/impact-lbl/IMPACT-T for these and further instructions, including those to build from source.

MPI Lume-Impact