Translations:Narval/23/en
Jump to navigation
Jump to search
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