... | ... | @@ -26,10 +26,6 @@ $ |
|
|
To start a bash session on a node:
|
|
|
```
|
|
|
[alainm@castor rel]$ srun --exclusive -p fdr -t 0:50:0 --pty bash
|
|
|
Currently Loaded Modulefiles:
|
|
|
1) userspace/OCA 4) intel/python3/2019.4 7) mpi/2019.4 10) cmake/3.9.4 13) cubegui/4.4.4
|
|
|
2) gnurt/8.3 5) intel/mkl/2019.4 8) intel2019/boost/1.70.0-abi11 11) scorep/6.0 14) scalasca/2.5
|
|
|
3) intel/compilers/2019.4 6) intel/tbb/2019.4 9) intel2019/hdf5/1.10.5-abi11 12) cubelib/4.4.4
|
|
|
[alainm@p102 rel]$ pwd
|
|
|
/beegfs/home/alainm
|
|
|
[alainm@p102 ~]$ xeyes
|
... | ... | @@ -37,4 +33,16 @@ Error: Can't open display: localhost:13.0 |
|
|
[alainm@p102 ~]$
|
|
|
|
|
|
```
|
|
|
With |
|
|
|
|
|
With X11 forwarding (you need to connect on the login node with an X11 forwarding option, such as `ssh licallo.oca.eu -X`):
|
|
|
```
|
|
|
[alainm@castor rel]$ srun --exclusive -p fdr -t 0:50:0 --pty bash
|
|
|
[alainm@p102 rel]$ pwd
|
|
|
/beegfs/home/alainm
|
|
|
[alainm@p102 ~]$ xeyes
|
|
|
^C
|
|
|
[alainm@p102 ~]$
|
|
|
```
|
|
|
You should see two curious eyes following you mouse:
|
|
|

|
|
|
|