OpenMP-Validation-and-Verification / OpenMP_VV

OpenMP Offloading Validation & Verification Suite; Official repository. We have migrated from bitbucket!! For documentation, results, publication and presentations, please check out our website ->
https://crpl.cis.udel.edu/ompvvsollve/
Other
54 stars 19 forks source link

Added make.def fixes #760

Closed fel-cab closed 1 year ago

fel-cab commented 1 year ago
  1. Added -foffload-options=-lgfortran flag for gfortran,
  2. Removed flag -qopenmp, and added ifort compiler,
  3. Fixed IBM version retrieve
fel-cab commented 1 year ago

I tested on the main systems, and runs ok. Changing to ready.

seyonglee commented 1 year ago

When tested on Summit using the IBM XL compiler, this makefile cannot detect the C and C++ compiler (xlc_r and xlc++_r) version information, while the Fortran compiler (xlf_r) version is correctly detected. CF: The old makefile does not detect any of the IBM C/C++/Fortran compiler versions.

fel-cab commented 1 year ago

When tested on Summit using the IBM XL compiler, this makefile cannot detect the C and C++ compiler (xlc_r and xlc++_r) version information, while the Fortran compiler (xlf_r) version is correctly detected. CF: The old makefile does not detect any of the IBM C/C++/Fortran compiler versions.

I have fixed the issue, thanks seyonglee