Skip to content

Commit

Permalink
add digit to CPU column
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Aug 9, 2021
1 parent 604d9bf commit 56ff094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coupledmodeldriver/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def __str__(self) -> str:

if self.platform.value['uses_slurm']:
# slurm queue output https://slurm.schedmd.com/squeue.html
squeue_command = 'squeue -u $USER -o "%.8i %3C %4D %16E %12R %8M %j" --sort i'
squeue_command = 'squeue -u $USER -o "%.8i %4C %4D %16E %12R %8M %j" --sort i'
echo_squeue_command = squeue_command.replace('"', r'\"')
lines.extend(
[
Expand Down

0 comments on commit 56ff094

Please sign in to comment.