Dear all,
It seems that the alps src-with-boost downloads still contain an old (1.40) version of the boost src, which will not allow to compile ALPS.
Best regards,
Erik
Hi Erik,
I package Boost 1.49 and this is what I use to build ALPS every day. Which tarball is supposed to have Boost 1.40?
Matthias
On Jan 10, 2013, at 1:12 PM, evanloon@physnet.uni-hamburg.de wrote:
Dear all,
It seems that the alps src-with-boost downloads still contain an old (1.40) version of the boost src, which will not allow to compile ALPS.
Best regards,
Erik
Hi Matthias,
Ah, it seems that there was just a problem with the Boost-finder, not with the Boost-version. I initially got this error message:
-- Boost Version: 1_40_0 CMake Error at config/FindBoostSrc.cmake:99 (message): Boost library version is too old, boost chrono requires boost >= 1.47.0 Call Stack (most recent call first): config/FindBoostForALPS.cmake:44 (find_package) CMakeLists.txt:276 (find_package)
which was fixed when I linked to an other version of Boost that we already had on our system, so I assumed that the problem was with the Boost-version that was packed with ALPS. I have now tried it again several times and it seems there's something else going on.
If I do: evanloon@li-lin19 ~/alpstest/alpsbuild $ cmake -DCMAKE_INSTALL_PREFIX=~/alpstest/alpsinstall ~/alpstest/alps-2.1.1-r6176-src-with-boost/alps
Then I get this error (which suggests the correct source has been found): -- Looking for precompiled Boost libraries (version >= 1.47) -- Could NOT find Boost -- Could NOT find Boost -- Looking for Boost Source -- Found Boost Source: /afs/physnet.uni-hamburg.de/users/th1_li/evanloon/alpstest/alps-2.1.1-r6176-src-with-boost/boost -- Boost Version: 1_42_0 CMake Error at config/FindBoostSrc.cmake:99 (message): Boost library version is too old, boost chrono requires boost >= 1.47.0 Call Stack (most recent call first): config/FindBoostForALPS.cmake:61 (find_package) CMakeLists.txt:248 (find_package)
However, if I explicitely give the Boost-source directory like this: evanloon@li-lin19 ~/alpstest/alpsbuild $ cmake -DBoost_ROOT_DIR:PATH=~/alpstest/alps-2.1.1-r6176-src-with-boost/boost/ -DCMAKE_INSTALL_PREFIX=~/alpstest/alpsinstall ~/alpstest/alps-2.1.1-r6176-src-with-boost/alps
Then everything seems to work fine: -- Looking for Boost Source -- Found Boost Source: /afs/physnet.uni-hamburg.de/users/th1_li/evanloon/alpstest/alps-2.1.1-r6176-src-with-boost/boost -- Boost Version: 1_49_0
I'm not sure what causes this different behaviour, since the correct source location seems to be found in both cases. I'm not sure if this behaviour is specific to some of my machine settings, or is more universal. In this case, I think it might be good to mention this in the installation manual on the wiki (http://alps.comp-phys.org/mediawiki/index.php/Building_ALPS_from_source#Buil..., the second example doesn't give the -DBoost_ROOT_DIR:PATH explicitely, which seems to cause the problems in my case).
Erik
Quoting Matthias Troyer troyer@phys.ethz.ch:
Hi Erik,
I package Boost 1.49 and this is what I use to build ALPS every day. Which tarball is supposed to have Boost 1.40?
Matthias
On Jan 10, 2013, at 1:12 PM, evanloon@physnet.uni-hamburg.de wrote:
Dear all,
It seems that the alps src-with-boost downloads still contain an old (1.40) version of the boost src, which will not allow to compile ALPS.
Best regards,
Erik
Dear All, I am trying to do a large computation using current worm code. What one can infer from recent exchange of emails of myself and M. Troyer is that I encounter some stability issues. I have N inputs (one input data set each) configurations for which I would like to do MC calculation and in case of a failed I would like to kill the task automatically and restart it with a different seed.
I would like to do the followng: redirect worm output to a file. If file is not written let's say in several (e.g. 15) minutes the task is considered frozen and automatically killed and requeued with a new seed.
I would like to ask if in the worm code the output
Checking if Simulation 1 is finished: not yet, next check in 60 seconds ( 0% done). really implies there will be output within (approximately) next 60 seconds? Is an appearance of the "avoided problem" an important issue here?
Regards, Mateusz Łącki
After the svn update ALPS does not compile any more: in file src/alps/ngs/ulfm.hpp there is an explicit
#include /opt/openmpi-ft/include/mpi-ext.h
which I guess in all but a very special installation will fail to load.
After erasing the absolute path the compilation dies with
[ 61%] Building CXX object example/ising/CMakeFiles/ngs_ising_mpi_ulfm.dir/mpi_ulfm.cpp.o In file included from /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:31:0: /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp: In member function 'void alps::mpisim_ng<Impl>::save(const boost::filesystem::path&) const': /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:90:25: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:90:25: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:94:25: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:94:25: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp: In member function 'typename alps::results_type<Impl>::type alps::mpisim_ng<Impl>::collect_results(const typename alps::result_names_type<S>::type&) const': /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:120:25: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:120:25: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:124:25: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:124:25: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp: In member function 'void alps::mpisim_ng<Impl>::check_communication()': /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:141:25: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:141:25: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:148:37: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:148:37: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:157:37: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:157:37: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:162:41: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:162:41: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:167:41: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:167:41: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:193:37: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:193:37: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:197:33: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:197:33: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp: In function 'int main(int, char**)': /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:52:5: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:52:5: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:61:5: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:61:5: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:65:5: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:65:5: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:70:5: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:70:5: error: 'MPI_ERR_REVOKED' was not declared in this scope make[2]: *** [example/ising/CMakeFiles/ngs_ising_mpi_ulfm.dir/mpi_ulfm.cpp.o] Error 1 make[1]: *** [example/ising/CMakeFiles/ngs_ising_mpi_ulfm.dir/all] Error 2 make: *** [all] Error 2
-- Prof. Dr. Thomas Pruschke Institute for Theoretical Physics Friedrich-Hund-Platz 1 37077 Goettingen Germany Phone +49 551 39 7683 FAX +49 551 39 9263
Am 10.01.2013 um 13:12 schrieb evanloon@physnet.uni-hamburg.de:
Dear all,
It seems that the alps src-with-boost downloads still contain an old (1.40) version of the boost src, which will not allow to compile ALPS.
Best regards,
Erik
Dear Thomas,
I just updated alps and solved this problem.
1. Find your path of mpi-ext.h. For example,
locate mpi-ext.h
/usr/include/openmpi-i386/mpi-ext.h
2. Make sure your MPI_INCLUDE_PATH is set correctly. Using "ccmake ." and in the advanced mode to see:
MPI_INCLUDE_PATH /usr/include/openmpi-i386
3. Change the include line in the source code src/alps/ngs/ulfm.hpp from #include /opt/openmpi-ft/include/mpi-ext.h to #include <mpi-ext.h>
4. Recompile again.
Regards, Kuang-Shing Chen
On Fri, Jan 11, 2013 at 1:46 AM, Prof. Dr. Thomas Pruschke < pruschke@theorie.physik.uni-goettingen.de> wrote:
After the svn update ALPS does not compile any more: in file src/alps/ngs/ulfm.hpp there is an explicit
#include /opt/openmpi-ft/include/mpi-ext.h
which I guess in all but a very special installation will fail to load.
After erasing the absolute path the compilation dies with
[ 61%] Building CXX object example/ising/CMakeFiles/ngs_ising_mpi_ulfm.dir/mpi_ulfm.cpp.o In file included from /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:31:0: /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp: In member function 'void alps::mpisim_ng<Impl>::save(const boost::filesystem::path&) const': /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:90:25: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:90:25: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:94:25: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:94:25: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp: In member function 'typename alps::results_type<Impl>::type alps::mpisim_ng<Impl>::collect_results(const typename alps::result_names_type<S>::type&) const': /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:120:25: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:120:25: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:124:25: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:124:25: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp: In member function 'void alps::mpisim_ng<Impl>::check_communication()': /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:141:25: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:141:25: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:148:37: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:148:37: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:157:37: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:157:37: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:162:41: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:162:41: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:167:41: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:167:41: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:193:37: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:193:37: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:197:33: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:197:33: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp: In function 'int main(int, char**)': /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:52:5: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:52:5: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:61:5: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:61:5: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:65:5: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:65:5: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:70:5: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:70:5: error: 'MPI_ERR_REVOKED' was not declared in this scope make[2]: *** [example/ising/CMakeFiles/ngs_ising_mpi_ulfm.dir/mpi_ulfm.cpp.o] Error 1 make[1]: *** [example/ising/CMakeFiles/ngs_ising_mpi_ulfm.dir/all] Error 2 make: *** [all] Error 2
-- Prof. Dr. Thomas Pruschke Institute for Theoretical Physics Friedrich-Hund-Platz 1 37077 Goettingen Germany Phone +49 551 39 7683 FAX +49 551 39 9263
Am 10.01.2013 um 13:12 schrieb evanloon@physnet.uni-hamburg.de:
Dear all,
It seems that the alps src-with-boost downloads still contain an old
(1.40) version of the boost src, which will not allow to compile ALPS.
Best regards,
Erik
No, it does not resolve the problem in the later stage (I did this actually ...)
-- Prof. Dr. Thomas Pruschke Institute for Theoretical Physics Friedrich-Hund-Platz 1 37077 Goettingen Germany Phone +49 551 39 7683 FAX +49 551 39 9263
Am 11.01.2013 um 09:43 schrieb Kuangshing Chen brainsgreat@gmail.com:
Dear Thomas,
I just updated alps and solved this problem.
- Find your path of mpi-ext.h. For example,
locate mpi-ext.h
/usr/include/openmpi-i386/mpi-ext.h
- Make sure your MPI_INCLUDE_PATH is set correctly. Using "ccmake ." and in the advanced mode to see:
MPI_INCLUDE_PATH /usr/include/openmpi-i386
- Change the include line in the source code src/alps/ngs/ulfm.hpp from
#include /opt/openmpi-ft/include/mpi-ext.h to #include <mpi-ext.h>
- Recompile again.
Regards, Kuang-Shing Chen
On Fri, Jan 11, 2013 at 1:46 AM, Prof. Dr. Thomas Pruschke pruschke@theorie.physik.uni-goettingen.de wrote: After the svn update ALPS does not compile any more: in file src/alps/ngs/ulfm.hpp there is an explicit
#include /opt/openmpi-ft/include/mpi-ext.h
which I guess in all but a very special installation will fail to load.
After erasing the absolute path the compilation dies with
[ 61%] Building CXX object example/ising/CMakeFiles/ngs_ising_mpi_ulfm.dir/mpi_ulfm.cpp.o In file included from /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:31:0: /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp: In member function 'void alps::mpisim_ng<Impl>::save(const boost::filesystem::path&) const': /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:90:25: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:90:25: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:94:25: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:94:25: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp: In member function 'typename alps::results_type<Impl>::type alps::mpisim_ng<Impl>::collect_results(const typename alps::result_names_type<S>::type&) const': /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:120:25: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:120:25: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:124:25: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:124:25: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp: In member function 'void alps::mpisim_ng<Impl>::check_communication()': /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:141:25: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:141:25: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:148:37: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:148:37: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:157:37: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:157:37: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:162:41: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:162:41: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:167:41: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:167:41: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:193:37: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:193:37: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:197:33: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:197:33: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp: In function 'int main(int, char**)': /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:52:5: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:52:5: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:61:5: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:61:5: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:65:5: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:65:5: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:70:5: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:70:5: error: 'MPI_ERR_REVOKED' was not declared in this scope make[2]: *** [example/ising/CMakeFiles/ngs_ising_mpi_ulfm.dir/mpi_ulfm.cpp.o] Error 1 make[1]: *** [example/ising/CMakeFiles/ngs_ising_mpi_ulfm.dir/all] Error 2 make: *** [all] Error 2
-- Prof. Dr. Thomas Pruschke Institute for Theoretical Physics Friedrich-Hund-Platz 1 37077 Goettingen Germany Phone +49 551 39 7683 FAX +49 551 39 9263
Am 10.01.2013 um 13:12 schrieb evanloon@physnet.uni-hamburg.de:
Dear all,
It seems that the alps src-with-boost downloads still contain an old (1.40) version of the boost src, which will not allow to compile ALPS.
Best regards,
Erik
-- Kuang-Shing Chen
Hi
Can you check of ALPS_NGS_OPENMPI_ULFM is disabled in the advanced mode of ccmake?
Best Lukas
2013/1/11 Prof. Dr. Thomas Pruschke pruschke@theorie.physik.uni-goettingen.de:
No, it does not resolve the problem in the later stage (I did this actually ...)
-- Prof. Dr. Thomas Pruschke Institute for Theoretical Physics Friedrich-Hund-Platz 1 37077 Goettingen Germany Phone +49 551 39 7683 FAX +49 551 39 9263
Am 11.01.2013 um 09:43 schrieb Kuangshing Chen brainsgreat@gmail.com:
Dear Thomas,
I just updated alps and solved this problem.
- Find your path of mpi-ext.h. For example,
locate mpi-ext.h
/usr/include/openmpi-i386/mpi-ext.h
- Make sure your MPI_INCLUDE_PATH is set correctly. Using "ccmake ." and in the advanced mode to see:
MPI_INCLUDE_PATH /usr/include/openmpi-i386
- Change the include line in the source code src/alps/ngs/ulfm.hpp from
#include /opt/openmpi-ft/include/mpi-ext.h to #include <mpi-ext.h>
- Recompile again.
Regards, Kuang-Shing Chen
On Fri, Jan 11, 2013 at 1:46 AM, Prof. Dr. Thomas Pruschke pruschke@theorie.physik.uni-goettingen.de wrote: After the svn update ALPS does not compile any more: in file src/alps/ngs/ulfm.hpp there is an explicit
#include /opt/openmpi-ft/include/mpi-ext.h
which I guess in all but a very special installation will fail to load.
After erasing the absolute path the compilation dies with
[ 61%] Building CXX object example/ising/CMakeFiles/ngs_ising_mpi_ulfm.dir/mpi_ulfm.cpp.o In file included from /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:31:0: /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp: In member function 'void alps::mpisim_ng<Impl>::save(const boost::filesystem::path&) const': /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:90:25: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:90:25: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:94:25: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:94:25: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp: In member function 'typename alps::results_type<Impl>::type alps::mpisim_ng<Impl>::collect_results(const typename alps::result_names_type<S>::type&) const': /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:120:25: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:120:25: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:124:25: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:124:25: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp: In member function 'void alps::mpisim_ng<Impl>::check_communication()': /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:141:25: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:141:25: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:148:37: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:148:37: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:157:37: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:157:37: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:162:41: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:162:41: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:167:41: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:167:41: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:193:37: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:193:37: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:197:33: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:197:33: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp: In function 'int main(int, char**)': /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:52:5: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:52:5: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:61:5: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:61:5: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:65:5: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:65:5: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:70:5: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:70:5: error: 'MPI_ERR_REVOKED' was not declared in this scope make[2]: *** [example/ising/CMakeFiles/ngs_ising_mpi_ulfm.dir/mpi_ulfm.cpp.o] Error 1 make[1]: *** [example/ising/CMakeFiles/ngs_ising_mpi_ulfm.dir/all] Error 2 make: *** [all] Error 2
-- Prof. Dr. Thomas Pruschke Institute for Theoretical Physics Friedrich-Hund-Platz 1 37077 Goettingen Germany Phone +49 551 39 7683 FAX +49 551 39 9263
Am 10.01.2013 um 13:12 schrieb evanloon@physnet.uni-hamburg.de:
Dear all,
It seems that the alps src-with-boost downloads still contain an old (1.40) version of the boost src, which will not allow to compile ALPS.
Best regards,
Erik
-- Kuang-Shing Chen
there was an error in the cmake files. 6700 shold be fine.
Best Lukas
2013/1/11 Prof. Dr. Thomas Pruschke pruschke@theorie.physik.uni-goettingen.de:
No, it does not resolve the problem in the later stage (I did this actually ...)
-- Prof. Dr. Thomas Pruschke Institute for Theoretical Physics Friedrich-Hund-Platz 1 37077 Goettingen Germany Phone +49 551 39 7683 FAX +49 551 39 9263
Am 11.01.2013 um 09:43 schrieb Kuangshing Chen brainsgreat@gmail.com:
Dear Thomas,
I just updated alps and solved this problem.
- Find your path of mpi-ext.h. For example,
locate mpi-ext.h
/usr/include/openmpi-i386/mpi-ext.h
- Make sure your MPI_INCLUDE_PATH is set correctly. Using "ccmake ." and in the advanced mode to see:
MPI_INCLUDE_PATH /usr/include/openmpi-i386
- Change the include line in the source code src/alps/ngs/ulfm.hpp from
#include /opt/openmpi-ft/include/mpi-ext.h to #include <mpi-ext.h>
- Recompile again.
Regards, Kuang-Shing Chen
On Fri, Jan 11, 2013 at 1:46 AM, Prof. Dr. Thomas Pruschke pruschke@theorie.physik.uni-goettingen.de wrote: After the svn update ALPS does not compile any more: in file src/alps/ngs/ulfm.hpp there is an explicit
#include /opt/openmpi-ft/include/mpi-ext.h
which I guess in all but a very special installation will fail to load.
After erasing the absolute path the compilation dies with
[ 61%] Building CXX object example/ising/CMakeFiles/ngs_ising_mpi_ulfm.dir/mpi_ulfm.cpp.o In file included from /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:31:0: /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp: In member function 'void alps::mpisim_ng<Impl>::save(const boost::filesystem::path&) const': /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:90:25: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:90:25: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:94:25: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:94:25: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp: In member function 'typename alps::results_type<Impl>::type alps::mpisim_ng<Impl>::collect_results(const typename alps::result_names_type<S>::type&) const': /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:120:25: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:120:25: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:124:25: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:124:25: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp: In member function 'void alps::mpisim_ng<Impl>::check_communication()': /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:141:25: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:141:25: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:148:37: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:148:37: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:157:37: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:157:37: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:162:41: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:162:41: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:167:41: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:167:41: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:193:37: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:193:37: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:197:33: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:197:33: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp: In function 'int main(int, char**)': /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:52:5: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:52:5: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:61:5: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:61:5: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:65:5: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:65:5: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:70:5: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:70:5: error: 'MPI_ERR_REVOKED' was not declared in this scope make[2]: *** [example/ising/CMakeFiles/ngs_ising_mpi_ulfm.dir/mpi_ulfm.cpp.o] Error 1 make[1]: *** [example/ising/CMakeFiles/ngs_ising_mpi_ulfm.dir/all] Error 2 make: *** [all] Error 2
-- Prof. Dr. Thomas Pruschke Institute for Theoretical Physics Friedrich-Hund-Platz 1 37077 Goettingen Germany Phone +49 551 39 7683 FAX +49 551 39 9263
Am 10.01.2013 um 13:12 schrieb evanloon@physnet.uni-hamburg.de:
Dear all,
It seems that the alps src-with-boost downloads still contain an old (1.40) version of the boost src, which will not allow to compile ALPS.
Best regards,
Erik
-- Kuang-Shing Chen
Yep!
-- Prof. Dr. Thomas Pruschke Institute for Theoretical Physics Friedrich-Hund-Platz 1 37077 Goettingen Germany Phone +49 551 39 7683 FAX +49 551 39 9263
Am 11.01.2013 um 10:13 schrieb Lukas Gamper gamperl@gmail.com:
there was an error in the cmake files. 6700 shold be fine.
Best Lukas
2013/1/11 Prof. Dr. Thomas Pruschke pruschke@theorie.physik.uni-goettingen.de:
No, it does not resolve the problem in the later stage (I did this actually ...)
-- Prof. Dr. Thomas Pruschke Institute for Theoretical Physics Friedrich-Hund-Platz 1 37077 Goettingen Germany Phone +49 551 39 7683 FAX +49 551 39 9263
Am 11.01.2013 um 09:43 schrieb Kuangshing Chen brainsgreat@gmail.com:
Dear Thomas,
I just updated alps and solved this problem.
- Find your path of mpi-ext.h. For example,
locate mpi-ext.h
/usr/include/openmpi-i386/mpi-ext.h
- Make sure your MPI_INCLUDE_PATH is set correctly. Using "ccmake ." and in the advanced mode to see:
MPI_INCLUDE_PATH /usr/include/openmpi-i386
- Change the include line in the source code src/alps/ngs/ulfm.hpp from
#include /opt/openmpi-ft/include/mpi-ext.h to #include <mpi-ext.h>
- Recompile again.
Regards, Kuang-Shing Chen
On Fri, Jan 11, 2013 at 1:46 AM, Prof. Dr. Thomas Pruschke pruschke@theorie.physik.uni-goettingen.de wrote: After the svn update ALPS does not compile any more: in file src/alps/ngs/ulfm.hpp there is an explicit
#include /opt/openmpi-ft/include/mpi-ext.h
which I guess in all but a very special installation will fail to load.
After erasing the absolute path the compilation dies with
[ 61%] Building CXX object example/ising/CMakeFiles/ngs_ising_mpi_ulfm.dir/mpi_ulfm.cpp.o In file included from /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:31:0: /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp: In member function 'void alps::mpisim_ng<Impl>::save(const boost::filesystem::path&) const': /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:90:25: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:90:25: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:94:25: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:94:25: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp: In member function 'typename alps::results_type<Impl>::type alps::mpisim_ng<Impl>::collect_results(const typename alps::result_names_type<S>::type&) const': /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:120:25: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:120:25: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:124:25: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:124:25: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp: In member function 'void alps::mpisim_ng<Impl>::check_communication()': /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:141:25: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:141:25: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:148:37: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:148:37: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:157:37: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:157:37: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:162:41: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:162:41: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:167:41: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:167:41: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:193:37: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:193:37: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:197:33: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/src/alps/ngs/scheduler/proto/mpisim_ulfm.hpp:197:33: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp: In function 'int main(int, char**)': /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:52:5: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:52:5: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:61:5: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:61:5: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:65:5: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:65:5: error: 'MPI_ERR_REVOKED' was not declared in this scope /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:70:5: error: 'MPI_ERR_PROC_FAILED' was not declared in this scope /Users/thomaspruschke/c/alps/example/ising/mpi_ulfm.cpp:70:5: error: 'MPI_ERR_REVOKED' was not declared in this scope make[2]: *** [example/ising/CMakeFiles/ngs_ising_mpi_ulfm.dir/mpi_ulfm.cpp.o] Error 1 make[1]: *** [example/ising/CMakeFiles/ngs_ising_mpi_ulfm.dir/all] Error 2 make: *** [all] Error 2
-- Prof. Dr. Thomas Pruschke Institute for Theoretical Physics Friedrich-Hund-Platz 1 37077 Goettingen Germany Phone +49 551 39 7683 FAX +49 551 39 9263
Am 10.01.2013 um 13:12 schrieb evanloon@physnet.uni-hamburg.de:
Dear all,
It seems that the alps src-with-boost downloads still contain an old (1.40) version of the boost src, which will not allow to compile ALPS.
Best regards,
Erik
-- Kuang-Shing Chen
comp-phys-alps-users@lists.phys.ethz.ch