[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ESPResSo-users] Compilation trouble
From: |
Rudolf Weeber |
Subject: |
Re: [ESPResSo-users] Compilation trouble |
Date: |
Thu, 27 Apr 2017 18:45:35 +0200 |
User-agent: |
Mutt/1.5.24 (2015-08-30) |
Hi,
On Thu, Apr 27, 2017 at 05:25:22PM +0200, Clemens Jochum wrote:
> Dear all,
>
> [...]$ ~/build/pypresso$ make myconfig=myconfig.hpp
Is this supposed to work with the CMake build system, at all?
Probably, the way to set this is to do
cmake path_to_source
ccmake path_to_source
and then change the value of MYCONFIG_NAME
or from the shell
cmake -D MYCONFIG_NAME=path_to_myconfig path_to_source
Haven't tried any of them, though.
If that's not the issue, on an other note: are you using the same compiler on
your own machine and the cluster?
In case, you intend to use the python interface, please also make sure, you use
thew "python" branch from github.com/espressomd/espresso rather than the master
branch or the last release.
Regards, Rudolf