damonge / CoLoRe

CoLoRe - Cosmological Lofty Realizations
GNU General Public License v3.0
17 stars 13 forks source link

sample run #20

Closed csabiu closed 7 years ago

csabiu commented 7 years ago

I just compiled the code and now attempting to run the sample_run case. But I run into an issue......

[csabiu@polaris trunk]$ ./CoLoRe sample_run/param_colore.ini ------------------------------------------------- CoLoRe

CoLoRe: Couldn't open file sample_run/param_colore.ini

vuitert commented 7 years ago

Hi, I just installed CoLoRe and I am having the same problem...

damonge commented 7 years ago

Sorry, the test files in sample_run were very outdated. This is also the case for the README and a few other doc files, so let me know if you have any questions.

The latest commit should fix this specific issue. Just do ./CoLoRe sample_run/param.cfg

csabiu commented 7 years ago

working now. Thanks!