-
Notifications
You must be signed in to change notification settings - Fork 12
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
Error running revolver.py #16
Comments
@Chanuntorn the following procedure worked for me just now, at least at NERSC:
|
For the record I did try to do all of this in a Docker/shifter container (including MPI), but the way the |
Thanks for looking into this and suggesting the workaround – I have not had time to test Revolver out on NERSC yet. A few questions/comments:
|
I should also mention that as soon as I have the time, I am planning a major rewrite of all the Revolver code, including transitioning to using |
An error occurs when running
python revolver.py --par parameters/params.py
.Steps I completed after logging into jupyter.nersc
Then I edited parameters/params.py to match my file paths after downloading the SDSS files. In the Makefile, I changed the line
make -C src all
tomake -C src all_nompi
. I proceed with the followingThe text was updated successfully, but these errors were encountered: