vscentrum / vsc-software-stack

Central repository of easyconfigs used in the software installations on VSC clusters.
2 stars 6 forks source link

xESMF #386

Open laraPPr opened 3 months ago

laraPPr commented 3 months ago
lexming commented 3 months ago

I have a PR open for this 🙂

laraPPr commented 2 weeks ago

@pavelToman I'm gonna leave it open until it is installed and informed the user.

laraPPr commented 2 weeks ago

@pavelToman I've created an new list of items for software that still needs to be installed and where the user is not informed yet. So than you can close the issues.

laraPPr commented 2 weeks ago

@lexming I'm trying to get ESMPy installed on Hertense but it is failing

export 

PYTHONPATH=/tmp/eb-exlczbtv/tmp10woyzzy/lib/python3.11/site-packages:$PYTHONPAT

H && sed -i 's/^\(DATA_URL.*earthsystemmodeling.org\)/# \1/;s/# 

\(DATA_URL.*github.com\)/\1/' src/esmpy/util/cache_data.py && unset 

ESMPY_DATA_DIR && export ESMPY_DATA_NEW_DIR=/tmp &&  pytest

  >> command completed: exit 1, ran in 00h00m08s
lexming commented 1 week ago

@laraPPr hmmm... I can reproduce this error in Hortense, but the same easyconfig works in Hydra :slightly_smiling_face: I'll try to figure out why

lexming commented 1 week ago

@laraPPr Got it. The tests of ESMPy need a sane MPI environment and the problem is that Hortense does not have one by default. So you have to do extra work and load vsc-mympirun and then run the tests with something like mpirun --mpirunoptions="-np 1" pytest.