[Trilinos-Users] Type F_INT not found (compilation of packages/amesos/src/Amesos_Mumps.cpp)

Michael A Heroux maherou at sandia.gov
Mon Jan 14 08:38:38 MST 2008


Ernesto,

Looking at the MUMPS FAQ, it appears that MUMPS replace F_INT with
DMUMPS_INT (going from version 4.6.3 to 4.6.4), so the change you made is
appropriate.  Thanks for the heads up.

Mike


On 1/12/08 5:28 PM, "Ernesto Prudencio" <prudenci at slac.stanford.edu> wrote:

> 
> Hi,
> 
> I am using trilinos 8.0.3 and mumps 4.7.3.
> 
> The type F_INT appears only twice in the cpp file. Based on the file
> <MUMPS_PATH>/include/dmumps_c.h, I changed F_INT by DMUMPS_INT:
> 
>      MDS.comm_fortran = (DMUMPS_INT) MPI_Comm_c2f( MUMPSComm_);
>      MDS.comm_fortran = (DMUMPS_INT) MPI_Comm_c2f(MpiComm->GetMpiComm());
> 
> The compilation then passes at AIX/bassi/NERSC.
> 
> Question: is such F_INT error expected? If so, is the correction ok for
> the trilinos team?
> 
> All other packages in trilinos are compiling ok in the bassi platform.
> 
> Thanks,
> 
> Ernesto.
> 
> _______________________________________________
> Trilinos-Users mailing list
> Trilinos-Users at software.sandia.gov
> http://software.sandia.gov/mailman/listinfo/trilinos-users



More information about the Trilinos-Users mailing list