Skip to content
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

issues loading module in Raijin #95

Open
juan-guerschman opened this issue Jan 13, 2016 · 2 comments
Open

issues loading module in Raijin #95

juan-guerschman opened this issue Jan 13, 2016 · 2 comments

Comments

@juan-guerschman
Copy link

Hi there,

Have the following messages when trying to install the api in Raijin. Any ideas?

$ module use /projects/el8/opt/modules/modulefiles
$ module load agdc-api/0.1.0-b20150513
mpi4py/1.3.1 is only available for python/2.7.3 and python/2.7.5
mpi4py/1.3.1(3):ERROR:151: Module 'mpi4py/1.3.1' depends on one of the module(s) 'python/2.7.5'
mpi4py/1.3.1(3):ERROR:102: Tcl command execution failed: source /opt/Modules/extensions/extensions.tcl

agdc-api/0.1.0-b20150513(10):ERROR:105: Unable to locate a modulefile for 'psutil'
agdc-api/0.1.0-b20150513(10):ERROR:105: Unable to locate a modulefile for 'numpy'
agdc-api/0.1.0-b20150513(10):ERROR:105: Unable to locate a modulefile for 'scipy'
$
@sixy6e
Copy link
Contributor

sixy6e commented Jan 18, 2016

Sorry for the late reply.

The first warnings are related to dependencies. So you basically need to have those modules loaded first. The module load system has become somewhat unwieldly with many conflicts as the modules would try and load the "default" everything for you. This can cause conflicts if a user already has a different module loaded. So for the time being we've used a dependency check, to warn, and specify the exact versions that are required.

The second set of errors indicate that the module system can't find a specific module, eg.numpy.

I've just had a look at the modules under el8, and there's not much there. I'm unsure as to who was maintaining it. I use project u46 for loading my modules, which I can make a guess that you're not a member of.

You could try replacing el8 with u46 in your module use line, but I'm probably a little ambitious on it working for you.

In the meantime I can try and copy the modules across, and change the project access to el8.

@juan-guerschman
Copy link
Author

Thanks Josh, I haven't had a chance yet, but I'll try what you suggest tomorrow.

Cheers

Juan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants