Summary of All Jobs
 The command nc summary is used to show a short summary of jobs in
        the system. 
nc: Usage Message
NC SUMMARY:
        Get a summary report for all of my jobs.
USAGE:
        % nc summary [options]
OPTIONS:
        -a,  -all              -- Print report for all users.
        -all_users             -- Same as -a
        -all_sets              -- Show all sets.
        -b                     -- Show buckets.
        -h                     -- Help usage message.
        -P                     -- Print report for all projects.
        -p PROJECT             -- Print report for given project (repeatable).
        -set SETNAME           -- Show report for just that set.
        -u USER                -- Print report for given user (repeatable).
        -w                     -- Show detailed info about wait reasons.
        
    
             Following is an example of the output of 
            nc summary:
                % nc summary -all
Altair Accelerator Summary For All Users
TOTAL JOBS       2101      Duration: 6h33m
Done           2005
Queued           95
Running           1
JOBS   GROUP    USER     TOOL        WAITING FOR...
50   groupA   john     vtclsh     ' License:fintronic#1'
45   groupB   mary     vtclsh     ' License:fintronic#1'To view the summary of jobs for a specific user, use option -u name
                with the command 
        nc
                summary:% nc summary -u john
Altair Accelerator Summary For User john
TOTAL JOBS       1101      Duration: 2h30m
Done           2005
Queued           50
Running           0
JOBS   GROUP    USER     TOOL        WAITING FOR...
50   groupA   john     vtclsh     ' License:fintronic#1'