You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Documentation
Documentation
Github

github

Current release info

NameDownloadsVersionPlatforms
Conda Recipe
Conda Downloads
Conda Version

Conda Platforms

Installing Non-MPI Lume-Impact

  • Follow steps listed in Jupyter Notebooks on S3DF to setup a conda env.

  • Install Lume-Impact for the conda environment used to activate jupyterlab as shown below:

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

Here impact is the conda env you are using.

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. 

If the Impact-T executables are still not found, then you should go to the conda env folder, find the executables and manually add them to your path.




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

MPI Lume-Impact



  • No labels