ufs-weather-model icon indicating copy to clipboard operation
ufs-weather-model copied to clipboard

Orion lmod init script is incorrect in tests/module-setup.sh

Open DusanJovic-NOAA opened this issue 6 months ago • 0 comments

In tests/module-setup.sh:

https://github.com/ufs-community/ufs-weather-model/blob/develop/tests/module-setup.sh#L19-L22

the location of lmod init script on Orion does not exist:

$ ls /apps/lmod/init/bash
ls: cannot access '/apps/lmod/init/bash': No such file or directory

The correct location is:

$ ls /apps/other/lmod/lmod/init/bash
/apps/other/lmod/lmod/init/bash

DusanJovic-NOAA avatar Aug 01 '24 15:08 DusanJovic-NOAA