Skip to content
GitLab
Explore
Sign in
Changes
Page history
Update Cluster notes
authored
Jun 08, 2021
by
Francesco Bozzo
Show whitespace changes
Inline
Side-by-side
Cluster-notes.md
View page @
e86fa589
...
@@ -78,7 +78,7 @@ user needs to take note of node number, for example, *node9*, *node11*, etc.
...
@@ -78,7 +78,7 @@ user needs to take note of node number, for example, *node9*, *node11*, etc.
#### Start process
#### Start process
Start the process that needs port forwarding. An example may be Jupiter notebook:
Start the process that needs port forwarding. An example may be Jupiter notebook:
```
bash
```
bash
d your-project
c
d
your-project
./run run_misc
--notebook
--port
65432
--config
path_to_config/config.ini
./run run_misc
--notebook
--port
65432
--config
path_to_config/config.ini
```
```
...
...