update README

This commit is contained in:
Hicham Agueny 2024-06-09 23:13:01 +02:00
parent 918111df25
commit 4ddf19bef7

View File

@ -23,7 +23,7 @@ Here is a step-by-step guide on installing packages on LUMI-G
### Step 0: load modules
```
ml LUMI/23.03
ml LUMI/23.03 partition/G
ml lumi-container-wrapper
ml cray-python/3.9.13.1
```
@ -43,3 +43,20 @@ export the bin path: export PATH="$PWD/MyCondaEnv/bin:$PATH"
```
cotainr build my_container.sif --system=lumi-g --conda-env=conda_environment_lumi.yml
```
### Error when running MPI.
```
`MPI startup(): PMI server not found. Please set I_MPI_PMI_LIBRARY variable if it is not a singleton case.
```
This can be resolved by exporting this:
```
export I_MPI_PMI_LIBRARY=/opt/cray/pe/mpich/8.1.27/ofi/cray/14.0/lib/libmpi.so
```
### Install hip-python
```
python -m pip install -i https://test.pypi.org/simple/ hip-python==5.4.3.470.16
```
The testing was done with this specific version `hip-python==5.4.3.470.16`