You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suggest that you download parmetis from http://glaros.dtc.umn.edu/gkhome/metis/parmetis/download and install on your computer since the static library of parmetis and Metis (libparmetis and libmetis respectively) have been probably compiled with a newer version that the one that you use to compile the code (intel/2015).
We are using 'make -f Makefile clean all' command to compile it using mpiifort compiler [Intel compiler 2017.3.196 and gcc version is 4.8.5]
It is throwing some error related to libmetis.a :
ld: libmetis.a(error.c.o): unrecognized relocation (0x2a) in section `.text'
ld: final link failed: Bad value
make: *** [ucns3d_p] Error 1
I have attached the screenshot of the error below. Please help me to compile it on hpc. Thanks in advance
Here is the make file which we used to compile it.
Makefile.txt
We have attached the log file for the compilation error.
log.txt
The text was updated successfully, but these errors were encountered: