Georgia Stuart

Results 24 comments of Georgia Stuart

> * if mpi == false, do as usual > * if mpi == mpich, use mpi_mpich global setting, ....ignore if latter is null(?) > * if mpi == openmpi,...

Maybe using `lmod`'s `depends_on` (or `prereq`) would work? In the config ```yaml depends_on: - gnu9 - openmpi ``` Then in the modulefile ```lua depends_on("gnu9", "openmpi") ``` Then at least it'll...

Awesome, thanks so much @vsoch !

@mghpcsim Ready for the next review. - uid/gid is now 203 in spec and config template per our discussion - cron job removed

Investigating the test failure.

I need this feature! Has any work towards it been done? Happy to take a crack at it if it's up for grabs.

I'm not ready to PR yet, but I got this working by implementing a "generic" provider that just checks if the `library.json` file exists. Our gitlab pages domain is completely...

Partly I'm not ready to PR since I had to jam in some hacky stuff to make it work with a URL that has a port for the container registry...

It was related to the (old) version of lmod Ubuntu has in apt. @jiaqiwang969 what version of lmod do you have?

> Modules based on Lua: Version 6.6 2016-10-13 13:28 -05:00 > by Robert McLay [email protected] Yeah, this is a lmod out of date problem! Lmod is currently on version 8.7....