-
Notifications
You must be signed in to change notification settings - Fork 5
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
Adding instructions for the SLES15 Installation #379
Conversation
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.
There are a few things I didn't see mentioned here. To get an experiment to work, I know I had to:
- Use
swell create
option-p nccs_discover_sles15
- Make sure user has execute permission on $HOME/bin/cylc
- Change
existing_jedi_build_directory
to/discover/nobackup/projects/gmao/advda/swell/JediBundles/fv3_soca_SLES15/build-intel-release
in override.yaml - Change
existing_jedi_source_directory
to/discover/nobackup/projects/gmao/advda/swell/JediBundles/fv3_soca_SLES15
in override.yaml
and I'm guessing I also had to:
- Change
constraint
tomil
in $HOME/.swell/swell-slurm.yaml - Change
platform
tonccs_discover_sles15
in override.yaml
and I'm guessing $HOME/.cylc/flow/global.cylc
is not an executable, so I don't need execute permission on that, right?
Thank you so much for your feedback! I added more clarifications on different parts:
I added this in the "practical examples" description.
done
See the "practical examples" description. We define some of these default folders/builds under SWELL source code
We added
If you run
correct |
Documenting progress 📝
Also notice the change in the
~/bin/cylc
file and~./cylc
folder.Thank you @ashiklom for the SLURM config description!