Open kgururangan opened 1 month ago
Dear Karthik,
What is the configuration with which you are trying to build?
And if it possible, could you please attach build log?
Igor
Dear Igor,
Thank you very much for your reply and I apologize for the delay in my response.
Here is the relevant information:
cmake -B build -DUSE_LIBINT=OFF -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_Fortran_COMPILER=gfortran -DCMAKE_INSTALL_PREFIX=. -DENABLE_OPENMP=ON -DLINALG_LIB_INT64=OFF
Here is the stdout produced by running make -C build install
in the openqp
directory after running the cmake
command above: build.log
I would greatly appreciate any help you could provide.
Thank you!
Karthik
Dear OpenQP Developers,
This project looks very interesting and I would like to try out the novel approaches in OpenQP! I am working on Linux and I tried following the installation guidelines, but when I run the
make -C build install
command, I get the following error messageError: symbol '____iso_c_binding_MOD_c_int32_t' is already defined
. I believe my system has all the dependencies in $PATH/$LD_LIBRARY_PATH with acceptable version numbers. I was wondering if I could get some help regarding this issue.Thank you!
Karthik