[Ag-griebel-dipl] Intel Compiler
Hallo zusammen, zur Information: Die neuen Intel C,C++ und Fortran-Compiler wurden installiert. Die Intel Compiler können (aber müssen nicht) auf Intel-Plattformen schnellere Binaries erzeugen als die Gnu Compiler. Welcher Compiler in welchem Fall besser ist, muss man ausprobieren. Aufruf: C: icc C++: icpc Fortran: ifort Zu den Lizenzen: Für C/C++ haben wir eine Lizenz mit 5 floating users, für Fortran sind es 2 floating users. make-jobs auf einem Rechner zählen dabei meines Wissens nach mit - übertreibt es damit also nicht. Ich schlage vor, dass man maximal 2 make-jobs auf einmal starten sollte (d.h. bei "make -jn" sollte n <= 2 sein). Zu C/C++: Note: The icpc command uses the same compiler options as the icc command. Invoking the compiler using icpc compiles .c, and .i files as C++. Invoking the compiler using icc compiles .c and .i files as C. Using icpc always links in C++ libraries. Using icc only links in C++ libraries if C++ source is provided on the command line. Viele Grüße, Tim
participants (1)
-
Tim Golla