Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 846078 Details for
Bug 889072
sci-libs/mumps-5.3.5-r1 - Fatal Error: Cannot open module file zmumps_struc_def.mod for reading at (1): No such file or directory
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sci-libs:mumps-5.3.5-r1:20221231-074916.log
sci-libs:mumps-5.3.5-r1:20221231-074916.log (text/plain), 192.56 KB, created by
Toralf Förster
on 2022-12-31 09:57:55 UTC
(
hide
)
Description:
sci-libs:mumps-5.3.5-r1:20221231-074916.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2022-12-31 09:57:55 UTC
Size:
192.56 KB
patch
obsolete
> * Package: sci-libs/mumps-5.3.5-r1:0 > * Repository: gentoo > * Maintainer: sci@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux metis userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > * Using following Fortran compiler: > * F77: x86_64-pc-linux-gnu-gfortran > * FC: x86_64-pc-linux-gnu-gfortran >>>> Unpacking source... >>>> Unpacking MUMPS_5.3.5.tar.gz to /var/tmp/portage/sci-libs/mumps-5.3.5-r1/work >>>> Source unpacked in /var/tmp/portage/sci-libs/mumps-5.3.5-r1/work >>>> Preparing source in /var/tmp/portage/sci-libs/mumps-5.3.5-r1/work/MUMPS_5.3.5 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/sci-libs/mumps-5.3.5-r1/work/MUMPS_5.3.5 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/sci-libs/mumps-5.3.5-r1/work/MUMPS_5.3.5 ... >make -j4 alllib PIC=-fPIC >make ARITH=d mumps_lib >make[1]: Entering directory '/var/tmp/portage/sci-libs/mumps-5.3.5-r1/work/MUMPS_5.3.5' >(cd libseq; make) >if [ "./PORD/lib/" != "" ] ; then \ > cd ./PORD/lib/; \ > make CC="x86_64-pc-linux-gnu-gcc" CFLAGS="-pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fPIC" AR="x86_64-pc-linux-gnu-ar cr " RANLIB="x86_64-pc-linux-gnu-ranlib" OUTC="-o " LIBEXT=.a; \ >fi; >make[2]: Entering directory '/var/tmp/portage/sci-libs/mumps-5.3.5-r1/work/MUMPS_5.3.5/libseq' >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -c mpi.f -o mpi.o >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fPIC -DAdd_ -I. -c mpic.c -o mpic.o >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fPIC -DAdd_ -I. -c elapse.c -o elapse.o >make[2]: Entering directory '/var/tmp/portage/sci-libs/mumps-5.3.5-r1/work/MUMPS_5.3.5/PORD/lib' >x86_64-pc-linux-gnu-gcc -I../include -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fPIC -c graph.c -o graph.o >x86_64-pc-linux-gnu-gcc -I../include -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fPIC -c gbipart.c -o gbipart.o >x86_64-pc-linux-gnu-gcc -I../include -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fPIC -c gbisect.c -o gbisect.o >mpi.f:576:72: > > 576 | CALL MUMPS_COPY_LOGICAL( SENDBUF, RECVBUF, CNT ) > | 1 >Warning: Type mismatch in argument âsâ at (1); passed INTEGER(4) to LOGICAL(4) >mpi.f:576:72: > > 576 | CALL MUMPS_COPY_LOGICAL( SENDBUF, RECVBUF, CNT ) > | 1 >Warning: Type mismatch in argument ârâ at (1); passed INTEGER(4) to LOGICAL(4) >mpi.f:578:72: > > 578 | CALL MUMPS_COPY_REAL( SENDBUF, RECVBUF, CNT ) > | 1 >Warning: Type mismatch in argument âsâ at (1); passed INTEGER(4) to REAL(4) >mpi.f:578:72: > > 578 | CALL MUMPS_COPY_REAL( SENDBUF, RECVBUF, CNT ) > | 1 >Warning: Type mismatch in argument ârâ at (1); passed INTEGER(4) to REAL(4) >mpi.f:581:72: > > 581 | CALL MUMPS_COPY_DOUBLE_PRECISION( SENDBUF, RECVBUF, CNT ) > | 1 >Warning: Type mismatch in argument âsâ at (1); passed INTEGER(4) to REAL(8) >mpi.f:581:72: > > 581 | CALL MUMPS_COPY_DOUBLE_PRECISION( SENDBUF, RECVBUF, CNT ) > | 1 >Warning: Type mismatch in argument ârâ at (1); passed INTEGER(4) to REAL(8) >mpi.f:583:72: > > 583 | CALL MUMPS_COPY_COMPLEX( SENDBUF, RECVBUF, CNT ) > | 1 >Warning: Type mismatch in argument âsâ at (1); passed INTEGER(4) to COMPLEX(4) >mpi.f:583:72: > > 583 | CALL MUMPS_COPY_COMPLEX( SENDBUF, RECVBUF, CNT ) > | 1 >Warning: Type mismatch in argument ârâ at (1); passed INTEGER(4) to COMPLEX(4) >mpi.f:585:72: > > 585 | CALL MUMPS_COPY_DOUBLE_COMPLEX( SENDBUF, RECVBUF, CNT ) > | 1 >Warning: Type mismatch in argument âsâ at (1); passed INTEGER(4) to COMPLEX(8) >mpi.f:585:72: > > 585 | CALL MUMPS_COPY_DOUBLE_COMPLEX( SENDBUF, RECVBUF, CNT ) > | 1 >Warning: Type mismatch in argument ârâ at (1); passed INTEGER(4) to COMPLEX(8) >mpi.f:587:72: > > 587 | CALL MUMPS_COPY_2DOUBLE_PRECISION( SENDBUF, RECVBUF, CNT ) > | 1 >Warning: Type mismatch in argument âsâ at (1); passed INTEGER(4) to REAL(8) >mpi.f:587:72: > > 587 | CALL MUMPS_COPY_2DOUBLE_PRECISION( SENDBUF, RECVBUF, CNT ) > | 1 >Warning: Type mismatch in argument ârâ at (1); passed INTEGER(4) to REAL(8) >mpi.f:591:72: > > 591 | CALL MUMPS_COPY_INTEGER8( SENDBUF, RECVBUF, CNT ) > | 1 >Warning: Type mismatch in argument âsâ at (1); passed INTEGER(4) to INTEGER(8) >mpi.f:591:72: > > 591 | CALL MUMPS_COPY_INTEGER8( SENDBUF, RECVBUF, CNT ) > | 1 >Warning: Type mismatch in argument ârâ at (1); passed INTEGER(4) to INTEGER(8) >x86_64-pc-linux-gnu-gcc -I../include -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fPIC -c ddcreate.c -o ddcreate.o >x86_64-pc-linux-gnu-gcc -I../include -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fPIC -c ddbisect.c -o ddbisect.o >x86_64-pc-linux-gnu-ar cr libmpiseq.a mpi.o mpic.o elapse.o >x86_64-pc-linux-gnu-ranlib libmpiseq.a >x86_64-pc-linux-gnu-gcc -I../include -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fPIC -c nestdiss.c -o nestdiss.o >make[2]: Leaving directory '/var/tmp/portage/sci-libs/mumps-5.3.5-r1/work/MUMPS_5.3.5/libseq' >x86_64-pc-linux-gnu-gcc -I../include -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fPIC -c multisector.c -o multisector.o >x86_64-pc-linux-gnu-gcc -I../include -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fPIC -c gelim.c -o gelim.o >x86_64-pc-linux-gnu-gcc -I../include -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fPIC -c bucket.c -o bucket.o >x86_64-pc-linux-gnu-gcc -I../include -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fPIC -c tree.c -o tree.o >x86_64-pc-linux-gnu-gcc -I../include -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fPIC -c symbfac.c -o symbfac.o >x86_64-pc-linux-gnu-gcc -I../include -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fPIC -c interface.c -o interface.o >x86_64-pc-linux-gnu-gcc -I../include -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fPIC -c sort.c -o sort.o >x86_64-pc-linux-gnu-gcc -I../include -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fPIC -c minpriority.c -o minpriority.o >x86_64-pc-linux-gnu-ar cr libpord.a graph.o gbipart.o gbisect.o ddcreate.o ddbisect.o nestdiss.o multisector.o gelim.o bucket.o tree.o symbfac.o interface.o sort.o minpriority.o >x86_64-pc-linux-gnu-ranlib libpord.a >make[2]: Leaving directory '/var/tmp/portage/sci-libs/mumps-5.3.5-r1/work/MUMPS_5.3.5/PORD/lib' >if [ "./PORD/lib/" != "" ] ; then \ > cp ./PORD/lib//libpord.a lib/libpord.a; \ >fi; >(cd src ; make d) >make[2]: Entering directory '/var/tmp/portage/sci-libs/mumps-5.3.5-r1/work/MUMPS_5.3.5/src' >make ARITH=d mumps_lib >make[3]: Entering directory '/var/tmp/portage/sci-libs/mumps-5.3.5-r1/work/MUMPS_5.3.5/src' >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fPIC -I../include -I../libseq -DAdd_ -I/usr/include/metis -I../PORD/include/ -Dpord -Dmetis -c build_mumps_int_def.c -o build_mumps_int_def.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c double_linked_list.F -o double_linked_list.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c ana_blk_m.F -o ana_blk_m.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c ana_orderings_wrappers_m.F -o ana_orderings_wrappers_m.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c omp_tps_common_m.F -o omp_tps_common_m.o >ana_orderings_wrappers_m.F:928:35: > > 900 | & NV, NCMPA, int(N,8) ) > | 2 >...... > 928 | & NV8, NCMPA, int(N,8) ) > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(8)/INTEGER(4)). >ana_orderings_wrappers_m.F:931:45: > > 899 | & XADJ8(1), IW(1), > | 2 >...... > 931 | & XADJ8(1), IW8, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(8)/INTEGER(4)). >ana_orderings_wrappers_m.F:936:32: > > 901 | CALL MUMPS_ICOPY_64TO32(XADJ8(1), NVTX, PARENT) > | 2 >...... > 936 | CALL MUMPS_ICOPY_64TO32(NV8, NVTX, NV) > | 1 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) >ana_orderings_wrappers_m.F:868:28: > > 868 | CALL MUMPS_PORDF_WND( NVTX, int(NEDGES8), > | 1 >...... > 898 | CALL MUMPS_PORDF_WND( int(NVTX,8), NEDGES8, > | 2 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/INTEGER(8)). >ana_orderings_wrappers_m.F:868:34: > > 868 | CALL MUMPS_PORDF_WND( NVTX, int(NEDGES8), > | 1 >...... > 898 | CALL MUMPS_PORDF_WND( int(NVTX,8), NEDGES8, > | 2 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/INTEGER(8)). >ana_orderings_wrappers_m.F:869:35: > > 869 | & XADJ, IW(1), > | 1 >...... > 899 | & XADJ8(1), IW(1), > | 2 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/INTEGER(8)). >ana_orderings_wrappers_m.F:870:46: > > 870 | & NV, NCMPA, N ) > | 1 >...... > 900 | & NV, NCMPA, int(N,8) ) > | 2 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/INTEGER(8)). >ana_orderings_wrappers_m.F:824:46: > > 796 | & NV, NCMPA ) > | 2 >...... > 824 | & NV8, NCMPA ) > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(8)/INTEGER(4)). >ana_orderings_wrappers_m.F:826:59: > > 795 | CALL MUMPS_PORDF( int(NVTX,8), NEDGES8, XADJ8(1), IW(1), > | 2 >...... > 826 | CALL MUMPS_PORDF( int(NVTX,8), NEDGES8, XADJ8(1), IW8, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(8)/INTEGER(4)). >ana_orderings_wrappers_m.F:831:32: > > 831 | CALL MUMPS_ICOPY_64TO32(NV8, NVTX, NV) > | 1 >...... > 901 | CALL MUMPS_ICOPY_64TO32(XADJ8(1), NVTX, PARENT) > | 2 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) >ana_orderings_wrappers_m.F:767:24: > > 767 | CALL MUMPS_PORDF( NVTX, int(NEDGES8), XADJ, IW(1), > | 1 >...... > 795 | CALL MUMPS_PORDF( int(NVTX,8), NEDGES8, XADJ8(1), IW(1), > | 2 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/INTEGER(8)). >ana_orderings_wrappers_m.F:767:30: > > 767 | CALL MUMPS_PORDF( NVTX, int(NEDGES8), XADJ, IW(1), > | 1 >...... > 795 | CALL MUMPS_PORDF( int(NVTX,8), NEDGES8, XADJ8(1), IW(1), > | 2 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/INTEGER(8)). >ana_orderings_wrappers_m.F:767:44: > > 767 | CALL MUMPS_PORDF( NVTX, int(NEDGES8), XADJ, IW(1), > | 1 >...... > 795 | CALL MUMPS_PORDF( int(NVTX,8), NEDGES8, XADJ8(1), IW(1), > | 2 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/INTEGER(8)). >ana_orderings_wrappers_m.F:722:34: > > 722 | CALL MUMPS_ICOPY_32TO64_64C(JCNHALO, > | 1 >...... > 914 | CALL MUMPS_ICOPY_32TO64_64C(IW(1), NEDGES8, IW8) > | 2 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) >ana_orderings_wrappers_m.F:724:34: > > 724 | CALL MUMPS_ICOPY_32TO64_64C(VWGT, > | 1 >...... > 914 | CALL MUMPS_ICOPY_32TO64_64C(IW(1), NEDGES8, IW8) > | 2 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) >ana_orderings_wrappers_m.F:729:30: > > 729 | CALL MUMPS_ICOPY_64TO32(PARTS_I8, > | 1 >...... > 901 | CALL MUMPS_ICOPY_64TO32(XADJ8(1), NVTX, PARENT) > | 2 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) >ana_orderings_wrappers_m.F:687:30: > > 687 | CALL MUMPS_ICOPY_64TO32(IPTRHALO, > | 1 >...... > 901 | CALL MUMPS_ICOPY_64TO32(XADJ8(1), NVTX, PARENT) > | 2 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) >ana_orderings_wrappers_m.F:650:34: > > 650 | CALL MUMPS_ICOPY_32TO64_64C(JCNHALO, > | 1 >...... > 914 | CALL MUMPS_ICOPY_32TO64_64C(IW(1), NEDGES8, IW8) > | 2 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) >ana_orderings_wrappers_m.F:654:30: > > 654 | CALL MUMPS_ICOPY_64TO32(PARTS_I8, > | 1 >...... > 901 | CALL MUMPS_ICOPY_64TO32(XADJ8(1), NVTX, PARENT) > | 2 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) >ana_orderings_wrappers_m.F:616:30: > > 616 | CALL MUMPS_ICOPY_64TO32(IPTRHALO, > | 1 >...... > 901 | CALL MUMPS_ICOPY_64TO32(XADJ8(1), NVTX, PARENT) > | 2 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) >ana_orderings_wrappers_m.F:312:36: > > 312 | CALL MUMPS_ICOPY_32TO64 (FRERE(1), NCMP, FRERE8) > | 1 >...... > 924 | CALL MUMPS_ICOPY_32TO64(NV, NVTX, NV8) > | 2 >Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2) >ana_orderings_wrappers_m.F:316:29: > > 282 | CALL METIS_NODEND( NCMP, IPE8(1), IW(1), FRERE(1), > | 2 >...... > 316 | CALL METIS_NODEND( int(NCMP,8), IPE8(1), IW(1), FRERE8, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(8)/INTEGER(4)). >ana_orderings_wrappers_m.F:316:58: > > 282 | CALL METIS_NODEND( NCMP, IPE8(1), IW(1), FRERE(1), > | 2 >...... > 316 | CALL METIS_NODEND( int(NCMP,8), IPE8(1), IW(1), FRERE8, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(8)/INTEGER(4)). >ana_orderings_wrappers_m.F:317:29: > > 283 | & OPTIONS_METIS, IKEEP2(1), IKEEP1(1) ) > | 2 >...... > 317 | & OPTIONS_METIS8, IKEEP28, IKEEP18 ) > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(8)/INTEGER(4)). >ana_orderings_wrappers_m.F:317:45: > > 283 | & OPTIONS_METIS, IKEEP2(1), IKEEP1(1) ) > | 2 >...... > 317 | & OPTIONS_METIS8, IKEEP28, IKEEP18 ) > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(8)/INTEGER(4)). >ana_orderings_wrappers_m.F:317:54: > > 283 | & OPTIONS_METIS, IKEEP2(1), IKEEP1(1) ) > | 2 >...... > 317 | & OPTIONS_METIS8, IKEEP28, IKEEP18 ) > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(8)/INTEGER(4)). >ana_orderings_wrappers_m.F:319:51: > > 282 | CALL METIS_NODEND( NCMP, IPE8(1), IW(1), FRERE(1), > | 2 >...... > 319 | CALL METIS_NODEND( int(NCMP,8), IPE8(1), IW8, FRERE8, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(8)/INTEGER(4)). >ana_orderings_wrappers_m.F:322:32: > > 322 | CALL MUMPS_ICOPY_64TO32(IKEEP18, NCMP, IKEEP1(1)) > | 1 >...... > 901 | CALL MUMPS_ICOPY_64TO32(XADJ8(1), NVTX, PARENT) > | 2 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) >ana_orderings_wrappers_m.F:322:47: > > 322 | CALL MUMPS_ICOPY_64TO32(IKEEP18, NCMP, IKEEP1(1)) > | 1 >...... > 901 | CALL MUMPS_ICOPY_64TO32(XADJ8(1), NVTX, PARENT) > | 2 >Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2) >ana_orderings_wrappers_m.F:323:32: > > 323 | CALL MUMPS_ICOPY_64TO32(IKEEP28, NCMP, IKEEP2(1)) > | 1 >...... > 901 | CALL MUMPS_ICOPY_64TO32(XADJ8(1), NVTX, PARENT) > | 2 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) >ana_orderings_wrappers_m.F:323:47: > > 323 | CALL MUMPS_ICOPY_64TO32(IKEEP28, NCMP, IKEEP2(1)) > | 1 >...... > 901 | CALL MUMPS_ICOPY_64TO32(XADJ8(1), NVTX, PARENT) > | 2 >Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2) >ana_orderings_wrappers_m.F:113:31: > > 113 | CALL METIS_NODEND( NCMP, IPE, IW(1), FRERE(1), > | 1 >...... > 282 | CALL METIS_NODEND( NCMP, IPE8(1), IW(1), FRERE(1), > | 2 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/INTEGER(8)). >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c front_data_mgt_m.F -o front_data_mgt_m.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c fac_future_niv2_mod.F -o fac_future_niv2_mod.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c lr_common.F -o lr_common.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c mumps_comm_ibcast.F -o mumps_comm_ibcast.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c mumps_l0_omp_m.F -o mumps_l0_omp_m.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c mumps_memory_mod.F -o mumps_memory_mod.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c mumps_mpitoomp_m.F -o mumps_mpitoomp_m.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c mumps_ooc_common.F -o mumps_ooc_common.o >mumps_memory_mod.F:33:24: > > 32 | CALL MUMPS_SIZE_C(I (1), I (2), ISIZE) > | 2 > 33 | CALL MUMPS_SIZE_C(S (1), S (2), SSIZE) > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). >mumps_memory_mod.F:33:31: > > 32 | CALL MUMPS_SIZE_C(I (1), I (2), ISIZE) > | 2 > 33 | CALL MUMPS_SIZE_C(S (1), S (2), SSIZE) > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c mumps_static_mapping.F -o mumps_static_mapping.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dmumps_struc_def.F -o dmumps_struc_def.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dlr_type.F -o dlr_type.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dstatic_ptr_m.F -o dstatic_ptr_m.o >mumps_static_mapping.F:4392:24: > > 4380 | call MPI_BCAST(lenrcv,1,MPI_INTEGER,i, > | 2 >...... > 4392 | call MPI_BCAST(namercv,lenrcv,MPI_INTEGER,i, > | 1 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) >mumps_static_mapping.F:3804:23: > > 3804 | & cv_frere(1), cv_nodetype(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âfrereâ at (1) >mumps_static_mapping.F:3804:36: > > 3804 | & cv_frere(1), cv_nodetype(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument ânodetypeâ at (1) >mumps_static_mapping.F:3805:23: > > 3805 | & cv_par2_nodes(1), cv_procnode(1), cv_cand(1,1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âpar2_nodesâ at (1) >mumps_static_mapping.F:3805:41: > > 3805 | & cv_par2_nodes(1), cv_procnode(1), cv_cand(1,1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âprocnodeâ at (1) >mumps_static_mapping.F:3805:57: > > 3805 | & cv_par2_nodes(1), cv_procnode(1), cv_cand(1,1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âcandâ at (1) >mumps_static_mapping.F:3752:11: > > 3752 | & cv_keep(1), cv_frere(1), cv_nfsiz(1), istat) > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âkeepâ at (1) >mumps_static_mapping.F:3752:23: > > 3752 | & cv_keep(1), cv_frere(1), cv_nfsiz(1), istat) > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âfrereâ at (1) >mumps_static_mapping.F:3752:36: > > 3752 | & cv_keep(1), cv_frere(1), cv_nfsiz(1), istat) > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument ândâ at (1) >mumps_static_mapping.F:1215:41: > > 1215 | & k1, lnpivsplit, npivsplit, n, cv_frere(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âfrereâ at (1) >mumps_static_mapping.F:1216:11: > > 1216 | & cv_keep(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âkeepâ at (1) >mumps_static_mapping.F:1256:37: > > 1256 | & lnpivsplit, npivsplit, cv_keep(1), n, cv_fils(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âkeepâ at (1) >mumps_static_mapping.F:1256:52: > > 1256 | & lnpivsplit, npivsplit, cv_keep(1), n, cv_fils(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âfilsâ at (1) >mumps_static_mapping.F:1257:14: > > 1257 | & cv_frere(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âfrereâ at (1) >mumps_static_mapping.F:1258:14: > > 1258 | & cv_nfsiz(1), cv_ne(1), cv_info(5), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument ânfsizâ at (1) >mumps_static_mapping.F:1258:27: > > 1258 | & cv_nfsiz(1), cv_ne(1), cv_info(5), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âneâ at (1) >mumps_static_mapping.F:1259:25: > > 1259 | & cv_nsteps, cv_nodetype(1), ierr > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument ânodetypeâ at (1) >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c domp_tps_m.F -o domp_tps_m.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dmumps_ooc_buffer.F -o dmumps_ooc_buffer.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dfac_sispointers_m.F -o dfac_sispointers_m.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dfac_sol_l0omp_m.F -o dfac_sol_l0omp_m.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dmumps_config_file.F -o dmumps_config_file.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dmumps_save_restore_files.F -o dmumps_save_restore_files.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dsol_omp_m.F -o dsol_omp_m.o >x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 build_mumps_int_def.o -o build_mumps_int_def >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c ana_omp_m.F -o ana_omp_m.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c fac_asm_build_sort_index_ELT_m.F -o fac_asm_build_sort_index_ELT_m.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c fac_asm_build_sort_index_m.F -o fac_asm_build_sort_index_m.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c fac_descband_data_m.F -o fac_descband_data_m.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c fac_ibct_data_m.F -o fac_ibct_data_m.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c fac_maprow_data_m.F -o fac_maprow_data_m.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dana_aux_par.F -o dana_aux_par.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dmumps_lr_data_m.F -o dmumps_lr_data_m.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dlr_stats.F -o dlr_stats.o >dana_aux_par.F:1673:24: > > 1673 | CALL MPI_ALLTOALL(SNDCNT(1), 1, MPI_INTEGER8, RCVCNT(1), 1, > | 1 >...... > 1961 | CALL MPI_ALLTOALL(SNDCNT(1), 1, MPI_INTEGER, RCVCNT(1), 1, > | 2 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(8)/INTEGER(4)). >dana_aux_par.F:1673:52: > > 1673 | CALL MPI_ALLTOALL(SNDCNT(1), 1, MPI_INTEGER8, RCVCNT(1), 1, > | 1 >...... > 1961 | CALL MPI_ALLTOALL(SNDCNT(1), 1, MPI_INTEGER, RCVCNT(1), 1, > | 2 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(8)/INTEGER(4)). >dana_aux_par.F:980:22: > > 980 | CALL MPI_GATHER(MYNCLIQUES, 1, MPI_INTEGER, NCLIQUES(1), 1, > | 1 >...... > 1834 | CALL MPI_GATHER(TOP_CNT, 1, MPI_INTEGER8, RCVCNT(1), 1, > | 2 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/INTEGER(8)). >dana_aux_par.F:980:50: > > 980 | CALL MPI_GATHER(MYNCLIQUES, 1, MPI_INTEGER, NCLIQUES(1), 1, > | 1 >...... > 1834 | CALL MPI_GATHER(TOP_CNT, 1, MPI_INTEGER8, RCVCNT(1), 1, > | 2 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/INTEGER(8)). >dana_aux_par.F:1112:27: > > 1109 | CALL MPI_IRECV(BUF_PE2(1), ord%LAST(PROC+2)- > | 2 >...... > 1112 | CALL MPI_IRECV(BUF_NV2(1), ord%LAST(PROC+2)- > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/INTEGER(8)). >dana_aux_par.F:1173:23: > > 1173 | CALL MPI_SEND(IPE(1), ord%LAST(MYID+1)-ord%FIRST(MYID+1)+1, > | 1 >...... > 1874 | CALL MPI_SEND(TSENDI(TOP_CNT-I+1), I, > | 2 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(8)/INTEGER(4)). >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dmumps_ooc.F -o dmumps_ooc.o >./build_mumps_int_def > ../include/mumps_int_def.h >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dlr_core.F -o dlr_core.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dmumps_sol_es.F -o dmumps_sol_es.o >dlr_core.F:850:47: > > 850 | CALL DMUMPS_TRUNCATED_RRQR(M, N, ACC_LRB%Q(1,1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âaâ at (1) >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dsol_lr.F -o dsol_lr.o >dsol_lr.F:518:15: > > 518 | & DIAG(1), size(DIAG), DIAGSIZ_DYN, NELIM_PANEL, LIELL, > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âdiagâ at (1) >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dmumps_save_restore.F -o dmumps_save_restore.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c ana_blk.F -o ana_blk.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c ana_orderings.F -o ana_orderings.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c ana_set_ordering.F -o ana_set_ordering.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c ana_AMDMF.F -o ana_AMDMF.o >dmumps_save_restore.F:1342:42: > > 969 | CALL MUMPS_SETI8TOI4(TOTAL_FILE_SIZE-size_written, > | 2 >...... > 1342 | CALL MUMPS_SETI8TOI4(size_array1*size_array2 > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/INTEGER(8)). >dmumps_save_restore.F:97:22: > > 97 | CALL MPI_BCAST( ICNTL34, 1, MPI_INTEGER, MASTER, id%COMM, ierr ) > | 1 >...... > 984 | CALL MPI_BCAST( hash, 23, MPI_CHARACTER, 0, id%COMM, ierr ) > | 2 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/CHARACTER(*)). >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c bcast_errors.F -o bcast_errors.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c estim_flops.F -o estim_flops.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c mumps_type_size.F -o mumps_type_size.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c mumps_type2_blocking.F -o mumps_type2_blocking.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c mumps_version.F -o mumps_version.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c mumps_print_defined.F -o mumps_print_defined.o >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fPIC -I../include -I../libseq -DAdd_ -I/usr/include/metis -I../PORD/include/ -Dpord -Dmetis -c mumps_common.c -o mumps_common.o >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fPIC -I../include -I../libseq -DAdd_ -I/usr/include/metis -I../PORD/include/ -Dpord -Dmetis -c mumps_pord.c -o mumps_pord.o >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fPIC -I../include -I../libseq -DAdd_ -I/usr/include/metis -I../PORD/include/ -Dpord -Dmetis -c mumps_metis.c -o mumps_metis.o >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fPIC -I../include -I../libseq -DAdd_ -I/usr/include/metis -I../PORD/include/ -Dpord -Dmetis -c mumps_metis64.c -o mumps_metis64.o >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fPIC -I../include -I../libseq -DAdd_ -I/usr/include/metis -I../PORD/include/ -Dpord -Dmetis -c mumps_metis_int.c -o mumps_metis_int.o >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fPIC -I../include -I../libseq -DAdd_ -I/usr/include/metis -I../PORD/include/ -Dpord -Dmetis -c mumps_scotch.c -o mumps_scotch.o >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fPIC -I../include -I../libseq -DAdd_ -I/usr/include/metis -I../PORD/include/ -Dpord -Dmetis -c mumps_scotch64.c -o mumps_scotch64.o >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fPIC -I../include -I../libseq -DAdd_ -I/usr/include/metis -I../PORD/include/ -Dpord -Dmetis -c mumps_scotch_int.c -o mumps_scotch_int.o >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fPIC -I../include -I../libseq -DAdd_ -I/usr/include/metis -I../PORD/include/ -Dpord -Dmetis -c mumps_size.c -o mumps_size.o >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fPIC -I../include -I../libseq -DAdd_ -I/usr/include/metis -I../PORD/include/ -Dpord -Dmetis -c mumps_io.c -o mumps_io.o >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fPIC -I../include -I../libseq -DAdd_ -I/usr/include/metis -I../PORD/include/ -Dpord -Dmetis -c mumps_io_basic.c -o mumps_io_basic.o >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fPIC -I../include -I../libseq -DAdd_ -I/usr/include/metis -I../PORD/include/ -Dpord -Dmetis -c mumps_io_thread.c -o mumps_io_thread.o >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fPIC -I../include -I../libseq -DAdd_ -I/usr/include/metis -I../PORD/include/ -Dpord -Dmetis -c mumps_io_err.c -o mumps_io_err.o >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fPIC -I../include -I../libseq -DAdd_ -I/usr/include/metis -I../PORD/include/ -Dpord -Dmetis -c mumps_numa.c -o mumps_numa.o >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fPIC -I../include -I../libseq -DAdd_ -I/usr/include/metis -I../PORD/include/ -Dpord -Dmetis -c mumps_thread.c -o mumps_thread.o >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fPIC -I../include -I../libseq -DAdd_ -I/usr/include/metis -I../PORD/include/ -Dpord -Dmetis -c mumps_save_restore_C.c -o mumps_save_restore_C.o >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fPIC -I../include -I../libseq -DAdd_ -I/usr/include/metis -I../PORD/include/ -Dpord -Dmetis -c mumps_config_file_C.c -o mumps_config_file_C.o >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fPIC -I../include -I../libseq -DAdd_ -I/usr/include/metis -I../PORD/include/ -Dpord -Dmetis -c mumps_thread_affinity.c -o mumps_thread_affinity.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c tools_common.F -o tools_common.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sol_common.F -o sol_common.o >sol_common.F:149:39: > > 123 | CALL MPI_ALLREDUCE(MPI_IN_PLACE, allocok, 1, > | 2 >...... > 149 | CALL MPI_ALLREDUCE(MPI_IN_PLACE, GLOBAL_MAPPING, N, MPI_INTEGER, > | 1 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) >tools_common.F:1171:72: > > 1171 | & SIZE2, IN_OUT_TAB48(IBEG24)) > | 1 >Warning: Type mismatch in argument âintab8â at (1); passed INTEGER(4) to INTEGER(8) >tools_common.F:1122:72: > > 1122 | & SIZE2, IN_OUT_TAB48(IBEG28)) > | 1 >Warning: Type mismatch in argument âouttab8â at (1); passed INTEGER(4) to INTEGER(8) >tools_common.F:399:23: > > 393 | CALL MPI_REDUCE( INFO, INFOG(1), 1, MPI_INTEGER, > | 2 >...... > 399 | CALL MPI_REDUCE( TEMP1, TEMP2, 1, MPI_2INTEGER, > | 1 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) >tools_common.F:740:22: > > 393 | CALL MPI_REDUCE( INFO, INFOG(1), 1, MPI_INTEGER, > | 2 >...... > 740 | CALL MPI_REDUCE(DIN, DOUT, 1, MPI_DOUBLE_PRECISION, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)). >tools_common.F:740:27: > > 393 | CALL MPI_REDUCE( INFO, INFOG(1), 1, MPI_INTEGER, > | 2 >...... > 740 | CALL MPI_REDUCE(DIN, DOUT, 1, MPI_DOUBLE_PRECISION, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)). >tools_common.F:1049:24: > > 726 | CALL MPI_BCAST( DBLE_VALUE, 1, MPI_DOUBLE_PRECISION, > | 2 >...... > 1049 | call MPI_BCAST(MyNAME_length_RCV,1,MPI_INTEGER, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/REAL(8)). >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dana_aux.F -o dana_aux.o >dana_aux.F:1399:14: > > 1399 | & PERM(1),IPQ8(1)) > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âflagâ at (1) >dana_aux.F:1402:14: > > 1402 | & PERM(1)) > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âflagâ at (1) >dana_aux.F:1412:18: > > 1412 | & NUMNZ, PERM(1), LIW, IW(IPIW), LDW, S2(LS2+1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âpermâ at (1) >dana_aux.F:206:37: > > 206 | CALL DMUMPS_ANA_GNEW(N,NZ8,IRN(1), ICN(1), IW(1), LIW8, > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âirnâ at (1) >dana_aux.F:206:45: > > 206 | CALL DMUMPS_ANA_GNEW(N,NZ8,IRN(1), ICN(1), IW(1), LIW8, > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âicnâ at (1) >dana_aux.F:206:53: > > 206 | CALL DMUMPS_ANA_GNEW(N,NZ8,IRN(1), ICN(1), IW(1), LIW8, > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âiwâ at (1) >dana_aux.F:207:14: > > 207 | & IPE(1), PTRAR(1,2), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âipeâ at (1) >dana_aux.F:337:30: > > 337 | & (N,NZ8,IRN(1), ICN(1), IW(1), LIW8, > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âirnâ at (1) >dana_aux.F:337:38: > > 337 | & (N,NZ8,IRN(1), ICN(1), IW(1), LIW8, > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âicnâ at (1) >dana_aux.F:337:46: > > 337 | & (N,NZ8,IRN(1), ICN(1), IW(1), LIW8, > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âiwâ at (1) >dana_aux.F:338:24: > > 338 | & IPE(1), PTRAR(1,2), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âipeâ at (1) >dana_aux.F:749:42: > > 749 | CALL DMUMPS_ANA_GNEW(N,NZ8,IRN(1),ICN(1),IW(1),LIW8, > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âirnâ at (1) >dana_aux.F:749:49: > > 749 | CALL DMUMPS_ANA_GNEW(N,NZ8,IRN(1),ICN(1),IW(1),LIW8, > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âicnâ at (1) >dana_aux.F:749:56: > > 749 | CALL DMUMPS_ANA_GNEW(N,NZ8,IRN(1),ICN(1),IW(1),LIW8, > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âiwâ at (1) >dana_aux.F:750:20: > > 750 | & IPE(1), PTRAR(1,2), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âipeâ at (1) >dana_aux.F:789:38: > > 789 | CALL DMUMPS_ANA_J(N, NZ8, IRN(1), ICN(1), IKEEP1(1), IW(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âirnâ at (1) >dana_aux.F:789:46: > > 789 | CALL DMUMPS_ANA_J(N, NZ8, IRN(1), ICN(1), IKEEP1(1), IW(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âicnâ at (1) >dana_aux.F:789:54: > > 789 | CALL DMUMPS_ANA_J(N, NZ8, IRN(1), ICN(1), IKEEP1(1), IW(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âpermâ at (1) >dana_aux.F:789:65: > > 789 | CALL DMUMPS_ANA_J(N, NZ8, IRN(1), ICN(1), IKEEP1(1), IW(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âiwâ at (1) >dana_aux.F:790:23: > > 790 | & LIW8, IPE(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âipeâ at (1) >dana_aux.F:798:33: > > 798 | CALL DMUMPS_ANA_K(N, IPE(1), IW(1), LIW8, IWFR8, IKEEP1(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âipeâ at (1) >dana_aux.F:798:41: > > 798 | CALL DMUMPS_ANA_K(N, IPE(1), IW(1), LIW8, IWFR8, IKEEP1(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âiwâ at (1) >dana_aux.F:798:61: > > 798 | CALL DMUMPS_ANA_K(N, IPE(1), IW(1), LIW8, IWFR8, IKEEP1(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âipsâ at (1) >dana_aux.F:799:20: > > 799 | & IKEEP2(1), IWL1, > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âipvâ at (1) >dana_aux.F:824:29: > > 824 | & (N, PARENT, IWL1, IKEEP1(1), IKEEP2(1), IKEEP3(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âipsâ at (1) >dana_aux.F:824:40: > > 824 | & (N, PARENT, IWL1, IKEEP1(1), IKEEP2(1), IKEEP3(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âneâ at (1) >dana_aux.F:824:51: > > 824 | & (N, PARENT, IWL1, IKEEP1(1), IKEEP2(1), IKEEP3(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument ânaâ at (1) >dana_aux.F:825:11: > > 825 | & NFSIZ(1), PTRAR, INFO(6), FILS(1), FRERE(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument ânfsizâ at (1) >dana_aux.F:825:37: > > 825 | & NFSIZ(1), PTRAR, INFO(6), FILS(1), FRERE(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âfilsâ at (1) >dana_aux.F:825:46: > > 825 | & NFSIZ(1), PTRAR, INFO(6), FILS(1), FRERE(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âfrereâ at (1) >dana_aux.F:827:50: > > 827 | & KEEP(20),KEEP(38),PTRAR(1,2),KEEP(104),IW(1),KEEP(50), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âcumulâ at (1) >dana_aux.F:854:24: > > 854 | CALL DMUMPS_ANA_M(IKEEP2(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âneâ at (1) >dana_aux.F:894:34: > > 894 | CALL DMUMPS_CUTNODES(N, FRERE(1), FILS(1), NFSIZ(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âfrereâ at (1) >dana_aux.F:894:44: > > 894 | CALL DMUMPS_CUTNODES(N, FRERE(1), FILS(1), NFSIZ(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âfilsâ at (1) >dana_aux.F:894:53: > > 894 | CALL DMUMPS_CUTNODES(N, FRERE(1), FILS(1), NFSIZ(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument ânfsizâ at (1) >dana_aux.F:914:33: > > 914 | CALL DMUMPS_CUTNODES(N, FRERE(1), FILS(1), NFSIZ(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âfrereâ at (1) >dana_aux.F:914:43: > > 914 | CALL DMUMPS_CUTNODES(N, FRERE(1), FILS(1), NFSIZ(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âfilsâ at (1) >dana_aux.F:914:52: > > 914 | CALL DMUMPS_CUTNODES(N, FRERE(1), FILS(1), NFSIZ(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument ânfsizâ at (1) >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dana_lr.F -o dana_lr.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dmumps_comm_buffer.F -o dmumps_comm_buffer.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dfac_lr.F -o dfac_lr.o >dmumps_comm_buffer.F:3343:27: > > 3310 | CALL MPI_PACK( size(BLR), 1, MPI_INTEGER, > | 2 >...... > 3343 | CALL MPI_PACK( BLR(I)%Q(1,1), BLR(I)%M*BLR(I)%K, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)). >dmumps_comm_buffer.F:3275:25: > > 3254 | & ISLR_INT, 1, MPI_INTEGER, COMM, IERR ) > | 2 >...... > 3275 | & LRB%Q(1,1), M*K, MPI_DOUBLE_PRECISION, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)). >dmumps_comm_buffer.F:3075:23: > > 3075 | CALL MPI_PACK( LIST_SLAVES, NSLAVES, MPI_INTEGER, > | 1 >...... > 3310 | CALL MPI_PACK( size(BLR), 1, MPI_INTEGER, > | 2 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) >dmumps_comm_buffer.F:1958:27: > > 1958 | CALL MPI_PACK( IPIV, NPIV, MPI_INTEGER, > | 1 >...... > 3310 | CALL MPI_PACK( size(BLR), 1, MPI_INTEGER, > | 2 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) >dmumps_comm_buffer.F:1986:25: > > 1986 | & CALL MPI_PACK( RELAY_INFO, LRELAY_INFO, MPI_INTEGER, > | 1 >...... > 3310 | CALL MPI_PACK( size(BLR), 1, MPI_INTEGER, > | 2 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) >dmumps_comm_buffer.F:976:27: > > 976 | CALL MPI_PACK( SLAVES, NSLAVES, MPI_INTEGER, > | 1 >...... > 3310 | CALL MPI_PACK( size(BLR), 1, MPI_INTEGER, > | 2 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) >dmumps_comm_buffer.F:980:25: > > 980 | CALL MPI_PACK( IROW, NROW, MPI_INTEGER, > | 1 >...... > 3310 | CALL MPI_PACK( size(BLR), 1, MPI_INTEGER, > | 2 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) >dmumps_comm_buffer.F:983:25: > > 983 | CALL MPI_PACK( ICOL, NCOL, MPI_INTEGER, > | 1 >...... > 3310 | CALL MPI_PACK( size(BLR), 1, MPI_INTEGER, > | 2 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) >dmumps_comm_buffer.F:554:25: > > 554 | CALL MPI_PACK( IW, LONG, MPI_INTEGER, > | 1 >...... > 3310 | CALL MPI_PACK( size(BLR), 1, MPI_INTEGER, > | 2 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) >dmumps_comm_buffer.F:372:25: > > 372 | CALL MPI_PACK( IWROW, LCONT, MPI_INTEGER, > | 1 >...... > 3310 | CALL MPI_PACK( size(BLR), 1, MPI_INTEGER, > | 2 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) >dmumps_comm_buffer.F:375:25: > > 375 | CALL MPI_PACK( IWCOL, LCONT, MPI_INTEGER, > | 1 >...... > 3310 | CALL MPI_PACK( size(BLR), 1, MPI_INTEGER, > | 2 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) >dfac_lr.F:391:22: > > 391 | & TEMP_BLOCK , NELIM , BLR_L(I)%Q(1,1) , ML , > | 1 >...... > 1907 | & BLR_PANEL(IP-CURRENT_BLR)%R(1,1) , K, > | 2 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-2) >dfac_lr.F:304:20: > > 304 | & TEMP_BLOCK , NELIM , BLR_L(I)%Q(1,1) , ML , > | 1 >...... > 1907 | & BLR_PANEL(IP-CURRENT_BLR)%R(1,1) , K, > | 2 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-2) >dfac_lr.F:241:39: > > 241 | & LRB%Q(1,1), LRB%M, TEMP_BLOCK, LRB%K, > | 1 >...... > 1908 | & BLR_PANEL(IP-CURRENT_BLR)%Q(1,1) , M, > | 2 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-2) >x86_64-pc-linux-gnu-ar cr ../lib/libmumps_common.a ana_omp_m.o ana_blk_m.o ana_orderings_wrappers_m.o double_linked_list.o fac_asm_build_sort_index_ELT_m.o fac_asm_build_sort_index_m.o fac_descband_data_m.o fac_future_niv2_mod.o fac_ibct_data_m.o fac_maprow_data_m.o front_data_mgt_m.o lr_common.o mumps_comm_ibcast.o mumps_l0_omp_m.o mumps_memory_mod.o mumps_mpitoomp_m.o mumps_ooc_common.o mumps_static_mapping.o omp_tps_common_m.o ana_blk.o ana_orderings.o ana_set_ordering.o ana_AMDMF.o bcast_errors.o estim_flops.o mumps_type_size.o mumps_type2_blocking.o mumps_version.o mumps_print_defined.o mumps_common.o mumps_pord.o mumps_metis.o mumps_metis64.o mumps_metis_int.o mumps_scotch.o mumps_scotch64.o mumps_scotch_int.o mumps_size.o mumps_io.o mumps_io_basic.o mumps_io_thread.o mumps_io_err.o mumps_numa.o mumps_thread.o mumps_save_restore_C.o mumps_config_file_C.o mumps_thread_affinity.o tools_common.o sol_common.o >x86_64-pc-linux-gnu-ranlib ../lib/libmumps_common.a >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dmumps_load.F -o dmumps_load.o >dmumps_load.F:1231:11: > > 1227 | & WHAT, 1, MPI_INTEGER, > | 2 >...... > 1231 | & LOAD_RECEIVED, 1, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)). >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dfac_mem_dynamic.F -o dfac_mem_dynamic.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dfac_front_aux.F -o dfac_front_aux.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dfac_asm_master_ELT_m.F -o dfac_asm_master_ELT_m.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dfac_asm_master_m.F -o dfac_asm_master_m.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dfac_front_LU_type1.F -o dfac_front_LU_type1.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dfac_front_type2_aux.F -o dfac_front_type2_aux.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dfac_front_LDLT_type1.F -o dfac_front_LDLT_type1.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dfac_front_LU_type2.F -o dfac_front_LU_type2.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dfac_front_LDLT_type2.F -o dfac_front_LDLT_type2.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dfac_omp_m.F -o dfac_omp_m.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dfac_par_m.F -o dfac_par_m.o >dfac_par_m.F:784:42: > > 678 | CALL MUMPS_SET_IERROR(LBUFRX, INFO(2) ) > | 2 >...... > 784 | CALL MUMPS_SET_IERROR(LRHS_CNTR_MASTER_ROOT,INFO(2)) > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/INTEGER(8)). >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dini_driver.F -o dini_driver.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dana_driver.F -o dana_driver.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dfac_driver.F -o dfac_driver.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dsol_driver.F -o dsol_driver.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dsol_distrhs.F -o dsol_distrhs.o >dsol_driver.F:1336:26: > > 568 | CALL MPI_BCAST(MTYPE,1,MPI_INTEGER,MASTER, > | 2 >...... > 1336 | CALL MPI_BCAST( WORKSPACE_MINIMAL_PREFERRED, 1, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (LOGICAL(4)/INTEGER(4)). >dsol_driver.F:2180:24: > > 568 | CALL MPI_BCAST(MTYPE,1,MPI_INTEGER,MASTER, > | 2 >...... > 2180 | CALL MPI_BCAST( UNS_PERM_INV,id%N,MPI_INTEGER,MASTER, > | 1 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) >dsol_driver.F:3603:16: > > 3580 | & C_DUMMY, 1, 1, > | 2 >...... > 3603 | & id%RHSCOMP(IBEG_RHSCOMP), LD_RHSCOMP, NBRHS_EFF, > | 1 >Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2) >dsol_driver.F:3604:16: > > 3581 | & IDUMMY, 0, > | 2 >...... > 3604 | & id%POSINRHSCOMP_ROW(1), NB_FS_RHSCOMP_F, > | 1 >Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2) >dsol_driver.F:3606:16: > > 3582 | & JDUMMY, id%KEEP(1), id%KEEP8(1), id%PROCNODE_STEPS(1), > | 2 >...... > 3606 | & id%PTLUST_S(1), id%KEEP(1), id%KEEP8(1), > | 1 >Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2) >dsol_driver.F:3608:16: > > 3583 | & IDUMMY, 1, > | 2 >...... > 3608 | & IS(1), LIW_PASSED, > | 1 >Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2) >dsol_driver.F:3975:31: > > 2430 | CALL MPI_SEND(LD_REDRHS,1,MPI_INTEGER, > | 2 >...... > 3975 | CALL MPI_SEND(id%REDRHS(KDEC), > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)). >dsol_driver.F:3993:31: > > 2434 | CALL MPI_RECV(LD_REDRHS,1,MPI_INTEGER, > | 2 >...... > 3993 | CALL MPI_RECV(PTR_RHS_ROOT(II), > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)). >dsol_driver.F:4053:55: > > 4033 | & , 1, 1, 1, 1, IDUMMY, 1, JDUMMY, KDUMMY, 1, LDUMMY, 1, MDUMMY > | 2 >...... > 4053 | & NZ_THIS_BLOCK, NBCOL_INBLOC, id%NRHS, JBEG_RHS, id%Step2node(1), > | 1 >Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2) >dsol_driver.F:4054:19: > > 4033 | & , 1, 1, 1, 1, IDUMMY, 1, JDUMMY, KDUMMY, 1, LDUMMY, 1, MDUMMY > | 2 >...... > 4054 | & id%KEEP(28),IRHS_SPARSE_COPY(1),IRHS_PTR_COPY(1), size(PERM_RHS), > | 1 >Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2) >dsol_driver.F:4054:39: > > 4033 | & , 1, 1, 1, 1, IDUMMY, 1, JDUMMY, KDUMMY, 1, LDUMMY, 1, MDUMMY > | 2 >...... > 4054 | & id%KEEP(28),IRHS_SPARSE_COPY(1),IRHS_PTR_COPY(1), size(PERM_RHS), > | 1 >Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2) >dsol_driver.F:4264:16: > > 4223 | & JDUMMY, id%KEEP(1), id%KEEP8(1), > | 2 >...... > 4264 | & id%PTLUST_S(1), id%KEEP(1), id%KEEP8(1), > | 1 >Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2) >dsol_driver.F:4265:38: > > 4224 | & id%PROCNODE_STEPS(1), IDUMMY, 1, > | 2 >...... > 4265 | & id%PROCNODE_STEPS(1), IS(1), LIW_PASSED, > | 1 >Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2) >dsol_driver.F:4269:16: > > 4228 | & C_DUMMY, 1 , 1, IDUMMY, 1, > | 2 >...... > 4269 | & id%RHSCOMP(IBEG_RHSCOMP), LD_RHSCOMP, NBRHS_EFF, > | 1 >Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2) >dsol_driver.F:4270:16: > > 4228 | & C_DUMMY, 1 , 1, IDUMMY, 1, > | 2 >...... > 4270 | & id%POSINRHSCOMP_COL(1), id%N, > | 1 >Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2) >dsol_driver.F:4276:16: > > 4235 | & C_DUMMY, 1, 1, > | 2 >...... > 4276 | & id%RHSCOMP(IBEG_RHSCOMP), LD_RHSCOMP, NBRHS_EFF, > | 1 >Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2) >dsol_driver.F:4284:16: > > 4243 | & IDUMMY, 1, 0 > | 2 >...... > 4284 | & id%POSINRHSCOMP_COL(1), id%N, NB_FS_RHSCOMP_TOT > | 1 >Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2) >dsol_driver.F:4540:33: > > 1700 | CALL MPI_REDUCE( MAT_ALLOC_LOC, MAT_ALLOC, 1, > | 2 >...... > 4540 | CALL MPI_REDUCE( R_LOCWK54, R_W( id%N + 1 ), > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)). >dsol_driver.F:4540:44: > > 1700 | CALL MPI_REDUCE( MAT_ALLOC_LOC, MAT_ALLOC, 1, > | 2 >...... > 4540 | CALL MPI_REDUCE( R_LOCWK54, R_W( id%N + 1 ), > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)). >dsol_driver.F:5689:12: > > 3580 | & C_DUMMY, 1, 1, > | 2 >...... > 5689 | & id%RHSCOMP(IBEG_RHSCOMP), LD_RHSCOMP, 1, > | 1 >Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2) >dsol_driver.F:5690:12: > > 3581 | & IDUMMY, 0, > | 2 >...... > 5690 | & PTR_POSINRHSCOMP_FWD(1), NB_FS_RHSCOMP_F, > | 1 >Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2) >dana_driver.F:3681:27: > > 3593 | CALL MPI_SEND( NZ_loc8, 1, MPI_INTEGER8, MASTER, > | 2 >...... > 3681 | CALL MPI_SEND( id%IRN_loc(I8), SIZE_SENT, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/INTEGER(8)). >dsol_driver.F:5692:12: > > 3582 | & JDUMMY, id%KEEP(1), id%KEEP8(1), id%PROCNODE_STEPS(1), > | 2 >...... > 5692 | & id%PTLUST_S(1), id%KEEP(1), id%KEEP8(1), > | 1 >Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2) >dsol_driver.F:5694:12: > > 3583 | & IDUMMY, 1, > | 2 >...... > 5694 | & IS(1), LIW_PASSED, > | 1 >Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2) >dsol_driver.F:5784:20: > > 4222 | & MTYPE, id%RHS(1), LD_RHS, id%NRHS, JBEG_RHS, > | 2 >...... > 5784 | & SOLVET, C_Y, id%N, NBRHS_EFF, 1, > | 1 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) >dsol_driver.F:5798:20: > > 4222 | & MTYPE, id%RHS(1), LD_RHS, id%NRHS, JBEG_RHS, > | 2 >...... > 5798 | & SOLVET, C_Y, id%N, NBRHS_EFF, 1, > | 1 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) >dsol_driver.F:5799:12: > > 4223 | & JDUMMY, id%KEEP(1), id%KEEP8(1), > | 2 >...... > 5799 | & id%PTLUST_S(1), id%KEEP(1),id%KEEP8(1), > | 1 >Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2) >dsol_driver.F:5801:12: > > 4224 | & id%PROCNODE_STEPS(1), IDUMMY, 1, > | 2 >...... > 5801 | & IS(1), LIW_PASSED, > | 1 >Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2) >dsol_driver.F:5805:12: > > 4228 | & C_DUMMY, 1 , 1, IDUMMY, 1, > | 2 >...... > 5805 | & id%RHSCOMP(IBEG_RHSCOMP), LD_RHSCOMP, NBRHS_EFF, > | 1 >Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2) >dsol_driver.F:5806:12: > > 4228 | & C_DUMMY, 1 , 1, IDUMMY, 1, > | 2 >...... > 5806 | & PTR_POSINRHSCOMP_BWD(1), id%N, > | 1 >Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2) >dana_driver.F:380:30: > > 380 | CALL MPI_ALLREDUCE( id%KEEP8(29), id%KEEP8(28), 1, > | 1 >...... > 3762 | CALL MPI_ALLREDUCE(MM_WRITE, MM_WRITE_CHECK, 1, > | 2 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(8)/INTEGER(4)). >dana_driver.F:380:44: > > 380 | CALL MPI_ALLREDUCE( id%KEEP8(29), id%KEEP8(28), 1, > | 1 >...... > 3762 | CALL MPI_ALLREDUCE(MM_WRITE, MM_WRITE_CHECK, 1, > | 2 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(8)/INTEGER(4)). >dana_driver.F:385:28: > > 329 | CALL MPI_BCAST( KEEP(60), 1, MPI_INTEGER, MASTER, id%COMM, IERR ) > | 2 >...... > 385 | CALL MPI_BCAST( id%KEEP8(28), 1, MPI_INTEGER8, MASTER, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(8)/INTEGER(4)). >dana_driver.F:1949:26: > > 1949 | CALL MPI_RECV(id%NBSA_LOCAL,1,MPI_INTEGER, > | 1 >...... > 3572 | CALL MPI_RECV( MATPTR( I+1 ), 1, > | 2 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/INTEGER(8)). >dana_driver.F:2155:14: > > 2155 | & id%CANDIDATES(1,1), id%I_AM_CAND(1) ) > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âcandidatesâ at (1) >dana_driver.F:2155:34: > > 2155 | & id%CANDIDATES(1,1), id%I_AM_CAND(1) ) > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âi_am_candâ at (1) >dfac_driver.F:360:24: > > 360 | CALL MPI_REDUCE ( id%KEEP8(24), LWK_USER_SUM8, 1, MPI_INTEGER8, > | 1 >...... > 3485 | CALL MPI_REDUCE( LOC_VAL, AVG_VAL, 1, MPI_DOUBLE_PRECISION, > | 2 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(8)/REAL(8)). >dfac_driver.F:360:38: > > 360 | CALL MPI_REDUCE ( id%KEEP8(24), LWK_USER_SUM8, 1, MPI_INTEGER8, > | 1 >...... > 3485 | CALL MPI_REDUCE( LOC_VAL, AVG_VAL, 1, MPI_DOUBLE_PRECISION, > | 2 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(8)/REAL(8)). >dfac_driver.F:475:21: > > 441 | CALL MPI_BCAST( KEEP(12), 1, MPI_INTEGER, > | 2 >...... > 475 | CALL MPI_BCAST(CNTL1, 1, MPI_DOUBLE_PRECISION, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)). >dfac_driver.F:2499:27: > > 2499 | CALL MPI_RECV( KEEP(17), 1, MPI_INTEGER, 1, DEFIC_TAG, > | 1 >...... > 3593 | CALL MPI_RECV( id%REDRHS((I-1)*id%LREDRHS+1), > | 2 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/REAL(8)). >dfac_driver.F:2502:27: > > 2502 | CALL MPI_SEND( KEEP(17), 1, MPI_INTEGER, 0, DEFIC_TAG, > | 1 >...... > 3586 | & id%root%RHS_CNTR_MASTER_ROOT((I-1)*SIZE_SCHUR+1), > | 2 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/REAL(8)). >dfac_driver.F:2699:26: > > 1949 | CALL MPI_ALLREDUCE(id%KEEP8(29), NZ_locMAX8, 1, MPI_INTEGER8, > | 2 >...... > 2699 | CALL MPI_ALLREDUCE( id%INFO(11), INFOG(11), 1, MPI_INTEGER, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/INTEGER(8)). >dfac_driver.F:2699:39: > > 1949 | CALL MPI_ALLREDUCE(id%KEEP8(29), NZ_locMAX8, 1, MPI_INTEGER8, > | 2 >...... > 2699 | CALL MPI_ALLREDUCE( id%INFO(11), INFOG(11), 1, MPI_INTEGER, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/INTEGER(8)). >dsol_distrhs.F:438:26: > > 435 | CALL MPI_ISEND( IRHS_loc_sorted(NEXTROWTOSEND(IPROC_ARG+1)), > | 2 >...... > 438 | CALL MPI_ISEND( BUFR(1,IBUF), NBRECORDS*NRHS_COL, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)). >dsol_distrhs.F:201:24: > > 198 | CALL MPI_RECV(BUFRECI(1), NBRECORDS, MPI_INTEGER, > | 2 >...... > 201 | CALL MPI_RECV(BUFRECR(1), NBRECORDS*NRHS_COL, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)). >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dend_driver.F -o dend_driver.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dana_aux_ELT.F -o dana_aux_ELT.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dana_dist_m.F -o dana_dist_m.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dana_LDLT_preprocess.F -o dana_LDLT_preprocess.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dana_reordertree.F -o dana_reordertree.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c darrowheads.F -o darrowheads.o >darrowheads.F:927:32: > > 927 | CALL DMUMPS_SET_TO_ZERO(root%SCHUR_POINTER(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âaâ at (1) >darrowheads.F:645:27: > > 641 | CALL MPI_SEND(BUFI(1,ISLAVE),TAILLE_SENDI, > | 2 >...... > 645 | CALL MPI_SEND( BUFR(1,ISLAVE), TAILLE_SENDR, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)). >darrowheads.F:794:23: > > 784 | CALL MPI_RECV( BUFI(1), 2*NBRECORDS+1, > | 2 >...... > 794 | CALL MPI_RECV( BUFR(1), NBRECORDS, MPI_DOUBLE_PRECISION, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)). >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dbcast_int.F -o dbcast_int.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dfac_asm_ELT.F -o dfac_asm_ELT.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dfac_asm.F -o dfac_asm.o >dfac_asm_ELT.F:62:18: > > 62 | & IOLDPS, A_PTR(POSELT), LA_PTR, 1_8, KEEP, KEEP8, ITLOC, FILS, > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âaâ at (1) >dfac_asm.F:172:25: > > 172 | & IOLDPS, A_PTR(POSELT), LA_PTR, 1_8, KEEP, KEEP8, > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âaâ at (1) >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dfac_b.F -o dfac_b.o >dfac_b.F:243:30: > > 243 | CALL DMUMPS_FAC_PAR_I(N,S_IS_POINTERS%IW(1),LIW_ARG_FAC_PAR, > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âiwâ at (1) >dfac_b.F:244:7: > > 244 | & S_IS_POINTERS%A(1),LA_ARG_FAC_PAR,IW1(NSTK),IW1(NBPROCFILS), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âaâ at (1) >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dfac_distrib_distentry.F -o dfac_distrib_distentry.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dfac_distrib_ELT.F -o dfac_distrib_ELT.o >dfac_distrib_distentry.F:708:33: > > 705 | CALL MPI_RECV( BUFRECI(1), 2*NBRECORDS+1, > | 2 >...... > 708 | CALL MPI_RECV( BUFRECR(1), NBRECORDS, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)). >dfac_distrib_distentry.F:732:28: > > 728 | CALL MPI_ISEND( BUFI(1, IACT(ISLAVE), ISLAVE ), > | 2 >...... > 732 | CALL MPI_ISEND( BUFR(1, IACT(ISLAVE), ISLAVE ), > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)). >dfac_distrib_ELT.F:490:26: > > 481 | CALL MPI_SEND( BUFI(2, I), NBRECI, MPI_INTEGER, > | 2 >...... > 490 | CALL MPI_SEND( BUFR(2, I), NBRECR, MPI_DOUBLE_PRECISION, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)). >dfac_distrib_ELT.F:197:21: > > 197 | & id%ELTVAR( IELTPTR8 ), id%A_ELT( RELTPTR8 ), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âeltvarâ at (1) >dfac_distrib_ELT.F:197:44: > > 197 | & id%ELTVAR( IELTPTR8 ), id%A_ELT( RELTPTR8 ), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âeltvalâ at (1) >dfac_distrib_ELT.F:199:21: > > 199 | & id%ROWSCA(1), id%COLSCA(1), KEEP(50) ) > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument ârowscaâ at (1) >dfac_distrib_ELT.F:199:35: > > 199 | & id%ROWSCA(1), id%COLSCA(1), KEEP(50) ) > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âcolscaâ at (1) >dfac_distrib_ELT.F:215:17: > > 215 | & id%ELTVAR(IELTPTR8), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âelnodesâ at (1) >dfac_distrib_ELT.F:216:17: > > 216 | & id%A_ELT (RELTPTR8), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âelvalâ at (1) >dfac_distrib_ELT.F:223:17: > > 223 | & id%ELTVAR(IELTPTR8), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âelnodesâ at (1) >dfac_distrib_ELT.F:255:17: > > 255 | & id%ELTVAR(IELTPTR8), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âelnodesâ at (1) >dfac_distrib_ELT.F:256:17: > > 256 | & id%A_ELT (RELTPTR8), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âelvalâ at (1) >dfac_distrib_ELT.F:280:31: > > 273 | CALL MPI_RECV( ELTVAR_LOC( RECV_IELTPTR8 ), MSGLEN, > | 2 >...... > 280 | CALL MPI_RECV( ELTVAL_LOC( RECV_RELTPTR8 ), MSGLEN, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)). >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dfac_lastrtnelind.F -o dfac_lastrtnelind.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dfac_mem_alloc_cb.F -o dfac_mem_alloc_cb.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dfac_mem_compress_cb.F -o dfac_mem_compress_cb.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dfac_mem_free_block_cb.F -o dfac_mem_free_block_cb.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dfac_mem_stack_aux.F -o dfac_mem_stack_aux.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dfac_mem_stack.F -o dfac_mem_stack.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dfac_process_band.F -o dfac_process_band.o >dfac_process_band.F:273:46: > > 273 | CALL DMUMPS_PROCESS_DESC_BANDE( MYID, DESCBAND_STRUC%BUFR(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âbufrâ at (1) >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dfac_process_blfac_slave.F -o dfac_process_blfac_slave.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dfac_process_blocfacto_LDLT.F -o dfac_process_blocfacto_LDLT.o >dfac_process_blfac_slave.F:187:23: > > 122 | CALL MPI_UNPACK( BUFR, LBUFR_BYTES, POSITION, INODE, 1, > | 2 >...... > 187 | & A(POSBLOCFACTO), NPIV*NCOLU, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)). >dfac_process_blocfacto_LDLT.F:242:23: > > 152 | CALL MPI_UNPACK( BUFR, LBUFR_BYTES, POSITION, INODE, 1, > | 2 >...... > 242 | & PIVDYN, NPIV, > | 1 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) >dfac_process_blocfacto_LDLT.F:251:23: > > 152 | CALL MPI_UNPACK( BUFR, LBUFR_BYTES, POSITION, INODE, 1, > | 2 >...... > 251 | & BLFCTDYN, int(LA_BLOCFACTO), > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)). >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dfac_process_blocfacto.F -o dfac_process_blocfacto.o >dfac_process_blocfacto.F:893:27: > > 871 | & ISLR_INT, 1, MPI_INTEGER, COMM, IERR ) > | 2 >...... > 893 | & BLR_U(I)%Q(1,1), M*K, MPI_DOUBLE_PRECISION, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)). >dfac_process_blocfacto.F:232:35: > > 232 | & BLR_U(1), NB_BLR_U, > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âblr_uâ at (1) >dfac_process_blocfacto.F:233:35: > > 233 | & BEGS_BLR_U(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âbegs_blr_uâ at (1) >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dfac_process_bf.F -o dfac_process_bf.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dfac_process_end_facto_slave.F -o dfac_process_end_facto_slave.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dfac_process_contrib_type1.F -o dfac_process_contrib_type1.o >dfac_process_contrib_type1.F:107:14: > > 56 | & FINODE, 1, MPI_INTEGER, > | 2 >...... > 107 | & A(IPOS_NODE + 1_8 + ISHIFT_PACKET), > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)). >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dfac_process_contrib_type2.F -o dfac_process_contrib_type2.o >dfac_process_contrib_type2.F:299:20: > > 105 | CALL MPI_UNPACK( BUFR, LBUFR_BYTES, POSITION, INODE, 1, > | 2 >...... > 299 | & A(POSCONTRIB), > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)). >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dfac_process_contrib_type3.F -o dfac_process_contrib_type3.o >dfac_process_contrib_type3.F:191:25: > > 73 | & ISON, 1, MPI_INTEGER, COMM, IERR ) > | 2 >...... > 191 | & A( IPTRLU + 1_8 ), int(LREQA), > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)). >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dfac_process_maprow.F -o dfac_process_maprow.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dfac_process_master2.F -o dfac_process_master2.o >dfac_process_master2.F:145:14: > > 67 | & IFATH, 1, MPI_INTEGER > | 2 >...... > 145 | & A(PAMASTER(STEP(ISON)) + > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)). >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dfac_process_message.F -o dfac_process_message.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dfac_process_root2slave.F -o dfac_process_root2slave.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dfac_process_root2son.F -o dfac_process_root2son.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dfac_process_rtnelind.F -o dfac_process_rtnelind.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dfac_root_parallel.F -o dfac_root_parallel.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dfac_scalings.F -o dfac_scalings.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dfac_determinant.F -o dfac_determinant.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dfac_scalings_simScaleAbs.F -o dfac_scalings_simScaleAbs.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dfac_scalings_simScale_util.F -o dfac_scalings_simScale_util.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dfac_sol_pool.F -o dfac_sol_pool.o >dfac_scalings_simScale_util.F:769:24: > > 724 | CALL MPI_IRECV(ISNDRCVJA(OFFS), ITMP, MPI_INTEGER,IPID-1, > | 2 >...... > 769 | CALL MPI_IRECV(ISNDRCVA(OFFS), SZ, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)). >dfac_scalings_simScale_util.F:783:23: > > 731 | CALL MPI_SEND(OSNDRCVJA(OFFS), ITMP, MPI_INTEGER, IPID-1, > | 2 >...... > 783 | CALL MPI_SEND(OSNDRCVA(OFFS), SZ, MPI_DOUBLE_PRECISION, PID-1, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)). >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dfac_type3_symmetrize.F -o dfac_type3_symmetrize.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dini_defaults.F -o dini_defaults.o >dini_defaults.F:52:24: > > 51 | CALL MUMPS_SIZE_C(I(1),I(2),SIZE_INT) > | 2 > 52 | CALL MUMPS_SIZE_C(R(1),R(2),SIZE_REAL_OR_DOUBLE) > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)). >dini_defaults.F:52:29: > > 51 | CALL MUMPS_SIZE_C(I(1),I(2),SIZE_INT) > | 2 > 52 | CALL MUMPS_SIZE_C(R(1),R(2),SIZE_REAL_OR_DOUBLE) > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)). >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fPIC -I../include -I../libseq -DAdd_ -DMUMPS_ARITH=MUMPS_ARITH_d \ > -I/usr/include/metis -I../PORD/include/ -Dpord -Dmetis -c mumps_c.c -o dmumps_c.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dmumps_driver.F -o dmumps_driver.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dmumps_f77.F -o dmumps_f77.o >dmumps_driver.F:659:25: > > 659 | CALL MPI_ALLREDUCE(JOB,JOBMIN,1,MPI_INTEGER,MPI_MAX, > | 1 >...... > 2179 | CALL MPI_ALLREDUCE(TMP1,TMP,1,MPI_2INTEGER, > | 2 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar) >dmumps_driver.F:659:29: > > 659 | CALL MPI_ALLREDUCE(JOB,JOBMIN,1,MPI_INTEGER,MPI_MAX, > | 1 >...... > 2179 | CALL MPI_ALLREDUCE(TMP1,TMP,1,MPI_2INTEGER, > | 2 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar) >dmumps_driver.F:661:25: > > 661 | CALL MPI_ALLREDUCE(JOB,JOBMAX,1,MPI_INTEGER,MPI_MIN, > | 1 >...... > 2179 | CALL MPI_ALLREDUCE(TMP1,TMP,1,MPI_2INTEGER, > | 2 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar) >dmumps_driver.F:661:29: > > 661 | CALL MPI_ALLREDUCE(JOB,JOBMAX,1,MPI_INTEGER,MPI_MIN, > | 1 >...... > 2179 | CALL MPI_ALLREDUCE(TMP1,TMP,1,MPI_2INTEGER, > | 2 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar) >dmumps_driver.F:2080:22: > > 2080 | CALL MPI_BCAST( id%RINFOG(1), 40, MPI_DOUBLE_PRECISION, MASTER, > | 1 >...... > 2183 | CALL MPI_BCAST( INFOG(1), 1, MPI_INTEGER, ROOT, COMM, IERR ) > | 2 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)). >dmumps_driver.F:2095:28: > > 2095 | call MPI_ALLREDUCE(id%KEEP8(55),id%KEEP8(57),1, > | 1 >...... > 2179 | CALL MPI_ALLREDUCE(TMP1,TMP,1,MPI_2INTEGER, > | 2 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(8)/INTEGER(4)). >dmumps_driver.F:2095:41: > > 2095 | call MPI_ALLREDUCE(id%KEEP8(55),id%KEEP8(57),1, > | 1 >...... > 2179 | CALL MPI_ALLREDUCE(TMP1,TMP,1,MPI_2INTEGER, > | 2 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(8)/INTEGER(4)). >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fPIC -I../include -I../libseq -DAdd_ -I/usr/include/metis -I../PORD/include/ -Dpord -Dmetis -c dmumps_gpu.c -o dmumps_gpu.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dmumps_iXamax.F -o dmumps_iXamax.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dana_mtrans.F -o dana_mtrans.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dooc_panel_piv.F -o dooc_panel_piv.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c drank_revealing.F -o drank_revealing.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dsol_aux.F -o dsol_aux.o >dsol_aux.F:759:26: > > 757 | CALL MPI_SEND(N_LOCAL_LIST, 1, > | 2 > 758 | & MPI_INTEGER, MASTER, TAG_SIZE, id%COMM,IERR) > 759 | CALL MPI_SEND(LOCAL_LIST, N_LOCAL_LIST, > | 1 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) >dsol_aux.F:802:26: > > 782 | CALL MPI_RECV(TMP, 1, MPI_INTEGER, MPI_ANY_SOURCE, > | 2 >...... > 802 | CALL MPI_RECV(LOCAL_LIST, NSTEPS, MPI_INTEGER, > | 1 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dsol_bwd_aux.F -o dsol_bwd_aux.o >dsol_bwd_aux.F:1170:17: > > 1133 | & INODE, 1, MPI_INTEGER, > | 2 >...... > 1170 | & W(POSWCB + 1), LONG, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)). >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dsol_bwd.F -o dsol_bwd.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dsol_c.F -o dsol_c.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dsol_fwd_aux.F -o dsol_fwd_aux.o >dsol_fwd_aux.F:116:22: > > 79 | & FINODE, 1, MPI_INTEGER, COMM, IERR ) > | 2 >...... > 116 | & WCB( PLEFTWCB ), > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)). >dsol_c.F:1098:19: > > 1095 | & NPIV, 1, MPI_INTEGER, COMM, IERR) > | 2 >...... > 1098 | & IROWlist, NPIV, MPI_INTEGER, COMM, IERR) > | 1 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) >dsol_c.F:1106:23: > > 1095 | & NPIV, 1, MPI_INTEGER, COMM, IERR) > | 2 >...... > 1106 | & CWORK, NPIV, MPI_DOUBLE_PRECISION, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)). >dsol_c.F:1204:24: > > 1204 | CALL MPI_PACK(RHSCOMP(IPOSINRHSCOMP,J), NPIV, > | 1 >...... > 1217 | CALL MPI_PACK(FIN, 1, MPI_INTEGER, BUFFER, > | 2 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)). >dsol_c.F:1712:29: > > 1219 | CALL MPI_SEND(BUFFER, POS_BUF, MPI_PACKED, MASTER, > | 2 >...... > 1712 | CALL MPI_SEND( BUF_RHS_2, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)). >dsol_c.F:1812:34: > > 1090 | CALL MPI_RECV( BUFFER, SIZE_BUF_BYTES, MPI_PACKED, > | 2 >...... > 1812 | CALL MPI_RECV(BUF_RHS_2, BUF_EFFSIZE*NRHS, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)). >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dsol_fwd.F -o dsol_fwd.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dsol_matvec.F -o dsol_matvec.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dsol_root_parallel.F -o dsol_root_parallel.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dtools.F -o dtools.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c dtype3_root.F -o dtype3_root.o >dtype3_root.F:1202:16: > > 1202 | & root%SCHUR_POINTER(1), root%SCHUR_LLD, LOCAL_M, LOCAL_N, > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âvalrootâ at (1) >dtype3_root.F:1215:17: > > 1215 | & root%SCHUR_POINTER(1), root%SCHUR_LLD, > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âvalrootâ at (1) >dtype3_root.F:431:14: > > 431 | & root%SCHUR_POINTER(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âval_rootâ at (1) >dtype3_root.F:437:19: > > 437 | & LDA, SONA_PTR( POSSONA_PTR + SHIFT_VAL_SON ), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âval_sonâ at (1) >dtype3_root.F:443:14: > > 443 | & root%RG2L_ROW(1), root%RG2L_COL(1), TRANSPOSE_ASM, > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument ârg2l_rowâ at (1) >dtype3_root.F:443:32: > > 443 | & root%RG2L_ROW(1), root%RG2L_COL(1), TRANSPOSE_ASM, > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument ârg2l_colâ at (1) >dtype3_root.F:445:14: > > 445 | & root%RHS_ROOT(1,1), root%RHS_NLOC ) > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument ârhs_rootâ at (1) >dtype3_root.F:465:19: > > 465 | & LDA, SONA_PTR( POSSONA_PTR + SHIFT_VAL_SON ), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âval_sonâ at (1) >dtype3_root.F:471:14: > > 471 | & root%RG2L_ROW(1), root%RG2L_COL(1), TRANSPOSE_ASM, > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument ârg2l_rowâ at (1) >dtype3_root.F:471:32: > > 471 | & root%RG2L_ROW(1), root%RG2L_COL(1), TRANSPOSE_ASM, > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument ârg2l_colâ at (1) >dtype3_root.F:473:14: > > 473 | & root%RHS_ROOT(1,1), root%RHS_NLOC ) > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument ârhs_rootâ at (1) >dtools.F:300:17: > > 300 | & SON_A(IACHK), SIZFR_SON_A, MonBloc, > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âafacâ at (1) >dtools.F:1609:23: > > 1603 | CALL dcopy(N8, SRC(1), 1, DEST(1), 1) > | 2 >...... > 1609 | CALL dcopy(I4SIZE, SRC(SHIFT8), 1, DEST(SHIFT8), 1) > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/INTEGER(8)). >x86_64-pc-linux-gnu-ar cr ../lib/libdmumps.a dana_aux.o dana_aux_par.o dana_lr.o dfac_asm_master_ELT_m.o dfac_asm_master_m.o dfac_front_aux.o dfac_front_LU_type1.o dfac_front_LU_type2.o dfac_front_LDLT_type1.o dfac_front_LDLT_type2.o dfac_front_type2_aux.o dfac_sispointers_m.o dfac_lr.o dfac_mem_dynamic.o dfac_omp_m.o dfac_par_m.o dfac_sol_l0omp_m.o dlr_core.o dlr_stats.o dlr_type.o dmumps_comm_buffer.o dmumps_config_file.o dmumps_load.o dmumps_lr_data_m.o dmumps_ooc_buffer.o dmumps_ooc.o dmumps_sol_es.o dmumps_save_restore.o dmumps_save_restore_files.o dmumps_struc_def.o domp_tps_m.o dsol_lr.o dsol_omp_m.o dstatic_ptr_m.o dini_driver.o dana_driver.o dfac_driver.o dsol_driver.o dsol_distrhs.o dend_driver.o dana_aux_ELT.o dana_dist_m.o dana_LDLT_preprocess.o dana_reordertree.o darrowheads.o dbcast_int.o dfac_asm_ELT.o dfac_asm.o dfac_b.o dfac_distrib_distentry.o dfac_distrib_ELT.o dfac_lastrtnelind.o dfac_mem_alloc_cb.o dfac_mem_compress_cb.o dfac_mem_free_block_cb.o dfac_mem_stack_aux.o dfac_mem_stack.o dfac_process_band.o dfac_process_blfac_slave.o dfac_process_blocfacto_LDLT.o dfac_process_blocfacto.o dfac_process_bf.o dfac_process_end_facto_slave.o dfac_process_contrib_type1.o dfac_process_contrib_type2.o dfac_process_contrib_type3.o dfac_process_maprow.o dfac_process_master2.o dfac_process_message.o dfac_process_root2slave.o dfac_process_root2son.o dfac_process_rtnelind.o dfac_root_parallel.o dfac_scalings.o dfac_determinant.o dfac_scalings_simScaleAbs.o dfac_scalings_simScale_util.o dfac_sol_pool.o dfac_type3_symmetrize.o dini_defaults.o dmumps_c.o dmumps_driver.o dmumps_f77.o dmumps_gpu.o dmumps_iXamax.o dana_mtrans.o dooc_panel_piv.o drank_revealing.o dsol_aux.o dsol_bwd_aux.o dsol_bwd.o dsol_c.o dsol_fwd_aux.o dsol_fwd.o dsol_matvec.o dsol_root_parallel.o dtools.o dtype3_root.o >x86_64-pc-linux-gnu-ranlib ../lib/libdmumps.a >make[3]: Leaving directory '/var/tmp/portage/sci-libs/mumps-5.3.5-r1/work/MUMPS_5.3.5/src' >make[2]: Leaving directory '/var/tmp/portage/sci-libs/mumps-5.3.5-r1/work/MUMPS_5.3.5/src' >make[1]: Leaving directory '/var/tmp/portage/sci-libs/mumps-5.3.5-r1/work/MUMPS_5.3.5' >make ARITH=s mumps_lib >make[1]: Entering directory '/var/tmp/portage/sci-libs/mumps-5.3.5-r1/work/MUMPS_5.3.5' >(cd libseq; make) >make[2]: Entering directory '/var/tmp/portage/sci-libs/mumps-5.3.5-r1/work/MUMPS_5.3.5/libseq' >make[2]: Nothing to be done for 'all'. >make[2]: Leaving directory '/var/tmp/portage/sci-libs/mumps-5.3.5-r1/work/MUMPS_5.3.5/libseq' >(cd src ; make s) >make[2]: Entering directory '/var/tmp/portage/sci-libs/mumps-5.3.5-r1/work/MUMPS_5.3.5/src' >make ARITH=s mumps_lib >make[3]: Entering directory '/var/tmp/portage/sci-libs/mumps-5.3.5-r1/work/MUMPS_5.3.5/src' >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c smumps_struc_def.F -o smumps_struc_def.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c slr_type.F -o slr_type.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sstatic_ptr_m.F -o sstatic_ptr_m.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c somp_tps_m.F -o somp_tps_m.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c smumps_ooc_buffer.F -o smumps_ooc_buffer.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sfac_sispointers_m.F -o sfac_sispointers_m.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c smumps_lr_data_m.F -o smumps_lr_data_m.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c slr_stats.F -o slr_stats.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sana_aux.F -o sana_aux.o >sana_aux.F:1399:14: > > 1399 | & PERM(1),IPQ8(1)) > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âflagâ at (1) >sana_aux.F:1402:14: > > 1402 | & PERM(1)) > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âflagâ at (1) >sana_aux.F:1412:18: > > 1412 | & NUMNZ, PERM(1), LIW, IW(IPIW), LDW, S2(LS2+1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âpermâ at (1) >sana_aux.F:206:37: > > 206 | CALL SMUMPS_ANA_GNEW(N,NZ8,IRN(1), ICN(1), IW(1), LIW8, > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âirnâ at (1) >sana_aux.F:206:45: > > 206 | CALL SMUMPS_ANA_GNEW(N,NZ8,IRN(1), ICN(1), IW(1), LIW8, > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âicnâ at (1) >sana_aux.F:206:53: > > 206 | CALL SMUMPS_ANA_GNEW(N,NZ8,IRN(1), ICN(1), IW(1), LIW8, > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âiwâ at (1) >sana_aux.F:207:14: > > 207 | & IPE(1), PTRAR(1,2), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âipeâ at (1) >sana_aux.F:337:30: > > 337 | & (N,NZ8,IRN(1), ICN(1), IW(1), LIW8, > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âirnâ at (1) >sana_aux.F:337:38: > > 337 | & (N,NZ8,IRN(1), ICN(1), IW(1), LIW8, > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âicnâ at (1) >sana_aux.F:337:46: > > 337 | & (N,NZ8,IRN(1), ICN(1), IW(1), LIW8, > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âiwâ at (1) >sana_aux.F:338:24: > > 338 | & IPE(1), PTRAR(1,2), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âipeâ at (1) >sana_aux.F:749:42: > > 749 | CALL SMUMPS_ANA_GNEW(N,NZ8,IRN(1),ICN(1),IW(1),LIW8, > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âirnâ at (1) >sana_aux.F:749:49: > > 749 | CALL SMUMPS_ANA_GNEW(N,NZ8,IRN(1),ICN(1),IW(1),LIW8, > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âicnâ at (1) >sana_aux.F:749:56: > > 749 | CALL SMUMPS_ANA_GNEW(N,NZ8,IRN(1),ICN(1),IW(1),LIW8, > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âiwâ at (1) >sana_aux.F:750:20: > > 750 | & IPE(1), PTRAR(1,2), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âipeâ at (1) >sana_aux.F:789:38: > > 789 | CALL SMUMPS_ANA_J(N, NZ8, IRN(1), ICN(1), IKEEP1(1), IW(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âirnâ at (1) >sana_aux.F:789:46: > > 789 | CALL SMUMPS_ANA_J(N, NZ8, IRN(1), ICN(1), IKEEP1(1), IW(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âicnâ at (1) >sana_aux.F:789:54: > > 789 | CALL SMUMPS_ANA_J(N, NZ8, IRN(1), ICN(1), IKEEP1(1), IW(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âpermâ at (1) >sana_aux.F:789:65: > > 789 | CALL SMUMPS_ANA_J(N, NZ8, IRN(1), ICN(1), IKEEP1(1), IW(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âiwâ at (1) >sana_aux.F:790:23: > > 790 | & LIW8, IPE(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âipeâ at (1) >sana_aux.F:798:33: > > 798 | CALL SMUMPS_ANA_K(N, IPE(1), IW(1), LIW8, IWFR8, IKEEP1(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âipeâ at (1) >sana_aux.F:798:41: > > 798 | CALL SMUMPS_ANA_K(N, IPE(1), IW(1), LIW8, IWFR8, IKEEP1(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âiwâ at (1) >sana_aux.F:798:61: > > 798 | CALL SMUMPS_ANA_K(N, IPE(1), IW(1), LIW8, IWFR8, IKEEP1(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âipsâ at (1) >sana_aux.F:799:20: > > 799 | & IKEEP2(1), IWL1, > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âipvâ at (1) >sana_aux.F:824:29: > > 824 | & (N, PARENT, IWL1, IKEEP1(1), IKEEP2(1), IKEEP3(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âipsâ at (1) >sana_aux.F:824:40: > > 824 | & (N, PARENT, IWL1, IKEEP1(1), IKEEP2(1), IKEEP3(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âneâ at (1) >sana_aux.F:824:51: > > 824 | & (N, PARENT, IWL1, IKEEP1(1), IKEEP2(1), IKEEP3(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument ânaâ at (1) >sana_aux.F:825:11: > > 825 | & NFSIZ(1), PTRAR, INFO(6), FILS(1), FRERE(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument ânfsizâ at (1) >sana_aux.F:825:37: > > 825 | & NFSIZ(1), PTRAR, INFO(6), FILS(1), FRERE(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âfilsâ at (1) >sana_aux.F:825:46: > > 825 | & NFSIZ(1), PTRAR, INFO(6), FILS(1), FRERE(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âfrereâ at (1) >sana_aux.F:827:50: > > 827 | & KEEP(20),KEEP(38),PTRAR(1,2),KEEP(104),IW(1),KEEP(50), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âcumulâ at (1) >sana_aux.F:854:24: > > 854 | CALL SMUMPS_ANA_M(IKEEP2(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âneâ at (1) >sana_aux.F:894:34: > > 894 | CALL SMUMPS_CUTNODES(N, FRERE(1), FILS(1), NFSIZ(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âfrereâ at (1) >sana_aux.F:894:44: > > 894 | CALL SMUMPS_CUTNODES(N, FRERE(1), FILS(1), NFSIZ(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âfilsâ at (1) >sana_aux.F:894:53: > > 894 | CALL SMUMPS_CUTNODES(N, FRERE(1), FILS(1), NFSIZ(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument ânfsizâ at (1) >sana_aux.F:914:33: > > 914 | CALL SMUMPS_CUTNODES(N, FRERE(1), FILS(1), NFSIZ(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âfrereâ at (1) >sana_aux.F:914:43: > > 914 | CALL SMUMPS_CUTNODES(N, FRERE(1), FILS(1), NFSIZ(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âfilsâ at (1) >sana_aux.F:914:52: > > 914 | CALL SMUMPS_CUTNODES(N, FRERE(1), FILS(1), NFSIZ(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument ânfsizâ at (1) >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sana_aux_par.F -o sana_aux_par.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sfac_sol_l0omp_m.F -o sfac_sol_l0omp_m.o >sana_aux_par.F:1673:24: > > 1673 | CALL MPI_ALLTOALL(SNDCNT(1), 1, MPI_INTEGER8, RCVCNT(1), 1, > | 1 >...... > 1961 | CALL MPI_ALLTOALL(SNDCNT(1), 1, MPI_INTEGER, RCVCNT(1), 1, > | 2 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(8)/INTEGER(4)). >sana_aux_par.F:1673:52: > > 1673 | CALL MPI_ALLTOALL(SNDCNT(1), 1, MPI_INTEGER8, RCVCNT(1), 1, > | 1 >...... > 1961 | CALL MPI_ALLTOALL(SNDCNT(1), 1, MPI_INTEGER, RCVCNT(1), 1, > | 2 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(8)/INTEGER(4)). >sana_aux_par.F:980:22: > > 980 | CALL MPI_GATHER(MYNCLIQUES, 1, MPI_INTEGER, NCLIQUES(1), 1, > | 1 >...... > 1834 | CALL MPI_GATHER(TOP_CNT, 1, MPI_INTEGER8, RCVCNT(1), 1, > | 2 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/INTEGER(8)). >sana_aux_par.F:980:50: > > 980 | CALL MPI_GATHER(MYNCLIQUES, 1, MPI_INTEGER, NCLIQUES(1), 1, > | 1 >...... > 1834 | CALL MPI_GATHER(TOP_CNT, 1, MPI_INTEGER8, RCVCNT(1), 1, > | 2 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/INTEGER(8)). >sana_aux_par.F:1112:27: > > 1109 | CALL MPI_IRECV(BUF_PE2(1), ord%LAST(PROC+2)- > | 2 >...... > 1112 | CALL MPI_IRECV(BUF_NV2(1), ord%LAST(PROC+2)- > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/INTEGER(8)). >sana_aux_par.F:1173:23: > > 1173 | CALL MPI_SEND(IPE(1), ord%LAST(MYID+1)-ord%FIRST(MYID+1)+1, > | 1 >...... > 1874 | CALL MPI_SEND(TSENDI(TOP_CNT-I+1), I, > | 2 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(8)/INTEGER(4)). >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c smumps_config_file.F -o smumps_config_file.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c smumps_save_restore_files.F -o smumps_save_restore_files.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c ssol_omp_m.F -o ssol_omp_m.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c smumps_ooc.F -o smumps_ooc.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c slr_core.F -o slr_core.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c smumps_sol_es.F -o smumps_sol_es.o >slr_core.F:850:47: > > 850 | CALL SMUMPS_TRUNCATED_RRQR(M, N, ACC_LRB%Q(1,1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âaâ at (1) >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c ssol_lr.F -o ssol_lr.o >ssol_lr.F:518:15: > > 518 | & DIAG(1), size(DIAG), DIAGSIZ_DYN, NELIM_PANEL, LIELL, > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âdiagâ at (1) >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c smumps_save_restore.F -o smumps_save_restore.o >smumps_save_restore.F:1342:42: > > 969 | CALL MUMPS_SETI8TOI4(TOTAL_FILE_SIZE-size_written, > | 2 >...... > 1342 | CALL MUMPS_SETI8TOI4(size_array1*size_array2 > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/INTEGER(8)). >smumps_save_restore.F:97:22: > > 97 | CALL MPI_BCAST( ICNTL34, 1, MPI_INTEGER, MASTER, id%COMM, ierr ) > | 1 >...... > 984 | CALL MPI_BCAST( hash, 23, MPI_CHARACTER, 0, id%COMM, ierr ) > | 2 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/CHARACTER(*)). >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sana_lr.F -o sana_lr.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c smumps_comm_buffer.F -o smumps_comm_buffer.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sfac_lr.F -o sfac_lr.o >sfac_lr.F:391:22: > > 391 | & TEMP_BLOCK , NELIM , BLR_L(I)%Q(1,1) , ML , > | 1 >...... > 1907 | & BLR_PANEL(IP-CURRENT_BLR)%R(1,1) , K, > | 2 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-2) >sfac_lr.F:304:20: > > 304 | & TEMP_BLOCK , NELIM , BLR_L(I)%Q(1,1) , ML , > | 1 >...... > 1907 | & BLR_PANEL(IP-CURRENT_BLR)%R(1,1) , K, > | 2 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-2) >sfac_lr.F:241:39: > > 241 | & LRB%Q(1,1), LRB%M, TEMP_BLOCK, LRB%K, > | 1 >...... > 1908 | & BLR_PANEL(IP-CURRENT_BLR)%Q(1,1) , M, > | 2 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-2) >smumps_comm_buffer.F:3343:27: > > 3310 | CALL MPI_PACK( size(BLR), 1, MPI_INTEGER, > | 2 >...... > 3343 | CALL MPI_PACK( BLR(I)%Q(1,1), BLR(I)%M*BLR(I)%K, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). >smumps_comm_buffer.F:3275:25: > > 3254 | & ISLR_INT, 1, MPI_INTEGER, COMM, IERR ) > | 2 >...... > 3275 | & LRB%Q(1,1), M*K, MPI_REAL, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). >smumps_comm_buffer.F:3075:23: > > 3075 | CALL MPI_PACK( LIST_SLAVES, NSLAVES, MPI_INTEGER, > | 1 >...... > 3310 | CALL MPI_PACK( size(BLR), 1, MPI_INTEGER, > | 2 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) >smumps_comm_buffer.F:1958:27: > > 1958 | CALL MPI_PACK( IPIV, NPIV, MPI_INTEGER, > | 1 >...... > 3310 | CALL MPI_PACK( size(BLR), 1, MPI_INTEGER, > | 2 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) >smumps_comm_buffer.F:1986:25: > > 1986 | & CALL MPI_PACK( RELAY_INFO, LRELAY_INFO, MPI_INTEGER, > | 1 >...... > 3310 | CALL MPI_PACK( size(BLR), 1, MPI_INTEGER, > | 2 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) >smumps_comm_buffer.F:976:27: > > 976 | CALL MPI_PACK( SLAVES, NSLAVES, MPI_INTEGER, > | 1 >...... > 3310 | CALL MPI_PACK( size(BLR), 1, MPI_INTEGER, > | 2 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) >smumps_comm_buffer.F:980:25: > > 980 | CALL MPI_PACK( IROW, NROW, MPI_INTEGER, > | 1 >...... > 3310 | CALL MPI_PACK( size(BLR), 1, MPI_INTEGER, > | 2 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) >smumps_comm_buffer.F:983:25: > > 983 | CALL MPI_PACK( ICOL, NCOL, MPI_INTEGER, > | 1 >...... > 3310 | CALL MPI_PACK( size(BLR), 1, MPI_INTEGER, > | 2 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) >smumps_comm_buffer.F:554:25: > > 554 | CALL MPI_PACK( IW, LONG, MPI_INTEGER, > | 1 >...... > 3310 | CALL MPI_PACK( size(BLR), 1, MPI_INTEGER, > | 2 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) >smumps_comm_buffer.F:372:25: > > 372 | CALL MPI_PACK( IWROW, LCONT, MPI_INTEGER, > | 1 >...... > 3310 | CALL MPI_PACK( size(BLR), 1, MPI_INTEGER, > | 2 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) >smumps_comm_buffer.F:375:25: > > 375 | CALL MPI_PACK( IWCOL, LCONT, MPI_INTEGER, > | 1 >...... > 3310 | CALL MPI_PACK( size(BLR), 1, MPI_INTEGER, > | 2 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c smumps_load.F -o smumps_load.o >smumps_load.F:1231:11: > > 1227 | & WHAT, 1, MPI_INTEGER, > | 2 >...... > 1231 | & LOAD_RECEIVED, 1, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)). >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sfac_mem_dynamic.F -o sfac_mem_dynamic.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sfac_front_aux.F -o sfac_front_aux.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sfac_asm_master_ELT_m.F -o sfac_asm_master_ELT_m.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sfac_asm_master_m.F -o sfac_asm_master_m.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sfac_front_LU_type1.F -o sfac_front_LU_type1.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sfac_front_type2_aux.F -o sfac_front_type2_aux.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sfac_front_LDLT_type1.F -o sfac_front_LDLT_type1.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sfac_front_LU_type2.F -o sfac_front_LU_type2.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sfac_front_LDLT_type2.F -o sfac_front_LDLT_type2.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sfac_omp_m.F -o sfac_omp_m.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sfac_par_m.F -o sfac_par_m.o >sfac_par_m.F:784:42: > > 678 | CALL MUMPS_SET_IERROR(LBUFRX, INFO(2) ) > | 2 >...... > 784 | CALL MUMPS_SET_IERROR(LRHS_CNTR_MASTER_ROOT,INFO(2)) > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/INTEGER(8)). >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sini_driver.F -o sini_driver.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sana_driver.F -o sana_driver.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sfac_driver.F -o sfac_driver.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c ssol_driver.F -o ssol_driver.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c ssol_distrhs.F -o ssol_distrhs.o >sfac_driver.F:360:24: > > 360 | CALL MPI_REDUCE ( id%KEEP8(24), LWK_USER_SUM8, 1, MPI_INTEGER8, > | 1 >...... > 3485 | CALL MPI_REDUCE( LOC_VAL, AVG_VAL, 1, MPI_REAL, > | 2 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(8)/REAL(4)). >sfac_driver.F:360:38: > > 360 | CALL MPI_REDUCE ( id%KEEP8(24), LWK_USER_SUM8, 1, MPI_INTEGER8, > | 1 >...... > 3485 | CALL MPI_REDUCE( LOC_VAL, AVG_VAL, 1, MPI_REAL, > | 2 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(8)/REAL(4)). >sfac_driver.F:475:21: > > 441 | CALL MPI_BCAST( KEEP(12), 1, MPI_INTEGER, > | 2 >...... > 475 | CALL MPI_BCAST(CNTL1, 1, MPI_REAL, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). >sfac_driver.F:2499:27: > > 2499 | CALL MPI_RECV( KEEP(17), 1, MPI_INTEGER, 1, DEFIC_TAG, > | 1 >...... > 3593 | CALL MPI_RECV( id%REDRHS((I-1)*id%LREDRHS+1), > | 2 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/REAL(4)). >sfac_driver.F:2502:27: > > 2502 | CALL MPI_SEND( KEEP(17), 1, MPI_INTEGER, 0, DEFIC_TAG, > | 1 >...... > 3586 | & id%root%RHS_CNTR_MASTER_ROOT((I-1)*SIZE_SCHUR+1), > | 2 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/REAL(4)). >ssol_driver.F:1336:26: > > 568 | CALL MPI_BCAST(MTYPE,1,MPI_INTEGER,MASTER, > | 2 >...... > 1336 | CALL MPI_BCAST( WORKSPACE_MINIMAL_PREFERRED, 1, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (LOGICAL(4)/INTEGER(4)). >sfac_driver.F:2699:26: > > 1949 | CALL MPI_ALLREDUCE(id%KEEP8(29), NZ_locMAX8, 1, MPI_INTEGER8, > | 2 >...... > 2699 | CALL MPI_ALLREDUCE( id%INFO(11), INFOG(11), 1, MPI_INTEGER, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/INTEGER(8)). >sfac_driver.F:2699:39: > > 1949 | CALL MPI_ALLREDUCE(id%KEEP8(29), NZ_locMAX8, 1, MPI_INTEGER8, > | 2 >...... > 2699 | CALL MPI_ALLREDUCE( id%INFO(11), INFOG(11), 1, MPI_INTEGER, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/INTEGER(8)). >ssol_driver.F:2180:24: > > 568 | CALL MPI_BCAST(MTYPE,1,MPI_INTEGER,MASTER, > | 2 >...... > 2180 | CALL MPI_BCAST( UNS_PERM_INV,id%N,MPI_INTEGER,MASTER, > | 1 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) >ssol_driver.F:3603:16: > > 3580 | & C_DUMMY, 1, 1, > | 2 >...... > 3603 | & id%RHSCOMP(IBEG_RHSCOMP), LD_RHSCOMP, NBRHS_EFF, > | 1 >Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2) >ssol_driver.F:3604:16: > > 3581 | & IDUMMY, 0, > | 2 >...... > 3604 | & id%POSINRHSCOMP_ROW(1), NB_FS_RHSCOMP_F, > | 1 >Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2) >ssol_driver.F:3606:16: > > 3582 | & JDUMMY, id%KEEP(1), id%KEEP8(1), id%PROCNODE_STEPS(1), > | 2 >...... > 3606 | & id%PTLUST_S(1), id%KEEP(1), id%KEEP8(1), > | 1 >Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2) >ssol_driver.F:3608:16: > > 3583 | & IDUMMY, 1, > | 2 >...... > 3608 | & IS(1), LIW_PASSED, > | 1 >Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2) >ssol_driver.F:3975:31: > > 2430 | CALL MPI_SEND(LD_REDRHS,1,MPI_INTEGER, > | 2 >...... > 3975 | CALL MPI_SEND(id%REDRHS(KDEC), > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). >ssol_driver.F:3993:31: > > 2434 | CALL MPI_RECV(LD_REDRHS,1,MPI_INTEGER, > | 2 >...... > 3993 | CALL MPI_RECV(PTR_RHS_ROOT(II), > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). >ssol_driver.F:4053:55: > > 4033 | & , 1, 1, 1, 1, IDUMMY, 1, JDUMMY, KDUMMY, 1, LDUMMY, 1, MDUMMY > | 2 >...... > 4053 | & NZ_THIS_BLOCK, NBCOL_INBLOC, id%NRHS, JBEG_RHS, id%Step2node(1), > | 1 >Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2) >ssol_driver.F:4054:19: > > 4033 | & , 1, 1, 1, 1, IDUMMY, 1, JDUMMY, KDUMMY, 1, LDUMMY, 1, MDUMMY > | 2 >...... > 4054 | & id%KEEP(28),IRHS_SPARSE_COPY(1),IRHS_PTR_COPY(1), size(PERM_RHS), > | 1 >Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2) >ssol_driver.F:4054:39: > > 4033 | & , 1, 1, 1, 1, IDUMMY, 1, JDUMMY, KDUMMY, 1, LDUMMY, 1, MDUMMY > | 2 >...... > 4054 | & id%KEEP(28),IRHS_SPARSE_COPY(1),IRHS_PTR_COPY(1), size(PERM_RHS), > | 1 >Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2) >ssol_driver.F:4264:16: > > 4223 | & JDUMMY, id%KEEP(1), id%KEEP8(1), > | 2 >...... > 4264 | & id%PTLUST_S(1), id%KEEP(1), id%KEEP8(1), > | 1 >Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2) >ssol_driver.F:4265:38: > > 4224 | & id%PROCNODE_STEPS(1), IDUMMY, 1, > | 2 >...... > 4265 | & id%PROCNODE_STEPS(1), IS(1), LIW_PASSED, > | 1 >Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2) >ssol_driver.F:4269:16: > > 4228 | & C_DUMMY, 1 , 1, IDUMMY, 1, > | 2 >...... > 4269 | & id%RHSCOMP(IBEG_RHSCOMP), LD_RHSCOMP, NBRHS_EFF, > | 1 >Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2) >ssol_driver.F:4270:16: > > 4228 | & C_DUMMY, 1 , 1, IDUMMY, 1, > | 2 >...... > 4270 | & id%POSINRHSCOMP_COL(1), id%N, > | 1 >Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2) >ssol_driver.F:4276:16: > > 4235 | & C_DUMMY, 1, 1, > | 2 >...... > 4276 | & id%RHSCOMP(IBEG_RHSCOMP), LD_RHSCOMP, NBRHS_EFF, > | 1 >Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2) >ssol_driver.F:4284:16: > > 4243 | & IDUMMY, 1, 0 > | 2 >...... > 4284 | & id%POSINRHSCOMP_COL(1), id%N, NB_FS_RHSCOMP_TOT > | 1 >Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2) >ssol_driver.F:4540:33: > > 1700 | CALL MPI_REDUCE( MAT_ALLOC_LOC, MAT_ALLOC, 1, > | 2 >...... > 4540 | CALL MPI_REDUCE( R_LOCWK54, R_W( id%N + 1 ), > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). >ssol_driver.F:4540:44: > > 1700 | CALL MPI_REDUCE( MAT_ALLOC_LOC, MAT_ALLOC, 1, > | 2 >...... > 4540 | CALL MPI_REDUCE( R_LOCWK54, R_W( id%N + 1 ), > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). >ssol_driver.F:5689:12: > > 3580 | & C_DUMMY, 1, 1, > | 2 >...... > 5689 | & id%RHSCOMP(IBEG_RHSCOMP), LD_RHSCOMP, 1, > | 1 >Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2) >ssol_driver.F:5690:12: > > 3581 | & IDUMMY, 0, > | 2 >...... > 5690 | & PTR_POSINRHSCOMP_FWD(1), NB_FS_RHSCOMP_F, > | 1 >Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2) >ssol_driver.F:5692:12: > > 3582 | & JDUMMY, id%KEEP(1), id%KEEP8(1), id%PROCNODE_STEPS(1), > | 2 >...... > 5692 | & id%PTLUST_S(1), id%KEEP(1), id%KEEP8(1), > | 1 >Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2) >ssol_driver.F:5694:12: > > 3583 | & IDUMMY, 1, > | 2 >...... > 5694 | & IS(1), LIW_PASSED, > | 1 >Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2) >ssol_driver.F:5784:20: > > 4222 | & MTYPE, id%RHS(1), LD_RHS, id%NRHS, JBEG_RHS, > | 2 >...... > 5784 | & SOLVET, C_Y, id%N, NBRHS_EFF, 1, > | 1 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) >ssol_driver.F:5798:20: > > 4222 | & MTYPE, id%RHS(1), LD_RHS, id%NRHS, JBEG_RHS, > | 2 >...... > 5798 | & SOLVET, C_Y, id%N, NBRHS_EFF, 1, > | 1 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) >ssol_driver.F:5799:12: > > 4223 | & JDUMMY, id%KEEP(1), id%KEEP8(1), > | 2 >...... > 5799 | & id%PTLUST_S(1), id%KEEP(1),id%KEEP8(1), > | 1 >Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2) >ssol_driver.F:5801:12: > > 4224 | & id%PROCNODE_STEPS(1), IDUMMY, 1, > | 2 >...... > 5801 | & IS(1), LIW_PASSED, > | 1 >Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2) >ssol_driver.F:5805:12: > > 4228 | & C_DUMMY, 1 , 1, IDUMMY, 1, > | 2 >...... > 5805 | & id%RHSCOMP(IBEG_RHSCOMP), LD_RHSCOMP, NBRHS_EFF, > | 1 >Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2) >ssol_driver.F:5806:12: > > 4228 | & C_DUMMY, 1 , 1, IDUMMY, 1, > | 2 >...... > 5806 | & PTR_POSINRHSCOMP_BWD(1), id%N, > | 1 >Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2) >ssol_distrhs.F:438:26: > > 435 | CALL MPI_ISEND( IRHS_loc_sorted(NEXTROWTOSEND(IPROC_ARG+1)), > | 2 >...... > 438 | CALL MPI_ISEND( BUFR(1,IBUF), NBRECORDS*NRHS_COL, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). >ssol_distrhs.F:201:24: > > 198 | CALL MPI_RECV(BUFRECI(1), NBRECORDS, MPI_INTEGER, > | 2 >...... > 201 | CALL MPI_RECV(BUFRECR(1), NBRECORDS*NRHS_COL, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). >sana_driver.F:3681:27: > > 3593 | CALL MPI_SEND( NZ_loc8, 1, MPI_INTEGER8, MASTER, > | 2 >...... > 3681 | CALL MPI_SEND( id%IRN_loc(I8), SIZE_SENT, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/INTEGER(8)). >sana_driver.F:380:30: > > 380 | CALL MPI_ALLREDUCE( id%KEEP8(29), id%KEEP8(28), 1, > | 1 >...... > 3762 | CALL MPI_ALLREDUCE(MM_WRITE, MM_WRITE_CHECK, 1, > | 2 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(8)/INTEGER(4)). >sana_driver.F:380:44: > > 380 | CALL MPI_ALLREDUCE( id%KEEP8(29), id%KEEP8(28), 1, > | 1 >...... > 3762 | CALL MPI_ALLREDUCE(MM_WRITE, MM_WRITE_CHECK, 1, > | 2 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(8)/INTEGER(4)). >sana_driver.F:385:28: > > 329 | CALL MPI_BCAST( KEEP(60), 1, MPI_INTEGER, MASTER, id%COMM, IERR ) > | 2 >...... > 385 | CALL MPI_BCAST( id%KEEP8(28), 1, MPI_INTEGER8, MASTER, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(8)/INTEGER(4)). >sana_driver.F:1949:26: > > 1949 | CALL MPI_RECV(id%NBSA_LOCAL,1,MPI_INTEGER, > | 1 >...... > 3572 | CALL MPI_RECV( MATPTR( I+1 ), 1, > | 2 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/INTEGER(8)). >sana_driver.F:2155:14: > > 2155 | & id%CANDIDATES(1,1), id%I_AM_CAND(1) ) > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âcandidatesâ at (1) >sana_driver.F:2155:34: > > 2155 | & id%CANDIDATES(1,1), id%I_AM_CAND(1) ) > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âi_am_candâ at (1) >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c send_driver.F -o send_driver.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sana_aux_ELT.F -o sana_aux_ELT.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sana_dist_m.F -o sana_dist_m.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sana_LDLT_preprocess.F -o sana_LDLT_preprocess.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sana_reordertree.F -o sana_reordertree.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sarrowheads.F -o sarrowheads.o >sarrowheads.F:927:32: > > 927 | CALL SMUMPS_SET_TO_ZERO(root%SCHUR_POINTER(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âaâ at (1) >sarrowheads.F:645:27: > > 641 | CALL MPI_SEND(BUFI(1,ISLAVE),TAILLE_SENDI, > | 2 >...... > 645 | CALL MPI_SEND( BUFR(1,ISLAVE), TAILLE_SENDR, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). >sarrowheads.F:794:23: > > 784 | CALL MPI_RECV( BUFI(1), 2*NBRECORDS+1, > | 2 >...... > 794 | CALL MPI_RECV( BUFR(1), NBRECORDS, MPI_REAL, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sbcast_int.F -o sbcast_int.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sfac_asm_ELT.F -o sfac_asm_ELT.o >sfac_asm_ELT.F:62:18: > > 62 | & IOLDPS, A_PTR(POSELT), LA_PTR, 1_8, KEEP, KEEP8, ITLOC, FILS, > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âaâ at (1) >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sfac_asm.F -o sfac_asm.o >sfac_asm.F:172:25: > > 172 | & IOLDPS, A_PTR(POSELT), LA_PTR, 1_8, KEEP, KEEP8, > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âaâ at (1) >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sfac_b.F -o sfac_b.o >sfac_b.F:243:30: > > 243 | CALL SMUMPS_FAC_PAR_I(N,S_IS_POINTERS%IW(1),LIW_ARG_FAC_PAR, > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âiwâ at (1) >sfac_b.F:244:7: > > 244 | & S_IS_POINTERS%A(1),LA_ARG_FAC_PAR,IW1(NSTK),IW1(NBPROCFILS), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âaâ at (1) >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sfac_distrib_distentry.F -o sfac_distrib_distentry.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sfac_distrib_ELT.F -o sfac_distrib_ELT.o >sfac_distrib_distentry.F:708:33: > > 705 | CALL MPI_RECV( BUFRECI(1), 2*NBRECORDS+1, > | 2 >...... > 708 | CALL MPI_RECV( BUFRECR(1), NBRECORDS, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). >sfac_distrib_distentry.F:732:28: > > 728 | CALL MPI_ISEND( BUFI(1, IACT(ISLAVE), ISLAVE ), > | 2 >...... > 732 | CALL MPI_ISEND( BUFR(1, IACT(ISLAVE), ISLAVE ), > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). >sfac_distrib_ELT.F:490:26: > > 481 | CALL MPI_SEND( BUFI(2, I), NBRECI, MPI_INTEGER, > | 2 >...... > 490 | CALL MPI_SEND( BUFR(2, I), NBRECR, MPI_REAL, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). >sfac_distrib_ELT.F:197:21: > > 197 | & id%ELTVAR( IELTPTR8 ), id%A_ELT( RELTPTR8 ), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âeltvarâ at (1) >sfac_distrib_ELT.F:197:44: > > 197 | & id%ELTVAR( IELTPTR8 ), id%A_ELT( RELTPTR8 ), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âeltvalâ at (1) >sfac_distrib_ELT.F:199:21: > > 199 | & id%ROWSCA(1), id%COLSCA(1), KEEP(50) ) > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument ârowscaâ at (1) >sfac_distrib_ELT.F:199:35: > > 199 | & id%ROWSCA(1), id%COLSCA(1), KEEP(50) ) > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âcolscaâ at (1) >sfac_distrib_ELT.F:215:17: > > 215 | & id%ELTVAR(IELTPTR8), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âelnodesâ at (1) >sfac_distrib_ELT.F:216:17: > > 216 | & id%A_ELT (RELTPTR8), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âelvalâ at (1) >sfac_distrib_ELT.F:223:17: > > 223 | & id%ELTVAR(IELTPTR8), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âelnodesâ at (1) >sfac_distrib_ELT.F:255:17: > > 255 | & id%ELTVAR(IELTPTR8), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âelnodesâ at (1) >sfac_distrib_ELT.F:256:17: > > 256 | & id%A_ELT (RELTPTR8), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âelvalâ at (1) >sfac_distrib_ELT.F:280:31: > > 273 | CALL MPI_RECV( ELTVAR_LOC( RECV_IELTPTR8 ), MSGLEN, > | 2 >...... > 280 | CALL MPI_RECV( ELTVAL_LOC( RECV_RELTPTR8 ), MSGLEN, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sfac_lastrtnelind.F -o sfac_lastrtnelind.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sfac_mem_alloc_cb.F -o sfac_mem_alloc_cb.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sfac_mem_compress_cb.F -o sfac_mem_compress_cb.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sfac_mem_free_block_cb.F -o sfac_mem_free_block_cb.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sfac_mem_stack_aux.F -o sfac_mem_stack_aux.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sfac_mem_stack.F -o sfac_mem_stack.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sfac_process_band.F -o sfac_process_band.o >sfac_process_band.F:273:46: > > 273 | CALL SMUMPS_PROCESS_DESC_BANDE( MYID, DESCBAND_STRUC%BUFR(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âbufrâ at (1) >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sfac_process_blfac_slave.F -o sfac_process_blfac_slave.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sfac_process_blocfacto_LDLT.F -o sfac_process_blocfacto_LDLT.o >sfac_process_blfac_slave.F:187:23: > > 122 | CALL MPI_UNPACK( BUFR, LBUFR_BYTES, POSITION, INODE, 1, > | 2 >...... > 187 | & A(POSBLOCFACTO), NPIV*NCOLU, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). >sfac_process_blocfacto_LDLT.F:242:23: > > 152 | CALL MPI_UNPACK( BUFR, LBUFR_BYTES, POSITION, INODE, 1, > | 2 >...... > 242 | & PIVDYN, NPIV, > | 1 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) >sfac_process_blocfacto_LDLT.F:251:23: > > 152 | CALL MPI_UNPACK( BUFR, LBUFR_BYTES, POSITION, INODE, 1, > | 2 >...... > 251 | & BLFCTDYN, int(LA_BLOCFACTO), > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sfac_process_blocfacto.F -o sfac_process_blocfacto.o >sfac_process_blocfacto.F:893:27: > > 871 | & ISLR_INT, 1, MPI_INTEGER, COMM, IERR ) > | 2 >...... > 893 | & BLR_U(I)%Q(1,1), M*K, MPI_REAL, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). >sfac_process_blocfacto.F:232:35: > > 232 | & BLR_U(1), NB_BLR_U, > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âblr_uâ at (1) >sfac_process_blocfacto.F:233:35: > > 233 | & BEGS_BLR_U(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âbegs_blr_uâ at (1) >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sfac_process_bf.F -o sfac_process_bf.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sfac_process_end_facto_slave.F -o sfac_process_end_facto_slave.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sfac_process_contrib_type1.F -o sfac_process_contrib_type1.o >sfac_process_contrib_type1.F:107:14: > > 56 | & FINODE, 1, MPI_INTEGER, > | 2 >...... > 107 | & A(IPOS_NODE + 1_8 + ISHIFT_PACKET), > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sfac_process_contrib_type2.F -o sfac_process_contrib_type2.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sfac_process_contrib_type3.F -o sfac_process_contrib_type3.o >sfac_process_contrib_type2.F:299:20: > > 105 | CALL MPI_UNPACK( BUFR, LBUFR_BYTES, POSITION, INODE, 1, > | 2 >...... > 299 | & A(POSCONTRIB), > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). >sfac_process_contrib_type3.F:191:25: > > 73 | & ISON, 1, MPI_INTEGER, COMM, IERR ) > | 2 >...... > 191 | & A( IPTRLU + 1_8 ), int(LREQA), > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sfac_process_maprow.F -o sfac_process_maprow.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sfac_process_master2.F -o sfac_process_master2.o >sfac_process_master2.F:145:14: > > 67 | & IFATH, 1, MPI_INTEGER > | 2 >...... > 145 | & A(PAMASTER(STEP(ISON)) + > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sfac_process_message.F -o sfac_process_message.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sfac_process_root2slave.F -o sfac_process_root2slave.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sfac_process_root2son.F -o sfac_process_root2son.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sfac_process_rtnelind.F -o sfac_process_rtnelind.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sfac_root_parallel.F -o sfac_root_parallel.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sfac_scalings.F -o sfac_scalings.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sfac_determinant.F -o sfac_determinant.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sfac_scalings_simScaleAbs.F -o sfac_scalings_simScaleAbs.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sfac_scalings_simScale_util.F -o sfac_scalings_simScale_util.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sfac_sol_pool.F -o sfac_sol_pool.o >sfac_scalings_simScale_util.F:769:24: > > 724 | CALL MPI_IRECV(ISNDRCVJA(OFFS), ITMP, MPI_INTEGER,IPID-1, > | 2 >...... > 769 | CALL MPI_IRECV(ISNDRCVA(OFFS), SZ, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). >sfac_scalings_simScale_util.F:783:23: > > 731 | CALL MPI_SEND(OSNDRCVJA(OFFS), ITMP, MPI_INTEGER, IPID-1, > | 2 >...... > 783 | CALL MPI_SEND(OSNDRCVA(OFFS), SZ, MPI_REAL, PID-1, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sfac_type3_symmetrize.F -o sfac_type3_symmetrize.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sini_defaults.F -o sini_defaults.o >sini_defaults.F:52:24: > > 51 | CALL MUMPS_SIZE_C(I(1),I(2),SIZE_INT) > | 2 > 52 | CALL MUMPS_SIZE_C(R(1),R(2),SIZE_REAL_OR_DOUBLE) > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). >sini_defaults.F:52:29: > > 51 | CALL MUMPS_SIZE_C(I(1),I(2),SIZE_INT) > | 2 > 52 | CALL MUMPS_SIZE_C(R(1),R(2),SIZE_REAL_OR_DOUBLE) > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fPIC -I../include -I../libseq -DAdd_ -DMUMPS_ARITH=MUMPS_ARITH_s \ > -I/usr/include/metis -I../PORD/include/ -Dpord -Dmetis -c mumps_c.c -o smumps_c.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c smumps_driver.F -o smumps_driver.o >smumps_driver.F:659:25: > > 659 | CALL MPI_ALLREDUCE(JOB,JOBMIN,1,MPI_INTEGER,MPI_MAX, > | 1 >...... > 2179 | CALL MPI_ALLREDUCE(TMP1,TMP,1,MPI_2INTEGER, > | 2 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar) >smumps_driver.F:659:29: > > 659 | CALL MPI_ALLREDUCE(JOB,JOBMIN,1,MPI_INTEGER,MPI_MAX, > | 1 >...... > 2179 | CALL MPI_ALLREDUCE(TMP1,TMP,1,MPI_2INTEGER, > | 2 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar) >smumps_driver.F:661:25: > > 661 | CALL MPI_ALLREDUCE(JOB,JOBMAX,1,MPI_INTEGER,MPI_MIN, > | 1 >...... > 2179 | CALL MPI_ALLREDUCE(TMP1,TMP,1,MPI_2INTEGER, > | 2 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar) >smumps_driver.F:661:29: > > 661 | CALL MPI_ALLREDUCE(JOB,JOBMAX,1,MPI_INTEGER,MPI_MIN, > | 1 >...... > 2179 | CALL MPI_ALLREDUCE(TMP1,TMP,1,MPI_2INTEGER, > | 2 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar) >smumps_driver.F:2080:22: > > 2080 | CALL MPI_BCAST( id%RINFOG(1), 40, MPI_REAL, MASTER, > | 1 >...... > 2183 | CALL MPI_BCAST( INFOG(1), 1, MPI_INTEGER, ROOT, COMM, IERR ) > | 2 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). >smumps_driver.F:2095:28: > > 2095 | call MPI_ALLREDUCE(id%KEEP8(55),id%KEEP8(57),1, > | 1 >...... > 2179 | CALL MPI_ALLREDUCE(TMP1,TMP,1,MPI_2INTEGER, > | 2 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(8)/INTEGER(4)). >smumps_driver.F:2095:41: > > 2095 | call MPI_ALLREDUCE(id%KEEP8(55),id%KEEP8(57),1, > | 1 >...... > 2179 | CALL MPI_ALLREDUCE(TMP1,TMP,1,MPI_2INTEGER, > | 2 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(8)/INTEGER(4)). >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c smumps_f77.F -o smumps_f77.o >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fPIC -I../include -I../libseq -DAdd_ -I/usr/include/metis -I../PORD/include/ -Dpord -Dmetis -c smumps_gpu.c -o smumps_gpu.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c smumps_iXamax.F -o smumps_iXamax.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sana_mtrans.F -o sana_mtrans.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c sooc_panel_piv.F -o sooc_panel_piv.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c srank_revealing.F -o srank_revealing.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c ssol_aux.F -o ssol_aux.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c ssol_bwd_aux.F -o ssol_bwd_aux.o >ssol_aux.F:759:26: > > 757 | CALL MPI_SEND(N_LOCAL_LIST, 1, > | 2 > 758 | & MPI_INTEGER, MASTER, TAG_SIZE, id%COMM,IERR) > 759 | CALL MPI_SEND(LOCAL_LIST, N_LOCAL_LIST, > | 1 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) >ssol_aux.F:802:26: > > 782 | CALL MPI_RECV(TMP, 1, MPI_INTEGER, MPI_ANY_SOURCE, > | 2 >...... > 802 | CALL MPI_RECV(LOCAL_LIST, NSTEPS, MPI_INTEGER, > | 1 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c ssol_bwd.F -o ssol_bwd.o >ssol_bwd_aux.F:1170:17: > > 1133 | & INODE, 1, MPI_INTEGER, > | 2 >...... > 1170 | & W(POSWCB + 1), LONG, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c ssol_c.F -o ssol_c.o >ssol_c.F:1098:19: > > 1095 | & NPIV, 1, MPI_INTEGER, COMM, IERR) > | 2 >...... > 1098 | & IROWlist, NPIV, MPI_INTEGER, COMM, IERR) > | 1 >Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) >ssol_c.F:1106:23: > > 1095 | & NPIV, 1, MPI_INTEGER, COMM, IERR) > | 2 >...... > 1106 | & CWORK, NPIV, MPI_REAL, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). >ssol_c.F:1204:24: > > 1204 | CALL MPI_PACK(RHSCOMP(IPOSINRHSCOMP,J), NPIV, > | 1 >...... > 1217 | CALL MPI_PACK(FIN, 1, MPI_INTEGER, BUFFER, > | 2 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). >ssol_c.F:1712:29: > > 1219 | CALL MPI_SEND(BUFFER, POS_BUF, MPI_PACKED, MASTER, > | 2 >...... > 1712 | CALL MPI_SEND( BUF_RHS_2, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). >ssol_c.F:1812:34: > > 1090 | CALL MPI_RECV( BUFFER, SIZE_BUF_BYTES, MPI_PACKED, > | 2 >...... > 1812 | CALL MPI_RECV(BUF_RHS_2, BUF_EFFSIZE*NRHS, > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c ssol_fwd_aux.F -o ssol_fwd_aux.o >ssol_fwd_aux.F:116:22: > > 79 | & FINODE, 1, MPI_INTEGER, COMM, IERR ) > | 2 >...... > 116 | & WCB( PLEFTWCB ), > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c ssol_fwd.F -o ssol_fwd.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c ssol_matvec.F -o ssol_matvec.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c ssol_root_parallel.F -o ssol_root_parallel.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c stools.F -o stools.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c stype3_root.F -o stype3_root.o >stype3_root.F:1202:16: > > 1202 | & root%SCHUR_POINTER(1), root%SCHUR_LLD, LOCAL_M, LOCAL_N, > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âvalrootâ at (1) >stype3_root.F:1215:17: > > 1215 | & root%SCHUR_POINTER(1), root%SCHUR_LLD, > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âvalrootâ at (1) >stype3_root.F:431:14: > > 431 | & root%SCHUR_POINTER(1), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âval_rootâ at (1) >stype3_root.F:437:19: > > 437 | & LDA, SONA_PTR( POSSONA_PTR + SHIFT_VAL_SON ), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âval_sonâ at (1) >stype3_root.F:443:14: > > 443 | & root%RG2L_ROW(1), root%RG2L_COL(1), TRANSPOSE_ASM, > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument ârg2l_rowâ at (1) >stype3_root.F:443:32: > > 443 | & root%RG2L_ROW(1), root%RG2L_COL(1), TRANSPOSE_ASM, > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument ârg2l_colâ at (1) >stype3_root.F:445:14: > > 445 | & root%RHS_ROOT(1,1), root%RHS_NLOC ) > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument ârhs_rootâ at (1) >stype3_root.F:465:19: > > 465 | & LDA, SONA_PTR( POSSONA_PTR + SHIFT_VAL_SON ), > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âval_sonâ at (1) >stype3_root.F:471:14: > > 471 | & root%RG2L_ROW(1), root%RG2L_COL(1), TRANSPOSE_ASM, > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument ârg2l_rowâ at (1) >stype3_root.F:471:32: > > 471 | & root%RG2L_ROW(1), root%RG2L_COL(1), TRANSPOSE_ASM, > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument ârg2l_colâ at (1) >stype3_root.F:473:14: > > 473 | & root%RHS_ROOT(1,1), root%RHS_NLOC ) > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument ârhs_rootâ at (1) >stools.F:300:17: > > 300 | & SON_A(IACHK), SIZFR_SON_A, MonBloc, > | 1 >Warning: Element of assumed-shape or pointer array passed to array dummy argument âafacâ at (1) >stools.F:1609:23: > > 1603 | CALL scopy(N8, SRC(1), 1, DEST(1), 1) > | 2 >...... > 1609 | CALL scopy(I4SIZE, SRC(SHIFT8), 1, DEST(SHIFT8), 1) > | 1 >Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/INTEGER(8)). >x86_64-pc-linux-gnu-ar cr ../lib/libsmumps.a sana_aux.o sana_aux_par.o sana_lr.o sfac_asm_master_ELT_m.o sfac_asm_master_m.o sfac_front_aux.o sfac_front_LU_type1.o sfac_front_LU_type2.o sfac_front_LDLT_type1.o sfac_front_LDLT_type2.o sfac_front_type2_aux.o sfac_sispointers_m.o sfac_lr.o sfac_mem_dynamic.o sfac_omp_m.o sfac_par_m.o sfac_sol_l0omp_m.o slr_core.o slr_stats.o slr_type.o smumps_comm_buffer.o smumps_config_file.o smumps_load.o smumps_lr_data_m.o smumps_ooc_buffer.o smumps_ooc.o smumps_sol_es.o smumps_save_restore.o smumps_save_restore_files.o smumps_struc_def.o somp_tps_m.o ssol_lr.o ssol_omp_m.o sstatic_ptr_m.o sini_driver.o sana_driver.o sfac_driver.o ssol_driver.o ssol_distrhs.o send_driver.o sana_aux_ELT.o sana_dist_m.o sana_LDLT_preprocess.o sana_reordertree.o sarrowheads.o sbcast_int.o sfac_asm_ELT.o sfac_asm.o sfac_b.o sfac_distrib_distentry.o sfac_distrib_ELT.o sfac_lastrtnelind.o sfac_mem_alloc_cb.o sfac_mem_compress_cb.o sfac_mem_free_block_cb.o sfac_mem_stack_aux.o sfac_mem_stack.o sfac_process_band.o sfac_process_blfac_slave.o sfac_process_blocfacto_LDLT.o sfac_process_blocfacto.o sfac_process_bf.o sfac_process_end_facto_slave.o sfac_process_contrib_type1.o sfac_process_contrib_type2.o sfac_process_contrib_type3.o sfac_process_maprow.o sfac_process_master2.o sfac_process_message.o sfac_process_root2slave.o sfac_process_root2son.o sfac_process_rtnelind.o sfac_root_parallel.o sfac_scalings.o sfac_determinant.o sfac_scalings_simScaleAbs.o sfac_scalings_simScale_util.o sfac_sol_pool.o sfac_type3_symmetrize.o sini_defaults.o smumps_c.o smumps_driver.o smumps_f77.o smumps_gpu.o smumps_iXamax.o sana_mtrans.o sooc_panel_piv.o srank_revealing.o ssol_aux.o ssol_bwd_aux.o ssol_bwd.o ssol_c.o ssol_fwd_aux.o ssol_fwd.o ssol_matvec.o ssol_root_parallel.o stools.o stype3_root.o >x86_64-pc-linux-gnu-ranlib ../lib/libsmumps.a >make[3]: Leaving directory '/var/tmp/portage/sci-libs/mumps-5.3.5-r1/work/MUMPS_5.3.5/src' >make[2]: Leaving directory '/var/tmp/portage/sci-libs/mumps-5.3.5-r1/work/MUMPS_5.3.5/src' >make[1]: Leaving directory '/var/tmp/portage/sci-libs/mumps-5.3.5-r1/work/MUMPS_5.3.5' >make ARITH=z mumps_lib >make[1]: Entering directory '/var/tmp/portage/sci-libs/mumps-5.3.5-r1/work/MUMPS_5.3.5' >(cd libseq; make) >make[2]: Entering directory '/var/tmp/portage/sci-libs/mumps-5.3.5-r1/work/MUMPS_5.3.5/libseq' >make[2]: Nothing to be done for 'all'. >make[2]: Leaving directory '/var/tmp/portage/sci-libs/mumps-5.3.5-r1/work/MUMPS_5.3.5/libseq' >(cd src ; make z) >make[2]: Entering directory '/var/tmp/portage/sci-libs/mumps-5.3.5-r1/work/MUMPS_5.3.5/src' >make ARITH=z mumps_lib >make[3]: Entering directory '/var/tmp/portage/sci-libs/mumps-5.3.5-r1/work/MUMPS_5.3.5/src' >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c zmumps_struc_def.F -o zmumps_struc_def.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c zlr_type.F -o zlr_type.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c zstatic_ptr_m.F -o zstatic_ptr_m.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c zomp_tps_m.F -o zomp_tps_m.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c zmumps_ooc_buffer.F -o zmumps_ooc_buffer.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c zfac_sispointers_m.F -o zfac_sispointers_m.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c zmumps_lr_data_m.F -o zmumps_lr_data_m.o >x86_64-pc-linux-gnu-gfortran -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -fallow-argument-mismatch -DALLOW_NON_INIT -fPIC -I. -I../include -I../libseq -Dpord -Dmetis -c zlr_stats.F -o zlr_stats.o >zlr_stats.F:343:12: > > 343 | use ZMUMPS_STRUC_DEF > | 1 >Fatal Error: Cannot open module file âzmumps_struc_def.modâ for reading at (1): No such file or directory >compilation terminated. >make[3]: *** [Makefile:408: zlr_stats.o] Error 1 >make[3]: *** Waiting for unfinished jobs.... >make[3]: Leaving directory '/var/tmp/portage/sci-libs/mumps-5.3.5-r1/work/MUMPS_5.3.5/src' >make[2]: *** [Makefile:21: z] Error 2 >make[2]: Leaving directory '/var/tmp/portage/sci-libs/mumps-5.3.5-r1/work/MUMPS_5.3.5/src' >make[1]: *** [Makefile:41: mumps_lib] Error 2 >make[1]: Leaving directory '/var/tmp/portage/sci-libs/mumps-5.3.5-r1/work/MUMPS_5.3.5' >make: *** [Makefile:21: z] Error 2 > * ERROR: sci-libs/mumps-5.3.5-r1::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=sci-libs/mumps-5.3.5-r1::gentoo'`, > * the complete build log and the output of `emerge -pqv '=sci-libs/mumps-5.3.5-r1::gentoo'`. > * The complete build log is located at '/var/log/portage/sci-libs:mumps-5.3.5-r1:20221231-074916.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/sci-libs/mumps-5.3.5-r1/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/sci-libs/mumps-5.3.5-r1/temp/environment'. > * Working directory: '/var/tmp/portage/sci-libs/mumps-5.3.5-r1/work/MUMPS_5.3.5' > * S: '/var/tmp/portage/sci-libs/mumps-5.3.5-r1/work/MUMPS_5.3.5' >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 889072
:
846068
|
846070
|
846072
|
846074
|
846076
| 846078 |
846080