-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors and workaround suggestions for SuperLU, Silo, Mathpresso on IBM/NVidia #41
Comments
If you need to build BLAS/LAPACK you need to set the
|
|
For SILO you need to specify the build type directly. |
Note that the inclusion of the |
I agree with @corbett5 ... you need to explicitly specify the build-type with |
Thank you @corbett5, thank you @markcmiller86 . |
Hi @rrsettgast --
|
When building without mathpresso unit tests and integrated tests that use mathpresso will fail at runtime with a similar message. Mathpresso enables JIT compilation of symbolic functions defined as strings in input XML files. |
Hi Ben @corbett5 Thank you very much for your quick reply! The location of error: So, is there any workaround or fix on this issue of mathpresso for IBM ppl64pc ? Thanks |
Nothing we can do about it unless we were to add PowerPC support to asmjit. |
Hi Ben, ....../GEOSX/src/coreComponents/managers/Functions/CompositeFunction.cpp: In member function virtual geosx::real64 geosx::CompositeFunction::Evaluate(const real64*) const: Currently what I do to silence off the error is to manually edit the cpp file. Is there a way to set a flag in config file to suppress this error? - since it is really not an error to me. Thanks, |
Platform: IBM ppc64le
OS: Red Hat Enterprise Linux Server 7.4 (Maipo)"
Kernel: 3.10.0-693.el7.ppc64le
CPU: POWER8NVL (raw) 4023.000000MHz
Compiler: gcc/7.3.0
OpenMPI: openmpi/2.1.5
CMake: cmake/3.11.4
Python: anaconda/python-2.7.13
GEOSX commit: 2f4bee2 2019-06-14 11:29:20
thirdPartyLibs commit: e2ad476 2019-06-13 15:57:16
Issue 1: In built target superlu_dist
Workaround: In CMakeList.txt, modify the flags "-Wl,-rpath -Wl," to "-L"
Issue 2: In building 'silo'
workaround: Adding the following statement to CMakeLists.txt.
set(SILO_BUILD_TYPE "ibm")
Issue 3: In building 'mathpresso'
Workaround:
The text was updated successfully, but these errors were encountered: