View | Details | Raw Unified | Return to ticket 3846
Collapse All | Expand All

(-)a/contribs/seff/seff (-2 / +1 lines)
Lines 166-171 if ($state ne "PENDING") { Link Here
166
    }
166
    }
167
    printf("CPU Utilized: %s\n", time2str($cput));
167
    printf("CPU Utilized: %s\n", time2str($cput));
168
    printf("CPU Efficiency: %.2f%% of %s core-walltime\n", $cpu_eff, time2str($corewalltime));
168
    printf("CPU Efficiency: %.2f%% of %s core-walltime\n", $cpu_eff, time2str($corewalltime));
169
    printf("Job Wall-clock time: %s\n", time2str($walltime));
169
    if ($ntasks == 1) {
170
    if ($ntasks == 1) {
170
        printf("Memory Utilized: %s\n", kbytes2str($mem));
171
        printf("Memory Utilized: %s\n", kbytes2str($mem));
171
    } else {
172
    } else {
172
- 
173
--
174
NEWS | 1 +
173
NEWS | 1 +
175
1 file changed, 1 insertion(+)
174
1 file changed, 1 insertion(+)
(-)a/NEWS (-1 / +1 lines)
Lines 89-94 documents those changes that are of interest to users and administrators. Link Here
89
 -- Log the down nodes whenever slurmctld restarts.
89
 -- Log the down nodes whenever slurmctld restarts.
90
 -- Report that "CPUs" plus "Boards" in node configuration invalid only if the
90
 -- Report that "CPUs" plus "Boards" in node configuration invalid only if the
91
    CPUs value is not equal to the total thread count.
91
    CPUs value is not equal to the total thread count.
92
 -- Extend the output of the seff utility to also include the job's wall-clock time.
92
93
93
* Changes in Slurm 17.02.4
94
* Changes in Slurm 17.02.4
94
==========================
95
==========================
95
- 

Return to ticket 3846