Skip to content
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

Shell-script/terminal UI to make interactive juptyter easier #1

Open
jlperla opened this issue Aug 1, 2019 · 0 comments
Open

Shell-script/terminal UI to make interactive juptyter easier #1

jlperla opened this issue Aug 1, 2019 · 0 comments

Comments

@jlperla
Copy link
Collaborator

jlperla commented Aug 1, 2019

Right now we go

cd /project
source $HOME/jupyter_py3/bin/activate
salloc --time=1:0:0 --ntasks=1 --cpus-per-task=2 --mem-per-cpu=1024M --account=def-$USER srun $VIRTUAL_ENV/bin/notebook.sh

Or something like that. We should automate those into a single script in cluster_tools which has defaults for time, cpus-per-task, mem-per-cpu and perhaps gives an option for GP support. The interaction with ntasks and julia procesess is unclear, but I think we want 1 in this setup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant