[SCIP] ug-0.8.3/scip-4.0.0 apparently missing file(s) in distribution

Yuji Shinano shinano at zib.de
Fri Mar 31 18:31:21 CEST 2017


Dear Utz,

Could you try to compile ParaSCIP with:

make -j28 COMP=gnu OPT=opt SOLVER=scip LPS=spx  \
              COMM=mpi                     \
              ZIMPL=false                  \
              READLINE=false               \
              MAKESOFTLINKS=false          \
              VERBOSE=true  \
              CC=cc CXX=CC LINKCXX=CC

I could build ParaSCIP on HLRN III, which is Cray XC40, though it has many warnings.

Best regards,
Yuji



On 03/31/2017 04:30 PM, Utz Haus wrote:
> Dear Yuji,
>
> Thanks for the tip. Also thanks for the reminder to wait for a bug fix release, but I really need to look into the most recent scip for other reasons, so I thought it’s worth trying.
>
> After the change in the makefile I get
>
> -> compiling obj/static/O.linux.x86_64.gnu.opt/mpi/ug_scip/scipDefaultUserPlugins.o
> CC -Isrc -DWITH_SCIPDEF -Ilib/scip/src -DNDEBUG -DROUNDING_FE  -DNPARASCIP -DWITH_ZLIB  -DWITH_GMP   -O3 -fomit-frame-pointer -mtune=native     -std=c++11 -c
> src/ug_scip/scipDefaultUserPlugins.cpp -o obj/static/O.linux.x86_64.gnu.opt/mpi/ug_scip/scipDefaultUserPlugins.o
> src/ug_scip/scipParaInitialStat.cpp: In member function 'virtual UG::ParaInitialStat* ParaSCIP::ScipParaInitialStat::clone(UG::ParaComm*)':
> src/ug_scip/scipParaInitialStat.cpp:79:24: error: 'scipParaComm' was not declared in this scope
>      DEF_SCIP_PARA_COMM( scipParaComm, comm);
>                          ^~~~~~~~~~~~
> src/ug_scip/scipParaInitialStat.cpp:79:42: error: 'DEF_SCIP_PARA_COMM' was not declared in this scope
>      DEF_SCIP_PARA_COMM( scipParaComm, comm);
>                                            ^
> make: *** [obj/static/O.linux.x86_64.gnu.opt/mpi/ug_scip/scipParaInitialStat.o] Error 1
>
> This is for
> make -j28 COMP=gnu OPT=opt SOLVER=scip LPS=spx  \
>               COMM=mpi                     \
>               ZIMPL=false                  \
>               READLINE=false               \
>               MAKESOFTLINKS=false          \
>               VERBOSE=true  \
>                  CC=cc CXX=CC CXXFLAGS="-std=c++11"
> (with Cray Gnu cc/CC)
>
> Utz
>



More information about the Scip mailing list