Translations:Narval/23/en: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
= Limitations and known issues =  
= Limitations and known issues =  
As of December 2021, the following features and software are not fully operational:
As of December 2021, the following features and software are not fully operational:
* <s>backup copies</s> (fixed as of Nov. 18th 2021)
* Nearline (ETA: February 2022)
* nearline (ETA: February 2022)
* Some software that depend on CUDA [https://github.com/ComputeCanada/software-stack/issues/95 Complete list here].
* <s>JupyterHub</s> (fixed as of Nov. 10th 2021)
* Some license servers (contact [[Technical support]])
* <s>pytorch</s> (fixed as of Nov. 1st, 2021)
* some software that depend on CUDA [https://github.com/ComputeCanada/software-stack/issues/95 Complete list here].  
* some licence servers (contact [[Technical support]])
* <s>gurobi</s> (fixed as of Nov. 9th, 2021)
* Globus access (network configuration problem)
* Globus access (network configuration problem)
* Errors <code>collect2: fatal error: ld terminated with signal 7 [Bus error]</code> caused by <code>mmap()</code> used in the linker <code>ld.gold</code>
** (Workaround) compile your code with <code>-fuse-ld=bfd</code>, which will use the "bfd" linker

Revision as of 20:35, 5 January 2022

Limitations and known issues[edit]

As of December 2021, the following features and software are not fully operational:

  • Nearline (ETA: February 2022)
  • Some software that depend on CUDA Complete list here.
  • Some license servers (contact Technical support)
  • Globus access (network configuration problem)
  • Errors collect2: fatal error: ld terminated with signal 7 [Bus error] caused by mmap() used in the linker ld.gold
    • (Workaround) compile your code with -fuse-ld=bfd, which will use the "bfd" linker