Skip to content
Snippets Groups Projects
Commit a54f9103 authored by Matthias Lieber's avatar Matthias Lieber
Browse files

fixed line length issue

parent 8670c51b
No related branches found
No related tags found
3 merge requests!322Merge preview into main,!319Merge preview into main,!266review of compilers.md: thorough content update, removed deprecaded parts
...@@ -10,7 +10,8 @@ The following compilers are available on the ZIH system: ...@@ -10,7 +10,8 @@ The following compilers are available on the ZIH system:
| C++ Compiler | `g++` | `icpc` | `pgc++` | | C++ Compiler | `g++` | `icpc` | `pgc++` |
| Fortran Compiler | `gfortran` | `ifort` | `pgfortran` | | Fortran Compiler | `gfortran` | `ifort` | `pgfortran` |
For an overview of the installed compiler versions, please use `module spider <module name>` on the ZIH systems. For an overview of the installed compiler versions, please use `module spider <module name>`
on the ZIH systems.
All compilers support various language standards, at least up to ISO C11, ISO C++ 2014, and Fortran 2003. All compilers support various language standards, at least up to ISO C11, ISO C++ 2014, and Fortran 2003.
Please check the man pages to verify that your code can be compiled. Please check the man pages to verify that your code can be compiled.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment