-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add chicoma-gpu
#187
Add chicoma-gpu
#187
Conversation
@xylar will do testing on chicoma since I do not have access. It's likely that some changes still need to be done to the |
I realized after committing this that there is some documentation referencing the supported machines. I'll update that to include this machine as well and push that to this branch tomorrow. |
@xylar In regards to adding new machines to |
@altheaden, no we can't do that because chicoma-cpu and chicoma-gpu (just as pm-cpu and pm-gpu) have the same login nodes so the hostname at least on the login nodes can't tell us which is which. We default to the |
Thanks for asking, though! |
@xylar thanks! I realized that the documentation was referring to hostnames, so nothing needs to be updated for this PR after all, and my work here is done as far as I can tell. |
@altheaden, I'm going to put this on hold until I get #188 working (hopefully not too long) since those changes will also apply here. |
This isn't a high priority for now. |
In this PR I added the necessary files to add
chicoma-gpu
to mache. The files for thenvidia
andgnu
compilers are symlinks to the existingchicoma-cpu
files, while thenvidiagpu
andgnugpu
files are newly created.Checklist
Testing
comment in the PR documents testing used to verify the changescloses #180