We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: