Translations:Narval/23/en: Difference between revisions
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: | ||
* | * Nearline (ETA: February 2022) | ||
* Some software that depend on CUDA [https://github.com/ComputeCanada/software-stack/issues/95 Complete list here]. | |||
* | * Some license servers (contact [[Technical support]]) | ||
* | |||
* 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 bymmap()
used in the linkerld.gold
- (Workaround) compile your code with
-fuse-ld=bfd
, which will use the "bfd" linker
- (Workaround) compile your code with