illinois-ceesd / emirge

Environment for MirgeCom
MIT License
4 stars 3 forks source link

Lassen installation broken #138

Closed MTCam closed 2 years ago

MTCam commented 2 years ago

Installations on Lassen seem broken. After installing MIRGECom on Lassen using emirge, the installation fails to find mpi4py. This hit the overnight tests, and verified this morning with by-hand tests of installation. Will be checking other platforms, but just wanted to get this on the radar in the interim.

> git clone git@github.com:/illinois-ceesd/emirge
> cd emirge
> ./install.sh --env-name=test.mirgecom.install

(...)

| Mirgecom is now installed in /g/g17/mtcampbe/scratchl/CEESD/Experimental/beta/emirge/mirgecom.
| (...)
| To run the examples:
| $ cd /g/g17/mtcampbe/scratchl/CEESD/Experimental/beta/emirge/mirgecom/examples && ./run_examples.sh ./

> lalloc (blah blah blah)
> cd /g/g17/mtcampbe/scratchl/CEESD/Experimental/beta/emirge/mirgecom/examples
> source ../../../config/activate_env.sh
> [mtcampbe@lassen170:examples]$ which python
| /g/g17/mtcampbe/scratchl/CEESD/Experimental/beta/emirge/miniforge3/bin/python
> [mtcampbe@lassen170:examples]$ which conda
| /g/g17/mtcampbe/scratchl/CEESD/Experimental/beta/emirge/miniforge3/bin/conda

> [mtcampbe@lassen170:examples]$ python -m mpi4py autoignition-mpi.py 
| /g/g17/mtcampbe/scratchl/CEESD/Experimental/beta/emirge/miniforge3/bin/python: | No module named mpi4py
> [mtcampbe@lassen170:examples]$ exit
> [mtcampbe@lassen708:examples]$ which mpicc
| /usr/tce/packages/spectrum-mpi/spectrum-mpi-rolling-release-gcc-8.3.1/bin/mpicc