mirror of
https://github.com/smyalygames/FiniteVolumeGPU_HIP.git
synced 2025-05-18 06:24:11 +02:00
update README
This commit is contained in:
parent
918111df25
commit
4ddf19bef7
19
README.md
19
README.md
@ -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`
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user