Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hpc-compendium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ZIH
hpcsupport
hpc-compendium
Merge requests
!704
"src/git@gitlab.hrz.tu-chemnitz.de:tud-zih-energy/slurm.git" did not exist on "f39b3ce0310df38b5ca76e0d16f855ec17939f43"
Update Compiler module information
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update Compiler module information
compilers
into
preview
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Alexander Grund
requested to merge
compilers
into
preview
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
The information was outdated
0
0
Merge request reports
Compare
preview
preview (base)
and
latest version
latest version
347b661d
1 commit,
2 years ago
1 file
+
8
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
doc.zih.tu-dresden.de/docs/software/compilers.md
+
8
−
7
Options
@@ -2,16 +2,17 @@
The following compilers are available on the ZIH system:
| | GNU Compiler Collection | Intel Compiler | PGI Compiler (Nvidia HPC SDK) |
|----------------------|-----------
|------------|
-------------|
| Further information |
[
GCC website
](
https://gcc.gnu.org/
)
|
[
C/C++
](
https://software.intel.com/en-us/c-compilers
)
,
[
Fortran
](
https://software.intel.com/en-us/fortran-compilers
)
|
[
PGI website
](
https://www.pgroup.com
)
|
| Module name | G
NU
|
intel
| PGI |
| C Compiler |
`gcc`
|
`icc`
|
`pgcc`
|
| C++ Compiler |
`g++`
|
`icpc`
|
`pgc++`
|
| Fortran Compiler |
`gfortran`
|
`ifort`
|
`pgfortran`
|
| | GNU Compiler Collection |
Clang Compiler |
Intel Compiler | PGI Compiler (Nvidia HPC SDK) |
|----------------------|-----------
--------------|----------------|----------------|------------------
-------------|
| Further information |
[
GCC website
](
https://gcc.gnu.org/
)
|
[
Clang documentation
](
https://clang.llvm.org/docs/UsersManual.html
)
|
[
C/C++
](
https://software.intel.com/en-us/c-compilers
)
,
[
Fortran
](
https://software.intel.com/en-us/fortran-compilers
)
|
[
PGI website
](
https://www.pgroup.com
)
|
| Module name | G
CC
|
Clang | iccifort
| PGI |
| C Compiler |
`gcc`
|
`clang`
|
`icc`
|
`pgcc`
|
| C++ Compiler |
`g++`
|
`clang++`
|
`icpc`
|
`pgc++`
|
| Fortran Compiler |
`gfortran`
|
- |
`ifort`
|
`pgfortran`
|
For an overview of the installed compiler versions, please use
`module spider <module name>`
on the ZIH systems.
Additionally you can use
`module av`
and look below "compilers" to see all available compiler modules.
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.
Loading