|
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(+) |