/
/
usr
/
share
/
cmake
/
Modules
/
FindMPI
Server: in-mum-web1112.main-hosting.eu (62.72.28.111)
You: 216.73.216.60
PHP 8.3.16
Dir:
/usr/share/cmake/Modules/FindMPI
Edit:
/usr/share/cmake/Modules/FindMPI/libver_mpi.c
#include <mpi.h> #ifdef __cplusplus # include <cstdio> #else # include <stdio.h> #endif int main(int argc, char* argv[]) { char mpilibver_str[MPI_MAX_LIBRARY_VERSION_STRING]; int mpilibver_len; MPI_Get_library_version(mpilibver_str, &mpilibver_len); #ifdef __cplusplus std::puts(mpilibver_str); #else puts(mpilibver_str); #endif return 0; }
Ukuran: 357 B