forked from access-ci-org/Basic_Cluster
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Patch jupyter form #62
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Remove custom environment from launcher form Remove jupyter_extra_args form launcher form Remove number of hour form launcher form Remove account form launcher form Remove queue form launcher form Hardcoded module load anaconda3 in script.sh
Add number of cpu in launcher form Add memory per cpu in launcher form Add partition in launcher form Update submit script to take attributes just added
Keeping hardcoded module load Anaconda3 jupyter need Anaconda to be loaded in order to work
Since we have synced lmod.sh in place, no need to call module use here Instead, we call module reset here to load all default module
Remove module load Anaconda3 which we already hardcoded in script add more explanation for the purpose of this block.
diedpigs
force-pushed
the
patch-jupyter-form
branch
from
February 12, 2019 17:23
d418fea
to
41711f6
Compare
jprorama
reviewed
Feb 12, 2019
diedpigs
force-pushed
the
patch-jupyter-form
branch
from
February 12, 2019 22:34
236cf6d
to
636d79b
Compare
jprorama
requested changes
Feb 13, 2019
jprorama
reviewed
Feb 13, 2019
We should add a first task to the ood_jupyter role to remove the existing git clone so it can be re-cloned. Otherwise we get an error.
|
jprorama
approved these changes
Feb 13, 2019
diedpigs
pushed a commit
to diedpigs/CRI_XCBC
that referenced
this pull request
Jan 10, 2024
Feat vnc gpu selection
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update launcher form:
add size of memory, number of cpu, partition.
remove customize environment, jupyter extra args
Update submit form to take the attributes added in launcher form.
Also, hardcoded -N 1 to restrict job to run on only one node.
load Anaconda3 inside job script