1NSGR_JOB(1) User Commands NSGR_JOB(1)
2
3
4
6 nsgr_job - manual page for nsgr_job 1.0.3
7
9 nsgr_job OPTIONS
10
11 Where OPTIONS are:
12
13 -h
14
15 help
16
17 -c
18
19 path to config file
20
21 By default, it looks in the users's home directory (~) for .ns‐
22 grest.conf, then for nsgrest.conf (without a dot)
23
24 -l
25
26 list all the user's jobs
27
28 -j JOBHANDLE
29
30 choose a job to act upon.
31 If no other action (like download) is selected, shows the job's
32 status.
33
34 -d results_directory
35
36 download job results to specified directory.
37 Directory (but not intermediate directories) will
38
39 be created if it doesn't exist.
40
41 Use with -j to specify the job.
42
43 -v
44
45 verbose (use with -l to get a verbose job listing)
46
47 -r
48
49 remove a job.
50 Deletes input and output data and all info about the job. Can‐
51 cels
52
53 the job if it's waiting to run or running.
54
55 For example:
56
57 nsgr_job -l
58
59 list the user's jobs
60
61 nsgr_job -j JOBHANDLE
62
63 shows status of the job whose jobhandle is JOBHANDLE
64
65 nsgr_job -j JOBHANDLE -d
66
67 download's results of the job whose jobhandle is JOBHANDLE
68
69 nsgr_job -j JOBHANDLE -r
70
71 cancel and remove the specified job.
72
73
74
75nsgr_job 1.0.3 October 2023 NSGR_JOB(1)