The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

SYNOPSIS

 $0 [--run ./abc.sh] #If the image parameter exists, you may not need the run parameter
      [--image ubuntu]
      [--group foo] or [--hostip 192.168.1.12] or [--gpu 'Tesla T4' | 'TITAN Xp']
      [--port 8080] [--domain foo.com]
      [--name jobname ]
      [--nice 5]
      [--count 1]
      [--resources CPU:100,MEM:50,GPU:2]
      [--datasets abc,foo]
      [--volume /tmp/abc:/tmp/abcd,/foo:/bar]

 $0 [--list]
 $0 [--ri]         #resource information
 $0 [--info J.20200526.141337.852564.866]
 $0 [--stop J.20200526.141337.852564.866]
 $0 [--tail J.20200526.141337.852564.866 || T.20200526.141337.852564.866.001]
 $0 [--top J.20200526.141337.852564.866 || T.20200526.141337.852564.866.001]
 $0 [--shell J.20200526.141337.852564.866 || T.20200526.141337.852564.866.001]
 $0 [--nvidia-smi J.20200526.141337.852564.866 || T.20200526.141337.852564.866.001]
 $0 [--listoutput J.20200526.141337.852564.866/ || T.20200526.141337.852564.866.001/bar/abc/123/]
 $0 [--download J.20200526.141337.852564.866/abc.txt || T.20200526.141337.852564.866.001/abc/foo/abc.svc] --to /tmp/filename.txt

 $0 [--listdatasets]