Go to the source code of this file.
◆ mumps_propinfo()
| subroutine mumps_propinfo |
( |
integer, dimension(60) | icntl, |
|
|
integer, dimension(80) | info, |
|
|
integer | comm, |
|
|
integer | id ) |
Definition at line 14 of file bcast_errors.F.
15 INTEGER ICNTL(60), INFO(80), COMM, ID
16 include 'mpif.h'
17#if defined(WORKAROUNDINTELILP64MPI2INTEGER)
18 INTEGER(4) :: IN( 2 ), OUT( 2 )
19#else
20 INTEGER :: IN( 2 ), OUT( 2 )
21#endif
22 INTEGER :: LP, IERR
23 lp = icntl( 1 )
24 in( 1 ) = info( 1 )
27 & comm, ierr)
28 IF ( out( 1 ) .LT. 0 .and. info(1) .GE. 0 ) THEN
29 info( 1 ) = -001
30 info( 2 ) = out( 2 )
31 END IF
32 RETURN
subroutine mpi_allreduce(sendbuf, recvbuf, cnt, datatype, operation, comm, ierr)