coin-or / CHiPPS-ALPS

This is the Abstract Library for Parallel Search (ALPS), the abstract base layer of the COIN-OR High Performance Parallel Search framework.
Eclipse Public License 1.0
9 stars 8 forks source link

make test is broken in parallel build #6

Open aykutbulut opened 5 years ago

aykutbulut commented 5 years ago

make test fails for the parallel build in linux. I think MPICXX macro is not set properly by the configure.

/home/aykut/research/conic/software/disco/build_openmpi/lib/libcoinblas.a -lgfortran -lm -lquadmath
PICXX -n 2 ./unitTest -param ../examples/Abc/abc.par
make[2]: PICXX: Command not found
make[2]: *** [Makefile:606: test] Error 127
make[2]: Leaving directory '/home/aykut/research/conic/software/disco/build_openmpi/CHiPPS-ALPS/Alps/test'
make[1]: *** [Makefile:861: test] Error 2
make[1]: Leaving directory '/home/aykut/research/conic/software/disco/build_openmpi/CHiPPS-ALPS/Alps'
make: *** [Makefile:698: test] Error 2