Known issues/en: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 28: Line 28:
** Workaround: use the /project or /scratch filesystems instead.
** Workaround: use the /project or /scratch filesystems instead.
** Might be resolved by an update or reconfiguration.
** Might be resolved by an update or reconfiguration.
* diskusage_report (and alias 'quota') do not report on Graham /home
* <span style="color: red; text-decoration: line-through;"> diskusage_report (and alias 'quota') do not report on Graham /home </span>  (FIXED as of 2017-11-27)
** Workaround: 'du -sh ~' shows usage; quota limit is 50G.
* Compute nodes cannot access Internet
* Compute nodes cannot access Internet
** Solution: Contact [[Technical Support|technical support]] to request exceptions to be made; describe what you need to access and why.
** Solution: Contact [[Technical Support|technical support]] to request exceptions to be made; describe what you need to access and why.

Revision as of 14:54, 28 November 2017

Other languages:

Report an issue

Shared issues

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 - Whole Node Scheduling.
  • 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 --export=none or add #SBATCH --export=NONE to your job script.

Quota and filesystem problems

Quota errors on /project filesystem

Nearline

Missing symbolic links to project folders

Cedar only

Nothing to report at this time.

Graham only

  • /home is on an NFS appliance that does not support ACLs, so setfacl/getfacl doesn't work there.
    • Workaround: use the /project or /scratch filesystems instead.
    • Might be resolved by an update or reconfiguration.
  • diskusage_report (and alias 'quota') do not report on Graham /home (FIXED as of 2017-11-27)
  • Compute nodes cannot access Internet
    • Solution: Contact technical support to request exceptions to be made; describe what you need to access and why.
  • Crontab is not offered on Graham.

Other issues

  1. Modules don't work for shells other than bash(sh) and tcsh.
    • Workaround: (this appears to work but not tested extensively)
      • source $LMOD_PKG/init/zsh
      • source $LMOD_PKG/init/ksh