<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
Yes, I can confirm that my build is working again.
<div class=""><br class="">
</div>
<div class="">Thanks!</div>
<div class=""><br class="">
</div>
<div class="">    Ray</div>
<div class=""><br class="">
<div><br class="">
<blockquote type="cite" class="">
<div class="">On Jul 3, 2020, at 5:03 PM, Ted Ralphs <<a href="mailto:ted@lehigh.edu" class="">ted@lehigh.edu</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div dir="ltr" class="">This should be fixed now. If you do
<div class=""><br class="">
</div>
<div class="">
<div class="">./coinbrew fetch Ipopt --no-prompt </div>
<div class=""><br class="">
</div>
</div>
<div class="">it will still get the latest Ipopt release, but it will get stables of the ThirdParty projects, since those have no releases. </div>
<div class=""><br class="">
</div>
<div class="">Ted</div>
</div>
<br class="">
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Fri, Jul 3, 2020 at 3:46 PM Ted Ralphs <<a href="mailto:ted@lehigh.edu" class="">ted@lehigh.edu</a>> wrote:<br class="">
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div dir="ltr" class="">Yes, I changed coinbrew so that if you don't provide a version number and also ask not to be prompted, then the default is to get the latest release and to also get the latest releases of the dependencies, which indeed seems to be 1.6.2
 for Mumps. If you look at the output of coinbrew, it should explain all of this, something like
<div class="">
<div class=""><br class="">
</div>
<div class="">NOTE: You didn't provide a version.<br class="">
      Defaulting to the latest release 3.13.2.<br class="">
<br class="">
</div>
<div class="">There is a "bug" here, though---coinbrew doesn't seem to account for the possibility that there is a stable version without any releases listed in the dependencies file. I'll take a look at that and fix it. It certainly should not get a release version
 from a different stable series than the one specified in the Dependencies file. If there are no releases, then it should just get the latest commit in the stable branch.
<div class=""></div>
</div>
<div class=""><br class="">
</div>
<div class="">In any case, if you want the old behavior, just do
<div class=""><br class="">
</div>
./coinbrew fetch Ipopt@master --no-prompt </div>
<div class=""><br class="">
</div>
<div class="">and it will behave as before. It seemed unreasonable to give users the development version, which isn't even guaranteed to work, by default. Latest release seemed better. <br class="">
<div class=""><br class="">
</div>
<div class="">Cheers,</div>
<div class=""><br class="">
</div>
<div class="">Ted</div>
</div>
</div>
</div>
<br class="">
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Fri, Jul 3, 2020 at 12:05 PM Stefan Vigerske <<a href="mailto:svigerske@gams.com" target="_blank" class="">svigerske@gams.com</a>> wrote:<br class="">
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Hi,<br class="">
<br class="">
there is a change in coinbrew that may have caused this:<br class="">
<a href="https://github.com/coin-or/coinbrew/commit/aef6b357c413b5439435b057bc87cdb7374e946e" rel="noreferrer" target="_blank" class="">https://github.com/coin-or/coinbrew/commit/aef6b357c413b5439435b057bc87cdb7374e946e</a><br class="">
<br class="">
Current Ipopt releases use branch stable/2.1 from ThirdParty-Mumps, <br class="">
which has a workaround for the Mumps compilation issues that you get.<br class="">
ThirdParty-Mumps master would also work.<br class="">
However, it looks like coinbrew decided to use some ancient <br class="">
ThirdParty-Mumps 1.6.2. That may be the latest release, but it doesn't <br class="">
fit to Ipopt 3.13 and it doesn't bring recent workaround for building <br class="">
Mumps with GCC 10.<br class="">
<br class="">
There aren't many Ipopt dependencies on COIN-OR left. You probably just <br class="">
need ThirdParty-Mumps and not ASL. So doing your CI without coinbrew, <br class="">
but doing an explicit clone, configure, make install of first <br class="">
ThirdParty-Mumps and then Ipopt would avoid one possible breaking point.<br class="">
<br class="">
Stefan<br class="">
<br class="">
On 7/3/20 5:22 PM, Ray Daniel Zimmerman wrote:<br class="">
> I use Octave with IPOPT in a GitHub workflow for CI testing and a script that was working to build IPOPT on their macOS environment has recently started failing.<br class="">
> <br class="">
> My script does …<br class="">
> <br class="">
> brew update<br class="">
> brew install bash<br class="">
> brew install pkg-config<br class="">
> brew install octave<br class="">
> git clone <a href="https://www.github.com/coin-or/coinbrew" rel="noreferrer" target="_blank" class="">
https://www.github.com/coin-or/coinbrew</a><br class="">
> cd coinbrew<br class="">
> ./coinbrew fetch Ipopt --no-prompt<br class="">
> ./coinbrew build Ipopt --prefix=$HOME/install --test --no-prompt<br class="">
> ./coinbrew install Ipopt<br class="">
> <br class="">
> As I said, it used to work just fine, but it has started giving the error below when attempting to build MUMPS in the coinbrew build stage. Any help toward a solution would be appreciated.<br class="">
> <br class="">
> Thanks,<br class="">
>      Ray<br class="">
> <br class="">
> <br class="">
> ##################################################<br class="">
> ### Building ThirdParty/Mumps 1.6.2<br class="">
> ##################################################<br class="">
> <br class="">
> /Users/runner/runners/2.263.0/work/mp-opt-model/mp-opt-model/coinbrew/ThirdParty/Mumps/MUMPS/src/dmumps_comm_buffer.F:2667:23:<br class="">
> <br class="">
>   2658 |         CALL MPI_PACK( WHAT, 1, MPI_INTEGER,<br class="">
>        |                       2<br class="">
> ......<br class="">
>   2667 |         CALL MPI_PACK( LIST_SLAVES, NSLAVES, MPI_INTEGER,<br class="">
>        |                       1<br class="">
> Error: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)<br class="">
> /Users/runner/runners/2.263.0/work/mp-opt-model/mp-opt-model/coinbrew/ThirdParty/Mumps/MUMPS/src/dmumps_comm_buffer.F:2670:23:<br class="">
> <br class="">
>   2658 |         CALL MPI_PACK( WHAT, 1, MPI_INTEGER,<br class="">
>        |                       2<br class="">
> ......<br class="">
>   2670 |         CALL MPI_PACK( FLOPS_INCREMENT, NSLAVES,<br class="">
>        |                       1<br class="">
> Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).<br class="">
> /Users/runner/runners/2.263.0/work/mp-opt-model/mp-opt-model/coinbrew/ThirdParty/Mumps/MUMPS/src/dmumps_comm_buffer.F:2675:25:<br class="">
> <br class="">
>   2658 |         CALL MPI_PACK( WHAT, 1, MPI_INTEGER,<br class="">
>        |                       2<br class="">
> ......<br class="">
>   2675 |           CALL MPI_PACK( MEM_INCREMENT, NSLAVES,<br class="">
>        |                         1<br class="">
> Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).<br class="">
> /Users/runner/runners/2.263.0/work/mp-opt-model/mp-opt-model/coinbrew/ThirdParty/Mumps/MUMPS/src/dmumps_comm_buffer.F:2681:26:<br class="">
> <br class="">
>   2658 |         CALL MPI_PACK( WHAT, 1, MPI_INTEGER,<br class="">
>        |                       2<br class="">
> ......<br class="">
>   2681 |            CALL MPI_PACK( CB_BAND, NSLAVES,<br class="">
>        |                          1<br class="">
> Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).<br class="">
> /Users/runner/runners/2.263.0/work/mp-opt-model/mp-opt-model/coinbrew/ThirdParty/Mumps/MUMPS/src/dmumps_comm_buffer.F:2566:23:<br class="">
> <br class="">
>   2566 |         CALL MPI_PACK( MAX_SURF_MASTER, 1, MPI_DOUBLE_PRECISION,<br class="">
>        |                       1<br class="">
> ......<br class="">
>   2658 |         CALL MPI_PACK( WHAT, 1, MPI_INTEGER,<br class="">
>        |                       2<br class="">
> Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).<br class="">
> /Users/runner/runners/2.263.0/work/mp-opt-model/mp-opt-model/coinbrew/ThirdParty/Mumps/MUMPS/src/dmumps_comm_buffer.F:2417:23:<br class="">
> <br class="">
>   2417 |         CALL MPI_PACK( LOAD, 1, MPI_DOUBLE_PRECISION,<br class="">
>        |                       1<br class="">
> ......<br class="">
>   2658 |         CALL MPI_PACK( WHAT, 1, MPI_INTEGER,<br class="">
>        |                       2<br class="">
> Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).<br class="">
> /Users/runner/runners/2.263.0/work/mp-opt-model/mp-opt-model/coinbrew/ThirdParty/Mumps/MUMPS/src/dmumps_comm_buffer.F:2421:26:<br class="">
> <br class="">
>   2421 |            CALL MPI_PACK( UPD_LOAD, 1, MPI_DOUBLE_PRECISION,<br class="">
>        |                          1<br class="">
> ......<br class="">
>   2658 |         CALL MPI_PACK( WHAT, 1, MPI_INTEGER,<br class="">
>        |                       2<br class="">
> Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).<br class="">
> /Users/runner/runners/2.263.0/work/mp-opt-model/mp-opt-model/coinbrew/ThirdParty/Mumps/MUMPS/src/dmumps_comm_buffer.F:2305:23:<br class="">
> <br class="">
>   2305 |         CALL MPI_PACK( LOAD, 1, MPI_DOUBLE_PRECISION,<br class="">
>        |                       1<br class="">
> ......<br class="">
>   2658 |         CALL MPI_PACK( WHAT, 1, MPI_INTEGER,<br class="">
>        |                       2<br class="">
> Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).<br class="">
> /Users/runner/runners/2.263.0/work/mp-opt-model/mp-opt-model/coinbrew/ThirdParty/Mumps/MUMPS/src/dmumps_comm_buffer.F:2309:25:<br class="">
> <br class="">
>   2309 |           CALL MPI_PACK( MEM, 1, MPI_DOUBLE_PRECISION,<br class="">
>        |                         1<br class="">
> ......<br class="">
>   2658 |         CALL MPI_PACK( WHAT, 1, MPI_INTEGER,<br class="">
>        |                       2<br class="">
> Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).<br class="">
> /Users/runner/runners/2.263.0/work/mp-opt-model/mp-opt-model/coinbrew/ThirdParty/Mumps/MUMPS/src/dmumps_comm_buffer.F:2314:25:<br class="">
> <br class="">
>   2314 |           CALL MPI_PACK( SBTR_CUR, 1, MPI_DOUBLE_PRECISION,<br class="">
>        |                         1<br class="">
> ......<br class="">
>   2658 |         CALL MPI_PACK( WHAT, 1, MPI_INTEGER,<br class="">
>        |                       2<br class="">
> Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).<br class="">
> /Users/runner/runners/2.263.0/work/mp-opt-model/mp-opt-model/coinbrew/ThirdParty/Mumps/MUMPS/src/dmumps_comm_buffer.F:2319:26:<br class="">
> <br class="">
>   2319 |            CALL MPI_PACK( LU_USAGE, 1, MPI_DOUBLE_PRECISION,<br class="">
>        |                          1<br class="">
> ......<br class="">
>   2658 |         CALL MPI_PACK( WHAT, 1, MPI_INTEGER,<br class="">
>        |                       2<br class="">
> Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).<br class="">
> /Users/runner/runners/2.263.0/work/mp-opt-model/mp-opt-model/coinbrew/ThirdParty/Mumps/MUMPS/src/dmumps_comm_buffer.F:2217:23:<br class="">
> <br class="">
>   2217 |         CALL MPI_PACK( W(1,K), LW, MPI_DOUBLE_PRECISION,<br class="">
>        |                       1<br class="">
> ......<br class="">
>   2658 |         CALL MPI_PACK( WHAT, 1, MPI_INTEGER,<br class="">
>        |                       2<br class="">
> Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).<br class="">
> /Users/runner/runners/2.263.0/work/mp-opt-model/mp-opt-model/coinbrew/ThirdParty/Mumps/MUMPS/src/dmumps_comm_buffer.F:1920:28:<br class="">
> <br class="">
>   1920 |               CALL MPI_PACK(TAB(1), NSUPROW*NSUPCOL,<br class="">
>        |                            1<br class="">
> ......<br class="">
>   2658 |         CALL MPI_PACK( WHAT, 1, MPI_INTEGER,<br class="">
>        |                       2<br class="">
> Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).<br class="">
> /Users/runner/runners/2.263.0/work/mp-opt-model/mp-opt-model/coinbrew/ThirdParty/Mumps/MUMPS/src/dmumps_comm_buffer.F:1929:32:<br class="">
> <br class="">
>   1929 |                   CALL MPI_PACK(VAL_SON(J,I), 1,<br class="">
>        |                                1<br class="">
> ......<br class="">
>   2658 |         CALL MPI_PACK( WHAT, 1, MPI_INTEGER,<br class="">
>        |                       2<br class="">
> Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).<br class="">
> /Users/runner/runners/2.263.0/work/mp-opt-model/mp-opt-model/coinbrew/ThirdParty/Mumps/MUMPS/src/dmumps_comm_buffer.F:2012:28:<br class="">
> <br class="">
>   2012 |               CALL MPI_PACK(TAB(1), NSUBSET_COL_EFF*N_PACKET,<br class="">
>        |                            1<br class="">
> ......<br class="">
>   2658 |         CALL MPI_PACK( WHAT, 1, MPI_INTEGER,<br class="">
>        |                       2<br class="">
> Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).<br class="">
> /Users/runner/runners/2.263.0/work/mp-opt-model/mp-opt-model/coinbrew/ThirdParty/Mumps/MUMPS/src/dmumps_comm_buffer.F:2026:28:<br class="">
> <br class="">
>   2026 |               CALL MPI_PACK(TAB(1), NSUBSET_COL_EFF*N_PACKET,<br class="">
>        |                            1<br class="">
> ......<br class="">
>   2658 |         CALL MPI_PACK( WHAT, 1, MPI_INTEGER,<br class="">
>        |                       2<br class="">
> Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).<br class="">
> /Users/runner/runners/2.263.0/work/mp-opt-model/mp-opt-model/coinbrew/ThirdParty/Mumps/MUMPS/src/dmumps_comm_buffer.F:2037:33:<br class="">
> <br class="">
>   2037 |                   CALL MPI_PACK( VAL_SON( J, I ), 1,<br class="">
>        |                                 1<br class="">
> ......<br class="">
>   2658 |         CALL MPI_PACK( WHAT, 1, MPI_INTEGER,<br class="">
>        |                       2<br class="">
> Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).<br class="">
> /Users/runner/runners/2.263.0/work/mp-opt-model/mp-opt-model/coinbrew/ThirdParty/Mumps/MUMPS/src/dmumps_comm_buffer.F:2048:33:<br class="">
> <br class="">
>   2048 |                   CALL MPI_PACK( VAL_SON( J, I ), 1,<br class="">
>        |                                 1<br class="">
> ......<br class="">
>   2658 |         CALL MPI_PACK( WHAT, 1, MPI_INTEGER,<br class="">
>        |                       2<br class="">
> Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).<br class="">
> /Users/runner/runners/2.263.0/work/mp-opt-model/mp-opt-model/coinbrew/ThirdParty/Mumps/MUMPS/src/dmumps_comm_buffer.F:1712:23:<br class="">
> <br class="">
>   1712 |         CALL MPI_PACK( UIP21K, abs(NPIV) * NCOLU,<br class="">
>        |                       1<br class="">
> ......<br class="">
>   2658 |         CALL MPI_PACK( WHAT, 1, MPI_INTEGER,<br class="">
>        |                       2<br class="">
> Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).<br class="">
> /Users/runner/runners/2.263.0/work/mp-opt-model/mp-opt-model/coinbrew/ThirdParty/Mumps/MUMPS/src/dmumps_comm_buffer.F:1618:25:<br class="">
> <br class="">
>   1618 |           CALL MPI_PACK( IPIV, NPIV, MPI_INTEGER,<br class="">
>        |                         1<br class="">
> ......<br class="">
>   2658 |         CALL MPI_PACK( WHAT, 1, MPI_INTEGER,<br class="">
>        |                       2<br class="">
> Error: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)<br class="">
> /Users/runner/runners/2.263.0/work/mp-opt-model/mp-opt-model/coinbrew/ThirdParty/Mumps/MUMPS/src/dmumps_comm_buffer.F:1622:27:<br class="">
> <br class="">
>   1622 |             CALL MPI_PACK( VAL(1,I), NCOL,<br class="">
>        |                           1<br class="">
> ......<br class="">
>   2658 |         CALL MPI_PACK( WHAT, 1, MPI_INTEGER,<br class="">
>        |                       2<br class="">
> Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).<br class="">
> /Users/runner/runners/2.263.0/work/mp-opt-model/mp-opt-model/coinbrew/ThirdParty/Mumps/MUMPS/src/dmumps_comm_buffer.F:1254:24:<br class="">
> <br class="">
>   1254 |          CALL MPI_PACK( A_CBSON( APOS ), THIS_ROW_LENGTH,<br class="">
>        |                        1<br class="">
> ......<br class="">
>   2658 |         CALL MPI_PACK( WHAT, 1, MPI_INTEGER,<br class="">
>        |                       2<br class="">
> Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).<br class="">
> /Users/runner/runners/2.263.0/work/mp-opt-model/mp-opt-model/coinbrew/ThirdParty/Mumps/MUMPS/src/dmumps_comm_buffer.F:1313:28:<br class="">
> <br class="">
>   1313 |               CALL MPI_PACK(BUF_MAX_ARRAY, NFS4FATHER,<br class="">
>        |                            1<br class="">
> ......<br class="">
>   2658 |         CALL MPI_PACK( WHAT, 1, MPI_INTEGER,<br class="">
>        |                       2<br class="">
> Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).<br class="">
> /Users/runner/runners/2.263.0/work/mp-opt-model/mp-opt-model/coinbrew/ThirdParty/Mumps/MUMPS/src/dmumps_comm_buffer.F:890:27:<br class="">
> <br class="">
>    890 |             CALL MPI_PACK( SLAVES, NSLAVES, MPI_INTEGER,<br class="">
>        |                           1<br class="">
> ......<br class="">
>   2658 |         CALL MPI_PACK( WHAT, 1, MPI_INTEGER,<br class="">
>        |                       2<br class="">
> Error: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)<br class="">
> /Users/runner/runners/2.263.0/work/mp-opt-model/mp-opt-model/coinbrew/ThirdParty/Mumps/MUMPS/src/dmumps_comm_buffer.F:894:25:<br class="">
> <br class="">
>    894 |           CALL MPI_PACK( IROW, NROW, MPI_INTEGER,<br class="">
>        |                         1<br class="">
> ......<br class="">
>   2658 |         CALL MPI_PACK( WHAT, 1, MPI_INTEGER,<br class="">
>        |                       2<br class="">
> Error: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)<br class="">
> /Users/runner/runners/2.263.0/work/mp-opt-model/mp-opt-model/coinbrew/ThirdParty/Mumps/MUMPS/src/dmumps_comm_buffer.F:897:25:<br class="">
> <br class="">
>    897 |           CALL MPI_PACK( ICOL, NCOL, MPI_INTEGER,<br class="">
>        |                         1<br class="">
> ......<br class="">
>   2658 |         CALL MPI_PACK( WHAT, 1, MPI_INTEGER,<br class="">
>        |                       2<br class="">
> Error: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)<br class="">
> /Users/runner/runners/2.263.0/work/mp-opt-model/mp-opt-model/coinbrew/ThirdParty/Mumps/MUMPS/src/dmumps_comm_buffer.F:910:27:<br class="">
> <br class="">
>    910 |             CALL MPI_PACK( VAL(1,I), NCOL_SEND,<br class="">
>        |                           1<br class="">
> ......<br class="">
>   2658 |         CALL MPI_PACK( WHAT, 1, MPI_INTEGER,<br class="">
>        |                       2<br class="">
> Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).<br class="">
> /Users/runner/runners/2.263.0/work/mp-opt-model/mp-opt-model/coinbrew/ThirdParty/Mumps/MUMPS/src/dmumps_comm_buffer.F:525:25:<br class="">
> <br class="">
>    525 |           CALL MPI_PACK( IW, LONG, MPI_INTEGER,<br class="">
>        |                         1<br class="">
> ......<br class="">
>   2658 |         CALL MPI_PACK( WHAT, 1, MPI_INTEGER,<br class="">
>        |                       2<br class="">
> Error: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)<br class="">
> /Users/runner/runners/2.263.0/work/mp-opt-model/mp-opt-model/coinbrew/ThirdParty/Mumps/MUMPS/src/dmumps_comm_buffer.F:529:25:<br class="">
> <br class="">
>    529 |           CALL MPI_PACK( W(1+(K-1)*LDW), LONG, MPI_DOUBLE_PRECISION,<br class="">
>        |                         1<br class="">
> ......<br class="">
>   2658 |         CALL MPI_PACK( WHAT, 1, MPI_INTEGER,<br class="">
>        |                       2<br class="">
> Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).<br class="">
> /Users/runner/runners/2.263.0/work/mp-opt-model/mp-opt-model/coinbrew/ThirdParty/Mumps/MUMPS/src/dmumps_comm_buffer.F:451:30:<br class="">
> <br class="">
>    451 |                CALL MPI_PACK( CB ( 1 + LD_CB * (K-1) ),<br class="">
>        |                              1<br class="">
> ......<br class="">
>   2658 |         CALL MPI_PACK( WHAT, 1, MPI_INTEGER,<br class="">
>        |                       2<br class="">
> Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).<br class="">
> /Users/runner/runners/2.263.0/work/mp-opt-model/mp-opt-model/coinbrew/ThirdParty/Mumps/MUMPS/src/dmumps_comm_buffer.F:458:25:<br class="">
> <br class="">
>    458 |           CALL MPI_PACK( SOL(1+LD_PIV*(K-1)),<br class="">
>        |                         1<br class="">
> ......<br class="">
>   2658 |         CALL MPI_PACK( WHAT, 1, MPI_INTEGER,<br class="">
>        |                       2<br class="">
> Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).<br class="">
> /Users/runner/runners/2.263.0/work/mp-opt-model/mp-opt-model/coinbrew/ThirdParty/Mumps/MUMPS/src/dmumps_comm_buffer.F:365:25:<br class="">
> <br class="">
>    365 |           CALL MPI_PACK( IWROW, LCONT, MPI_INTEGER,<br class="">
>        |                         1<br class="">
> ......<br class="">
>   2658 |         CALL MPI_PACK( WHAT, 1, MPI_INTEGER,<br class="">
>        |                       2<br class="">
> Error: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)<br class="">
> /Users/runner/runners/2.263.0/work/mp-opt-model/mp-opt-model/coinbrew/ThirdParty/Mumps/MUMPS/src/dmumps_comm_buffer.F:368:25:<br class="">
> <br class="">
>    368 |           CALL MPI_PACK( IWCOL, LCONT, MPI_INTEGER,<br class="">
>        |                         1<br class="">
> ......<br class="">
>   2658 |         CALL MPI_PACK( WHAT, 1, MPI_INTEGER,<br class="">
>        |                       2<br class="">
> Error: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)<br class="">
> /Users/runner/runners/2.263.0/work/mp-opt-model/mp-opt-model/coinbrew/ThirdParty/Mumps/MUMPS/src/dmumps_comm_buffer.F:377:27:<br class="">
> <br class="">
>    377 |             CALL MPI_PACK( A( J1 ), I, MPI_DOUBLE_PRECISION,<br class="">
>        |                           1<br class="">
> ......<br class="">
>   2658 |         CALL MPI_PACK( WHAT, 1, MPI_INTEGER,<br class="">
>        |                       2<br class="">
> Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).<br class="">
> /Users/runner/runners/2.263.0/work/mp-opt-model/mp-opt-model/coinbrew/ThirdParty/Mumps/MUMPS/src/dmumps_comm_buffer.F:385:27:<br class="">
> <br class="">
>    385 |             CALL MPI_PACK( A( J1 ), LCONT, MPI_DOUBLE_PRECISION,<br class="">
>        |                           1<br class="">
> ......<br class="">
>   2658 |         CALL MPI_PACK( WHAT, 1, MPI_INTEGER,<br class="">
>        |                       2<br class="">
> Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).<br class="">
> make: *** [dmumps_comm_buffer.lo] Error 1<br class="">
> <br class="">
> Build failed, see error output above<br class="">
> <br class="">
> <br class="">
> <br class="">
> <br class="">
> _______________________________________________<br class="">
> Ipopt mailing list<br class="">
> <a href="mailto:Ipopt@list.coin-or.org" target="_blank" class="">Ipopt@list.coin-or.org</a><br class="">
> <a href="https://list.coin-or.org/mailman/listinfo/ipopt" rel="noreferrer" target="_blank" class="">
https://list.coin-or.org/mailman/listinfo/ipopt</a><br class="">
> <br class="">
<br class="">
_______________________________________________<br class="">
Ipopt mailing list<br class="">
<a href="mailto:Ipopt@list.coin-or.org" target="_blank" class="">Ipopt@list.coin-or.org</a><br class="">
<a href="https://list.coin-or.org/mailman/listinfo/ipopt" rel="noreferrer" target="_blank" class="">https://list.coin-or.org/mailman/listinfo/ipopt</a><br class="">
</blockquote>
</div>
<br clear="all" class="">
<div class=""><br class="">
</div>
-- <br class="">
<div dir="ltr" class="">
<div dir="ltr" class="">
<div class="">
<div dir="ltr" class="">
<div class="">
<div dir="ltr" class="">
<div class="">
<div dir="ltr" class="">Dr. Ted Ralphs<br class="">
Professor, Industrial and Systems Engineering<br class="">
Lehigh University<br class="">
(610) 628-1280<br class="">
ted 'at' lehigh 'dot' edu<br class="">
<a href="http://coral.ie.lehigh.edu/~ted" target="_blank" class="">coral.ie.lehigh.edu/~ted</a><br class="">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</blockquote>
</div>
<br clear="all" class="">
<div class=""><br class="">
</div>
-- <br class="">
<div dir="ltr" class="gmail_signature">
<div dir="ltr" class="">
<div class="">
<div dir="ltr" class="">
<div class="">
<div dir="ltr" class="">
<div class="">
<div dir="ltr" class="">Dr. Ted Ralphs<br class="">
Professor, Industrial and Systems Engineering<br class="">
Lehigh University<br class="">
(610) 628-1280<br class="">
ted 'at' lehigh 'dot' edu<br class="">
<a href="http://coral.ie.lehigh.edu/~ted" target="_blank" class="">coral.ie.lehigh.edu/~ted</a><br class="">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</blockquote>
</div>
<br class="">
</div>
</body>
</html>