-
Notifications
You must be signed in to change notification settings - Fork 18
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
Improve Maxwell documentation to setup and run #1076
Conversation
HiPACE++: | ||
|
||
.. code-block:: bash | ||
|
||
#!/usr/bin/env zsh # Shell is assumed to be zsh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you need here also?
module ()
{
eval `modulecmd bash $*`
}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With the proper configuration (maybe just the Shebang, but I am not sure what else is important here), we do not need this anymore. So I'd be in favor of not adding the module
thingy in the documentation at the moment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I source profile.hipace directly from the console it is not necessary, but if the source is in another script that is executed in a new shell (e.g. bash script.sh or ./script.sh) then it is needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see, I added this as a tip
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When I view this file here https://github.com/Hi-PACE/hipace/blob/5cdd01ac330a7a846771edb0fd21bdf69f813314/docs/source/building/platforms/maxwell_desy.rst , the module load stuff doesn't show up.
Issues reported by a user, suggestions/improvements welcome.