Skip to content
Snippets Groups Projects
Commit 9340ebc0 authored by yaskovet's avatar yaskovet
Browse files

Compile Parmetis with -fPIC (fix intel compiler '.rodata.str1.32' error

parent 8bd87ed9
No related branches found
No related tags found
No related merge requests found
Pipeline #5919 failed
......@@ -28,7 +28,7 @@ fi
$sed_command -i "/#define\sIDXTYPEWIDTH\s32/c\#define IDXTYPEWIDTH 64" metis/include/metis.h
make config prefix=$1/PARMETIS
CFLAGS=-fPIC make config prefix=$1/PARMETIS
make -j $2
if [ $? -ne 0 ]; then
echo "PARMETIS error installing"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment