MPI , Message Passing Interface ,
Enables the Cluster-VEM.
FFTW , Fastest Fourier Transform in the West ,
Enables the FFTW extended method
NumPy , Numerical Python ,
Enables the Python/NumPy bridge (together with Python and SWIG).
SWIG , Simplified Wrapper and Interface Generator ,
Enables the Python/NumPy bridge (together with Python and NumPy).
Cython , C-Extensions for Python ,
Enables the Python/NumPy bridge (together with Python and SWIG).
Mono , An open source implementation the CLR ,
Enables the NumCIL package
-- The following REQUIRED packages have been found:
Boost , Boost C++ source libraries ,
Boost is required to build Bohrium
Cheetah , Cheetah is a template module for Python ,
Cheetah is required to build Bohrium
GLUT
OpenGL , Open Graphics Library ,
Required by OpenCL/GPU-VE.
PythonInterp , Python Programming Language ,
Python is required to build Bohrium
-- The following RECOMMENDED packages have not been found:
OpenCL , Open Computing Language , <www.khronos.org/opencl/>
Enables the GPU-VE.
When I run make on the build files I get the following error:
/home/ulrik/git/bohrium/ve/cpu/utils_mapping_tacs.cpp: In function ‘void bohrium::core::instrs_to_tacs(bh_ir&, std::vector&, bohrium::core::Symbol
Table&)’:
/home/ulrik/git/bohrium/ve/cpu/utils_mapping_tacs.cpp:344:18: error: ‘BH_SIGN’ was not declared in this scope
case BH_SIGN:
^
ve/cpu/CMakeFiles/bh_ve_cpu.dir/build.make:238: recipe for target 've/cpu/CMakeFiles/bh_ve_cpu.dir/utils_mapping_tacs.cpp.o' failed
make[2]: * [ve/cpu/CMakeFiles/bh_ve_cpu.dir/utils_mapping_tacs.cpp.o] Error 1
CMakeFiles/Makefile2:319: recipe for target 've/cpu/CMakeFiles/bh_ve_cpu.dir/all' failed
make[1]: * [ve/cpu/CMakeFiles/bh_ve_cpu.dir/all] Error 2
Makefile:117: recipe for target 'all' failed
make: *\ [all] Error 2
I have the following build options: -- The following OPTIONAL packages have been found:
-- The following RECOMMENDED packages have been found:
-- The following REQUIRED packages have been found:
-- The following RECOMMENDED packages have not been found:
When I run make on the build files I get the following error: /home/ulrik/git/bohrium/ve/cpu/utils_mapping_tacs.cpp: In function ‘void bohrium::core::instrs_to_tacs(bh_ir&, std::vector&, bohrium::core::Symbol
Table&)’:
/home/ulrik/git/bohrium/ve/cpu/utils_mapping_tacs.cpp:344:18: error: ‘BH_SIGN’ was not declared in this scope
case BH_SIGN:
^
ve/cpu/CMakeFiles/bh_ve_cpu.dir/build.make:238: recipe for target 've/cpu/CMakeFiles/bh_ve_cpu.dir/utils_mapping_tacs.cpp.o' failed
make[2]: * [ve/cpu/CMakeFiles/bh_ve_cpu.dir/utils_mapping_tacs.cpp.o] Error 1
CMakeFiles/Makefile2:319: recipe for target 've/cpu/CMakeFiles/bh_ve_cpu.dir/all' failed
make[1]: * [ve/cpu/CMakeFiles/bh_ve_cpu.dir/all] Error 2
Makefile:117: recipe for target 'all' failed
make: *\ [all] Error 2