38,760
edits
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
Line 7: | Line 7: | ||
* Utilization accounting is not currently being forwarded to the [https://ccdb.computecanada.ca Compute Canada database]. | * Utilization accounting is not currently being forwarded to the [https://ccdb.computecanada.ca Compute Canada database]. | ||
== Scheduler | == Scheduler issues == | ||
* The CC Slurm configuration encourages whole-node jobs. When appropriate, users should request whole-node rather than per-core resources. See [[Job_scheduling_policies#Whole_nodes_versus_cores;|Job Scheduling - Whole Node Scheduling]]. | * The CC Slurm configuration encourages whole-node jobs. When appropriate, users should request whole-node rather than per-core resources. See [[Job_scheduling_policies#Whole_nodes_versus_cores;|Job Scheduling - Whole Node Scheduling]]. | ||
* Slurm epilog does not fully clean up processes from ended jobs, especially if the job did not exit normally. | * Slurm epilog does not fully clean up processes from ended jobs, especially if the job did not exit normally. | ||
** This has been greatly improved after the addition of the epilog.clean script, but there are still nodes occasionally marked down for epilog failure. | ** This has been greatly improved after the addition of the epilog.clean script, but there are still nodes occasionally marked down for epilog failure. | ||
* By default, the job receives environment settings from the submitting shell. This can lead to irreproducible results if it's not what you expect. To force the job to run with a fresh-like login environment, you can submit with <tt>--export=none</tt> or add <tt>#SBATCH --export=NONE</tt> to your job script. | * By default, the job receives environment settings from the submitting shell. This can lead to irreproducible results if it's not what you expect. To force the job to run with a fresh-like login environment, you can submit with <tt>--export=none</tt> or add <tt>#SBATCH --export=NONE</tt> to your job script. | ||
== Quota and filesystem problems == | == Quota and filesystem problems == | ||
Line 33: | Line 31: | ||
= Cedar only = | = Cedar only = | ||
= Graham only = | = Graham only = | ||
Line 47: | Line 39: | ||
** Solution: Request exceptions to be made at [mailto:support@computecanada.ca CC support] describing what you need to access and why. | ** Solution: Request exceptions to be made at [mailto:support@computecanada.ca CC support] describing what you need to access and why. | ||
* Crontab is not offered on Graham | * Crontab is not offered on Graham. | ||
= Other issues = | = Other issues = |