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

Running kmos on Linux cluster #41

Closed
mieand opened this issue Feb 8, 2016 · 2 comments
Closed

Running kmos on Linux cluster #41

mieand opened this issue Feb 8, 2016 · 2 comments

Comments

@mieand
Copy link
Contributor

mieand commented Feb 8, 2016

Hi Max,
I was trying to run kmos on the Linux cluster. Do you have any experience with either this cluster or SuperMUC, which I guess should be similar?
I managed to install it, but when I try to compile my model using "kmos export ..." I get the attached output.
It seems like there is a problem with f2py.
Any ideas what I could try?
There is a couple of different python modules I could load. I have tried 2.6 and 2.7_anaconda.

Mie
kmos_export_output.txt

@mhoffman
Copy link
Owner

mhoffman commented Feb 8, 2016

I haven't used kmos on either cluster. However it looks like f2py is not
finding the right path to the Fortran compiler all the time. You should
remove the export directory and try again after setting

export F2PY_FCOMPILER=gfortran

or

export F2PY_FCOMPILER=intelem

Furthermore

f2py -c --help-fcompiler

Should tell you which compiler are available (and found by f2py) on your
platform.

@mieand
Copy link
Contributor Author

mieand commented Feb 9, 2016

It wasn't that, but after downloading a new version of kmos it compiles.
I must somehow have messed up the previous version.
Thanks and sorry for the trouble.
Mie

@mieand mieand closed this as completed Feb 9, 2016
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