From 4ddf19bef7268dc23476c5265665c3ef8ceb8e72 Mon Sep 17 00:00:00 2001 From: Hicham Agueny Date: Sun, 9 Jun 2024 23:13:01 +0200 Subject: [PATCH] update README --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f68f36..36b03e9 100644 --- a/README.md +++ b/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` + +