It seems you have compiled the mumps library with ParMetis and Scalapack? Any dependencies you have made for mumps should also be added to the libraries when compiling transiesta. So in your case, it seems you are missing:
LIBS += -lparmetis -lscalapack 2016-09-17 15:38 GMT+02:00 Jariyanee Prasongkit < [email protected]>: > Dear Siesta team > > I get the following error message when trying to compile transiesta. > > /programs/libs_siesta/mumps/lib/libzmumps.a(zsol_root_parallel.o): In > function `zmumps_root_solve_': > zsol_root_parallel.F:(.text+0x3d6): undefined reference to `pzgetrs_' > zsol_root_parallel.F:(.text+0x436): undefined reference to `pzpotrs_' > zsol_root_parallel.F:(.text+0x566): undefined reference to `pzgetrs_' > /programs/libs_siesta/mumps/lib/libzmumps.a(zsol_root_parallel.o): In > function `zmumps_solve_2d_bcyclic_': > zsol_root_parallel.F:(.text+0x6e7): undefined reference to `pzgetrs_' > zsol_root_parallel.F:(.text+0x73d): undefined reference to `pzpotrs_' > zsol_root_parallel.F:(.text+0x78d): undefined reference to `pzgetrs_' > /programs/libs_siesta/mumps/lib/libmumps_common.a(mumps_orderings.o): In > function `mumps_parmetis_': > mumps_orderings.c:(.text+0x17f7): undefined reference to > `ParMETIS_V3_NodeND' > make: *** [transiesta] Error 1 > > I appreciate your kind suggestion. > > Best regards, > /Jariyanee -- Kind regards Nick
