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

Fortran runtime error #263

Open
SuoNa-Surfer opened this issue Dec 27, 2024 · 1 comment
Open

Fortran runtime error #263

SuoNa-Surfer opened this issue Dec 27, 2024 · 1 comment

Comments

@SuoNa-Surfer
Copy link

SuoNa-Surfer commented Dec 27, 2024

Hi, I'm running my program on a 14.4.1 (23E224) MacOS, and I got the following error:

MultiNest v3.10
Copyright Farhan Feroz & Mike Hobson
Release Jul 2015

no. of live points = 400
dimensionality = 13


Starting MultiNest
At line 233 of file /Users/runner/miniforge3/conda-bld/multinest_1604152338636/work/src/nested.F90 (unit = 55)
Fortran runtime error: Cannot open file 'chains/clusterev.dat': No such file or directory

I tried checking the content of the directory itself, but when I use ls under /Users I don't seem to have the runner folder(?
Also tried reading the nested.F90 code, still not sure where the 'chains/clusterev.dat' should have been created.
Could this be some installation issue which misplaces the dat file?
Thank you for your time!

@JohannesBuchner
Copy link
Owner

MultiNest does not create directories.
You have to make the directories that you point to as output directory..
See for example:
https://github.com/JohannesBuchner/PyMultiNest/blob/master/pymultinest_demo.py

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