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

Issue while running "galaxia -s warp" #2

Open
himanshu-vh opened this issue Apr 15, 2021 · 1 comment
Open

Issue while running "galaxia -s warp" #2

himanshu-vh opened this issue Apr 15, 2021 · 1 comment

Comments

@himanshu-vh
Copy link

Hi,

This is Himanshu from IIT Bombay. I am having an issue when I am running the recommended command "galaxia -s warp", I get following error.

$ galaxia -s warp
Galaxia-v0.81
CODEDATAPATH=/home/himanshu/GalaxiaData/
Reading tabulated values from file- /home/himanshu/GalaxiaData/Model/vcirc.dat
Error opening file: /home/rybizki/Programme/GalaxiaData/Model/population_parameters_BGM_update.ebf
terminate called after throwing an instance of 'std::logic_error'
what(): EBF Error from EBF::open(): probably not an ebf file
Aborted (core dumped)

System info: UBUNTU 20.04.2 LTS, Python3

Could you please help to figure this out.

Thank you!
Himanshu

@avalluvan
Copy link

The following worked for me
Open /path/to/galaxia-0.8.1_gedr3mock/src/Galaxia.cpp and modify the lines 410 and 411 ebf::Read(...) to match the path to a local GalaxiaData folder.
Recompile, make and install

./configure --prefix=home/user/sw --datadir=/home/user/GalaxiaData
make
make install
galaxia -s warp

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