|
From: | Olaf Lenz |
Subject: | Re: [ESPResSo-users] Problems in compiling Espresso |
Date: | Wed, 21 May 2014 12:32:27 +0200 |
Hello,I thought I had fixed this problem. I can't reproduce it, configuring with --without-cuda seems not enough. Could you please post you myconfig.hpp and tell us which git revision you compiled? Could you check if the problem persists if you use the current HEAD.Best,FlorianOn Wed, May 21, 2014 at 9:26 AM, Wink, Markus <address@hidden> wrote:
Dear all,
I have downloaded the zipped espresso master from the git hub (https://github.com/espressomd/espresso) just a few days ago. While executing the Makefile (after having started bootstrap.sh and the configure script) I get the following output (Error, no binary is installed):
address@hidden espresso-master]# make
Making all in config
make[1]: Entering directory `/tmp/expresso/espresso-master/config'
make[1]: Für das Ziel »all« ist nichts zu tun.
make[1]: Leaving directory `/tmp/expresso/espresso-master/config'
Making all in src
make[1]: Entering directory `/tmp/expresso/espresso-master/src'
GEN myconfig-final.hpp <= ./myconfig-default.hpp
GEN config-features.hpp
make all-recursive
make[2]: Entering directory `/tmp/expresso/espresso-master/src'
Making all in .
make[3]: Entering directory `/tmp/expresso/espresso-master/src'
CXX config-features.lo
CXX cells.lo
CXX collision.lo
CXX communication.lo
In file included from communication.cpp:67:
EspressoSystemInterface.hpp: In member function »void EspressoSystemInterface::enableParticleCommunication()«:
EspressoSystemInterface.hpp:116: Fehler: »gpu_get_global_particle_vars_pointer_host« wurde in diesem Gültigkeitsbereich nicht definiert
EspressoSystemInterface.hpp:119: Fehler: »gpu_init_particle_comm« wurde in diesem Gültigkeitsbereich nicht definiert
EspressoSystemInterface.hpp:120: Fehler: »cuda_bcast_global_part_params« wurde in diesem Gültigkeitsbereich nicht definiert
EspressoSystemInterface.hpp: At global scope:
EspressoSystemInterface.hpp:162: Fehler: Variable »espressoSystemInterface« kann nicht als vom abstrakten Typ »EspressoSystemInterface« deklariert werden
EspressoSystemInterface.hpp:10: Anmerkung: denn die folgenden virtuellen Funktionen sind rein innerhalb »EspressoSystemInterface«:
SystemInterface.hpp:123: Anmerkung: virtual unsigned int SystemInterface::npart_gpu()
make[3]: *** [communication.lo] Fehler 1
make[3]: Leaving directory `/tmp/expresso/espresso-master/src'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/tmp/expresso/espresso-master/src'
make[1]: *** [all] Fehler 2
make[1]: Leaving directory `/tmp/expresso/espresso-master/src'
make: *** [all-recursive] Fehler 1
address@hidden espresso-master]#
No binary is installed. Does anyone have a clue concerning the error?
Greetings
Markus
[Prev in Thread] | Current Thread | [Next in Thread] |