JuliaInv / MUMPSjInv.jl

MUMPS interface for Julia
18 stars 15 forks source link

Installation Error - Ubuntu 16.04 #19

Open ca0h opened 6 years ago

ca0h commented 6 years ago

I get the following after installation failure. Similar thing happens if I install "Ipopt" package which depends on MUMPS.

ranlib ../lib/libmumps_common.a gfortran -O3 -fPIC -fdefault-integer-8 -I../libseq -Dpord -Dmetis -I. -I../include -c dmumps_struc_def.F -o dmumps_struc_def.o gfortran -O3 -fPIC -fdefault-integer-8 -I../libseq -Dpord -Dmetis -I. -I../include -c dana_aux_par.F -o dana_aux_par.o gfortran -O3 -fPIC -fdefault-integer-8 -I../libseq -Dpord -Dmetis -I. -I../include -c dlr_core.F -o dlr_core.o gfortran -O3 -fPIC -fdefault-integer-8 -I../libseq -Dpord -Dmetis -I. -I../include -c dana_lr.F -o dana_lr.o gfortran -O3 -fPIC -fdefault-integer-8 -I../libseq -Dpord -Dmetis -I. -I../include -c domp_tps_m.F -o domp_tps_m.o gfortran -O3 -fPIC -fdefault-integer-8 -I../libseq -Dpord -Dmetis -I. -I../include -c dmumps_comm_buffer.F -o dmumps_comm_buffer.o gfortran -O3 -fPIC -fdefault-integer-8 -I../libseq -Dpord -Dmetis -I. -I../include -c dmumps_load.F -o dmumps_load.o gfortran -O3 -fPIC -fdefault-integer-8 -I../libseq -Dpord -Dmetis -I. -I../include -c dfac_asm_master_m.F -o dfac_asm_master_m.o f951: Fatal Error: Reading module ‘dmumps_load’ at line 1483 column 44: Unexpected EOF compilation terminated. Makefile:262: recipe for target 'dfac_asm_master_m.o' failed make[4]: *** [dfac_asm_master_m.o] Error 1 make[4]: Leaving directory '/home/h/Software/MUMPS.jl/src/MUMPS_5.0.1/src' Makefile:18: recipe for target 'd' failed make[3]: *** [d] Error 2 make[3]: Leaving directory '/home/h/Software/MUMPS.jl/src/MUMPS_5.0.1/src' Makefile:40: recipe for target 'mumps_lib' failed make[2]: *** [mumps_lib] Error 2 make[2]: Leaving directory '/home/h/Software/MUMPS.jl/src/MUMPS_5.0.1' Makefile:24: recipe for target 'd' failed make[1]: *** [d] Error 2 make[1]: Leaving directory '/home/h/Software/MUMPS.jl/src/MUMPS_5.0.1' Makefile:14: recipe for target 'all' failed make: *** [all] Error 2