Skip to content

GNU compilers

The GNU compilers installed with the OS on DelftBlue is quite old. Therefore, if you load the most recent software stack, you will get a more recent version that was used to build the stack itself. For example, module load 2024r1 will load gcc/11.3.0. It is recommended to compile (as much as possible) everything with the same version of the compiler. If you want an even more recent version, use module spider gcc to search the module system, or install your own using spack.