I wonder if there is a matching between openblas and openmpi version.
I am using openmpi 1.10.1, openblas 0.2.20.
the error message is -----
[100%] Linking CXX executable qcprog.exe
[100%] Built target qcprog.exe
[100%] Built target diffParseAlone.exe
[100%] Built target mergeLines.exe
[100%] Built target response_testaux
[100%] Built target arma_test
[100%] Linking CXX executable motran_test
/home/joonho/sciwares/Qchem/qcextlibs/OpenBLAS/lib/libopenblas.a(dstedc.o): In function `dstedc_':
dstedc.f

dstedc.f

and more undfined reference message and last -----
/home/joonho/sciwares/Qchem/qcextlibs/OpenBLAS/lib/libopenblas.a(dormqr.o): In function `dormqr_':
dormqr.f


dormqr.f

collect2: error: ld returned 1 exit status
make[2]: *** [responseman/tests/motran_test] Error 1
make[1]: *** [responseman/tests/CMakeFiles/motran_test.dir/all] Error 2
make: *** [all] Error 2
how to deal with this problem?