Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hpc-team
strudelv2_spa
Commits
2d969c85
Commit
2d969c85
authored
Oct 11, 2019
by
Chris Hines
Browse files
Terminal! Either instant connect or start and connect to smux
parent
60d78a79
Pipeline
#7971
passed with stages
in 4 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/assets/config/m3apps.dev.json
View file @
2d969c85
...
...
@@ -40,6 +40,28 @@
"localbind"
:
true
,
"applist"
:
null
},
{
"url"
:
null
,
"name"
:
"Terminal"
,
"startscript"
:
"#!/bin/bash
\n
/usr/local/sv2/dev/smux/smux.sbatch"
,
"appactions"
:
[
{
"name"
:
"Instant Connect"
,
"paramscmd"
:
"/usr/local/sv2/dev/smux/term_params.py 1"
,
"client"
:
{
"cmd"
:
null
,
"redir"
:
"tmux?token={token}"
},
"states"
:
null
}
],
"instactions"
:
[
{
"name"
:
"Connect"
,
"paramscmd"
:
"/usr/local/sv2/dev/smux/params.py {jobid}"
,
"client"
:
{
"cmd"
:
null
,
"redir"
:
"tmux?token={token}"
},
"states"
:
[
"RUNNING"
]
}
],
"localbind"
:
true
,
"applist"
:
null
},
{
"url"
:
null
,
"name"
:
"Jupyter Lab"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment