Open lgorenstein opened 3 years ago
Sorry, I've been unable to get this to work. I think the problem is with the container, not your environment module. I'll keep trying...
Thank you! This container felt funky indeed (and it is also a pretty old GAMESS version, too). Do you know if there are there any plans for updating it with a 2020 version GAMESS? In the interim, please let me know if I can help with anything.
Please take a look at my attempt to create a module for the GAMESS container.
Took a bit of sweat because of a very particular input and output locations that require run-time binding, plus a funky entry point that expects a
-c "cd /workspace && rungms $@"
argument, but I think I got it to work (for the entry point, bypassed it completely with asingularity exec
instead ofrun
).