Skip to content

Commit

Permalink
Fix example toml to reflect v0.1.7 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaschan committed Apr 3, 2020
1 parent 287e1f1 commit c134544
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions bank-config.toml.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ enable_job_complete_plugin = true # Requires Slurm restart
[PartitionPrice]
# All partitions must be listed here.
# If a job requests to use a partition that is not listed here,
# it will be rejected.
# its default cost is 0.
# These numbers are the cost of one CPU-hour on the partition.
normal = 1
debug = 0.5
Expand All @@ -23,15 +23,6 @@ savio3_bigmem = 2.67
savio3_xlmem = 1.00
savio3_gpu = 1.00

[QosMultiplier]
# QoS Multipliers can be used to change how users are charged
# based on their QoS. For example, setting the multiplier to 0
# for a condo QoS would not charge that condo account for
# jobs submitted with that QoS.
# If the QoS is not in this list, the default multiplier is 1.
normal = 1
lowprio = 0

[API]
# Provide the base path to the myBRC API WITHOUT the trailing /
# For example,
Expand Down

0 comments on commit c134544

Please sign in to comment.