-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to correctly install module? #639
Comments
Can you share the module software you are using and the version? Pinging @marcodelapierre that has a lot more experience to add to the conversation! |
Latest singularity-hpc version
|
May be I am not have set
Anyway, when I use "pip3 install singularity-hpc", and set avove config, it works. |
That's correct, you'd need to set it for the correct module system first, and then install, and then do the steps above. Are you all set and we can close the issue? |
Yes, thanks |
Hi, there still some bugs, as follows: (env) wjq@wjq:~/singularity-hpc$ module avail ----------------------------------------------------------- ./modules ------------------------------------------------------------ (env) wjq@wjq:~/singularity-hpc$ module load quay.io/pawsey/openfoam/v2212 Please check the spelling or version number. Also try "module spider ..." |
This looks like a bug @georgiastuart had hit - and I think we figured out - ping @georgiastuart and @marcodelapierre ! |
It was related to the (old) version of lmod Ubuntu has in apt. @jiaqiwang969 what version of lmod do you have? |
@georgiastuart |
I think it is not a bug, with that setup you need to type (see exact output of
However, if you make use of a module view, https://singularity-hpc.readthedocs.io/en/latest/getting_started/user-guide.html#views, you should be able to achieve a setup that works with:
As a result of the view setup, note that you will need to |
Yeah, this is a lmod out of date problem! Lmod is currently on version 8.7. This looks like the version apt has on 22.04 LTS. I'd recommend installing a newer version, not through apt, and seeing if that sorts out your issue. |
@jiaqiwang969 were you able to update your LMOD version and resolve this issue? |
Hi, I am fresh.
when I install module, and install singularity-hpc step by step.
I try:
as been told.
However, only the default "modulefiles", not the modulefile in singualarity-hpc, where clingo is installed here.
Can anyone tell me what's wrong, how to set module?
Thanks, best
The text was updated successfully, but these errors were encountered: