Hi Roya,
the build complains that LBGPU is requested in myconfig.hpp, but you are lacking CUDA support. There are two possibilities: 1. You want to use LBGPU, but ESPResSo cannot find CUDA. Then send the config.log, so that we can see what configure can't find. We have made the CUDA detection more strict, can be that your system doesn't fit our scheme.
2. You don't want LBGPU. Then remove it from myconfig.hpp
Best, Axel JP Dr. Axel Arnold ICP, Universität Stuttgart Allmandring 3 70569 Stuttgart Phone: +49 711 685 67609 Hi espresso users,
I used to use Espresso-3.2.0 before, and Now I want to install the new version (3.3.0), but when I do make I will face error messages that are listed below:
Making all in config make[1]: Entering directory `/home/roya/Desktop/espresso-3.3.0/config' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/roya/Desktop/espresso-3.3.0/config' Making all in src make[1]: Entering directory `/home/roya/Desktop/espresso-3.3.0/src' make all-recursive make[2]: Entering directory `/home/roya/Desktop/espresso-3.3.0/src' Making all in core make[3]: Entering directory `/home/roya/Desktop/espresso-3.3.0/src/core' GEN myconfig-final.hpp <= ../../myconfig.hpp make all-am make[4]: Entering directory `/home/roya/Desktop/espresso-3.3.0/src/core' CXX config-features.lo config-features.cpp:53:2: error: #error Feature LB_GPU requires CUDA make[4]: *** [config-features.lo] Error 1 make[4]: Leaving directory `/home/roya/Desktop/espresso-3.3.0/src/core' make[3]: *** [all] Error 2 make[3]: Leaving directory `/home/roya/Desktop/espresso-3.3.0/src/core' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/roya/Desktop/espresso-3.3.0/src' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/roya/Desktop/espresso-3.3.0/src' make: *** [all-recursive] Error 1 address@hidden:~/Desktop/espresso-3.3.0$ make Making all in config make[1]: Entering directory `/home/roya/Desktop/espresso-3.3.0/config' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/roya/Desktop/espresso-3.3.0/config' Making all in src make[1]: Entering directory `/home/roya/Desktop/espresso-3.3.0/src' make all-recursive make[2]: Entering directory `/home/roya/Desktop/espresso-3.3.0/src' Making all in core make[3]: Entering directory `/home/roya/Desktop/espresso-3.3.0/src/core' GEN myconfig-final.hpp <= ../../myconfig.hpp make all-am make[4]: Entering directory `/home/roya/Desktop/espresso-3.3.0/src/core' CXX config-features.lo config-features.cpp:53:2: error: #error Feature LB_GPU requires CUDA make[4]: *** [config-features.lo] Error 1 make[4]: Leaving directory `/home/roya/Desktop/espresso-3.3.0/src/core' make[3]: *** [all] Error 2 make[3]: Leaving directory `/home/roya/Desktop/espresso-3.3.0/src/core' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/roya/Desktop/espresso-3.3.0/src' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/roya/Desktop/espresso-3.3.0/src' make: *** [all-recursive] Error 1 address@hidden:~/Desktop/espresso-3.3.0$ make install Making install in config make[1]: Entering directory `/home/roya/Desktop/espresso-3.3.0/config' make[2]: Entering directory `/home/roya/Desktop/espresso-3.3.0/config' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/home/roya/Desktop/espresso-3.3.0/config' make[1]: Leaving directory `/home/roya/Desktop/espresso-3.3.0/config' Making install in src make[1]: Entering directory `/home/roya/Desktop/espresso-3.3.0/src' Making install in core make[2]: Entering directory `/home/roya/Desktop/espresso-3.3.0/src/core' GEN myconfig-final.hpp <= ../../myconfig.hpp make install-am make[3]: Entering directory `/home/roya/Desktop/espresso-3.3.0/src/core' CXX config-features.lo config-features.cpp:53:2: error: #error Feature LB_GPU requires CUDA make[3]: *** [config-features.lo] Error 1 make[3]: Leaving directory `/home/roya/Desktop/espresso-3.3.0/src/core' make[2]: *** [install] Error 2 make[2]: Leaving directory `/home/roya/Desktop/espresso-3.3.0/src/core' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/home/roya/Desktop/espresso-3.3.0/src' make: *** [install-recursive] Error 1
Do you know how to fix it?
Best, Roya
|