Vendor (Intel & PGI) compilers

Hi there,
it looks like installation on Tumbleweed is NOT supported for the Intel compilers.
According to their website https://software.intel.com/en-us/parallel-studio-xe/choose-download/free-trial-cluster-linux-fortran
only SUSE Linux Enterprise Server* 12 (Intel(R) 64), 15 (Intel(R) 64)
is supported.
Has anyone managed to succeed installing on Tumbleweed ?

PGI compilers, on the other hand, can be installed and run successfully.

Thanks,
Aldo

Intel compilers produces slowed code for AMD’s processors.
Simply do not use it.

First,
Any questions about compilers are best asked in the Development forums where development is a bit more “hard core” compared to this Applications forum which is more for Users (who may still need to compile something from time to time).

In those forums,
You’ll find questions about Fortran compilers asked a few times in recent years,
There is a single openSUSE package now that provides several of the most used Fortran compilers (following upstream convention, this isn’t anything special to openSUSE).

You’ll likely find what you want in the first listed at the following link the others are just FYI

https://software.opensuse.org/search?utf8=✓&baseproject=ALL&q=fortran

TSU

FLANG
https://github.com/flang-compiler/flang

Flang is a Fortran compiler targeting LLVM.

https://en.wikipedia.org/wiki/Clang#Design

A sub-project Flang by Nvidia and The Portland Group added Fortran support.