Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

detect processor core

kompute
Einsteiger
1.587Aufrufe

Hi

Is there a way or code availabletodetect the topological relationships between physical package, processor core, and logical processors sharing the same core in a multi-processing platform with IA-32 processors using fortran language?

0 Kudos
2 Antworten
Steven_L_Intel1
Mitarbeiter
1.587Aufrufe

Entirely in Fortran? No, though Windows Vista (and Linux, I think) have features that might make it possible.

There is C code to do this and an article explaining it here.(link to code at end of article.) You could adapt this into something you can call from Fortran.

kompute
Einsteiger
1.587Aufrufe
Noted. Thanks.
Antworten