Dear alps users,
I was able to build ALPS and everything worked except that I got one error when I used the command "make install." The error message reads:
CMake Error at lib/pyalps/cmake_install.cmake:42 (FILE): file INSTALL cannot find "/home/guest/buildalps/lib/pyalps/pyalea_c.so"
where guest is my user account and buildalps is my build directory for ALPS. I have no idea what this file (pyalea_c.so) is and why I am getting this error. Please help me.
Thanks, Niraj
Did you turn on building of the Python extensions?
On 04 Aug 2014, at 14:04, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Dear alps users,
I was able to build ALPS and everything worked except that I got one error when I used the command "make install." The error message reads:
CMake Error at lib/pyalps/cmake_install.cmake:42 (FILE): file INSTALL cannot find "/home/guest/buildalps/lib/pyalps/pyalea_c.so"
where guest is my user account and buildalps is my build directory for ALPS. I have no idea what this file (pyalea_c.so) is and why I am getting this error. Please help me.
Thanks, Niraj
Dr. Troyer, do you mean the option "ALPS_BUILD_PYTHON : ON/OFF" which appears when the command "ccmake ." is used ? Yes, I turned that ON before doing "make install".
~Niraj
On Mon, Aug 4, 2014 at 4:17 PM, Matthias Troyer troyer@phys.ethz.ch wrote:
Did you turn on building of the Python extensions?
On 04 Aug 2014, at 14:04, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Dear alps users,
I was able to build ALPS and everything worked except that I got
one error when I used the command "make install." The error message reads:
CMake Error at lib/pyalps/cmake_install.cmake:42 (FILE): file INSTALL cannot find "/home/guest/buildalps/lib/pyalps/pyalea_c.so"
where guest is my user account and buildalps is my build directory
for ALPS. I have no idea what this file (pyalea_c.so) is and why I am getting this error. Please help me.
Thanks, Niraj
Two questions: - did you do "make" before "make install"? - which ALPS version are you trying to build
On 04 Aug 2014, at 14:38, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Dr. Troyer, do you mean the option "ALPS_BUILD_PYTHON : ON/OFF" which appears when the command "ccmake ." is used ? Yes, I turned that ON before doing "make install".
~Niraj
On Mon, Aug 4, 2014 at 4:17 PM, Matthias Troyer troyer@phys.ethz.ch wrote: Did you turn on building of the Python extensions?
On 04 Aug 2014, at 14:04, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Dear alps users,
I was able to build ALPS and everything worked except that I got one error when I used the command "make install." The error message reads:
CMake Error at lib/pyalps/cmake_install.cmake:42 (FILE): file INSTALL cannot find "/home/guest/buildalps/lib/pyalps/pyalea_c.so"
where guest is my user account and buildalps is my build directory for ALPS. I have no idea what this file (pyalea_c.so) is and why I am getting this error. Please help me.
Thanks, Niraj
(1) Yes, I did "make", then "make test" (everything PASSED when I did that) and finally "make install". (2) I am trying to build the package named alps-2.2.b3-r7462-src.tar.gz http://alps.comp-phys.org/static/software/releases/alps-2.2.b3-r7462-src.tar.gz .
~Niraj
On Mon, Aug 4, 2014 at 4:40 PM, Matthias Troyer troyer@phys.ethz.ch wrote:
Two questions:
- did you do "make" before "make install"?
- which ALPS version are you trying to build
On 04 Aug 2014, at 14:38, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Dr. Troyer, do you mean the option "ALPS_BUILD_PYTHON : ON/OFF" which appears when the command "ccmake ." is used ? Yes, I turned that ON before doing "make install".
~Niraj
On Mon, Aug 4, 2014 at 4:17 PM, Matthias Troyer troyer@phys.ethz.ch wrote:
Did you turn on building of the Python extensions?
On 04 Aug 2014, at 14:04, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Dear alps users,
I was able to build ALPS and everything worked except that I got
one error when I used the command "make install." The error message reads:
CMake Error at lib/pyalps/cmake_install.cmake:42 (FILE): file INSTALL cannot find "/home/guest/buildalps/lib/pyalps/pyalea_c.so"
where guest is my user account and buildalps is my build
directory for ALPS. I have no idea what this file (pyalea_c.so) is and why I am getting this error. Please help me.
Thanks, Niraj
Try a clean configuration a make. If pyalea_c.so cannot be built you should get an error message before you do make install, either in the cmake or in the make phase.
On 04 Aug 2014, at 14:43, Niraj Ghimire niraj.ghimire@gmail.com wrote:
(1) Yes, I did "make", then "make test" (everything PASSED when I did that) and finally "make install". (2) I am trying to build the package named alps-2.2.b3-r7462-src.tar.gz.
~Niraj
On Mon, Aug 4, 2014 at 4:40 PM, Matthias Troyer troyer@phys.ethz.ch wrote: Two questions:
- did you do "make" before "make install"?
- which ALPS version are you trying to build
On 04 Aug 2014, at 14:38, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Dr. Troyer, do you mean the option "ALPS_BUILD_PYTHON : ON/OFF" which appears when the command "ccmake ." is used ? Yes, I turned that ON before doing "make install".
~Niraj
On Mon, Aug 4, 2014 at 4:17 PM, Matthias Troyer troyer@phys.ethz.ch wrote: Did you turn on building of the Python extensions?
On 04 Aug 2014, at 14:04, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Dear alps users,
I was able to build ALPS and everything worked except that I got one error when I used the command "make install." The error message reads:
CMake Error at lib/pyalps/cmake_install.cmake:42 (FILE): file INSTALL cannot find "/home/guest/buildalps/lib/pyalps/pyalea_c.so"
where guest is my user account and buildalps is my build directory for ALPS. I have no idea what this file (pyalea_c.so) is and why I am getting this error. Please help me.
Thanks, Niraj
I did a clean configuration yet again, still I am receiving the same error message. I get this message only when I do "make install." When I do "make test", I get the message "100% tests passed, 0 tests failed.." Is it possible that the pre-release version of the source package I tried has some issue ?
Thanks, Niraj
On Mon, Aug 4, 2014 at 4:57 PM, Matthias Troyer troyer@phys.ethz.ch wrote:
Try a clean configuration a make. If pyalea_c.so cannot be built you should get an error message before you do make install, either in the cmake or in the make phase.
On 04 Aug 2014, at 14:43, Niraj Ghimire niraj.ghimire@gmail.com wrote:
(1) Yes, I did "make", then "make test" (everything PASSED when I did that) and finally "make install". (2) I am trying to build the package named alps-2.2.b3-r7462-src.tar.gz http://alps.comp-phys.org/static/software/releases/alps-2.2.b3-r7462-src.tar.gz .
~Niraj
On Mon, Aug 4, 2014 at 4:40 PM, Matthias Troyer troyer@phys.ethz.ch wrote:
Two questions:
- did you do "make" before "make install"?
- which ALPS version are you trying to build
On 04 Aug 2014, at 14:38, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Dr. Troyer, do you mean the option "ALPS_BUILD_PYTHON : ON/OFF" which appears when the command "ccmake ." is used ? Yes, I turned that ON before doing "make install".
~Niraj
On Mon, Aug 4, 2014 at 4:17 PM, Matthias Troyer troyer@phys.ethz.ch wrote:
Did you turn on building of the Python extensions?
On 04 Aug 2014, at 14:04, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Dear alps users,
I was able to build ALPS and everything worked except that I got
one error when I used the command "make install." The error message reads:
CMake Error at lib/pyalps/cmake_install.cmake:42 (FILE): file INSTALL cannot find "/home/guest/buildalps/lib/pyalps/pyalea_c.so"
where guest is my user account and buildalps is my build
directory for ALPS. I have no idea what this file (pyalea_c.so) is and why I am getting this error. Please help me.
Thanks, Niraj
What is the output from doing "cmake ......." and from doing "make"?
On 06 Aug 2014, at 10:33, Niraj Ghimire niraj.ghimire@gmail.com wrote:
I did a clean configuration yet again, still I am receiving the same error message. I get this message only when I do "make install." When I do "make test", I get the message "100% tests passed, 0 tests failed.." Is it possible that the pre-release version of the source package I tried has some issue ?
Thanks, Niraj
On Mon, Aug 4, 2014 at 4:57 PM, Matthias Troyer troyer@phys.ethz.ch wrote: Try a clean configuration a make. If pyalea_c.so cannot be built you should get an error message before you do make install, either in the cmake or in the make phase.
On 04 Aug 2014, at 14:43, Niraj Ghimire niraj.ghimire@gmail.com wrote:
(1) Yes, I did "make", then "make test" (everything PASSED when I did that) and finally "make install". (2) I am trying to build the package named alps-2.2.b3-r7462-src.tar.gz.
~Niraj
On Mon, Aug 4, 2014 at 4:40 PM, Matthias Troyer troyer@phys.ethz.ch wrote: Two questions:
- did you do "make" before "make install"?
- which ALPS version are you trying to build
On 04 Aug 2014, at 14:38, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Dr. Troyer, do you mean the option "ALPS_BUILD_PYTHON : ON/OFF" which appears when the command "ccmake ." is used ? Yes, I turned that ON before doing "make install".
~Niraj
On Mon, Aug 4, 2014 at 4:17 PM, Matthias Troyer troyer@phys.ethz.ch wrote: Did you turn on building of the Python extensions?
On 04 Aug 2014, at 14:04, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Dear alps users,
I was able to build ALPS and everything worked except that I got one error when I used the command "make install." The error message reads:
CMake Error at lib/pyalps/cmake_install.cmake:42 (FILE): file INSTALL cannot find "/home/guest/buildalps/lib/pyalps/pyalea_c.so"
where guest is my user account and buildalps is my build directory for ALPS. I have no idea what this file (pyalea_c.so) is and why I am getting this error. Please help me.
Thanks, Niraj
When I did "cmake -DCMAKE_INSTALL_PREFIX=/path/to/install/directory /path/to/alps/directory", the final message I got was: ................. -- MPS: enabling NU1 symmetry. -- tebd will not be built -- Configuring done -- Generating done -- Build files have been written to: /home/niraj/alps
When I did "make", the final message I got was: .................. [100%] Built target vmusage
P.S. I have also attached text files CMakeCache and makefile in the directory /home/niraj/alps as well as CMakeOutput.log in /home/niraj/alps/CMakeFiles.
On Wed, Aug 6, 2014 at 1:18 PM, Matthias Troyer troyer@phys.ethz.ch wrote:
What is the output from doing "cmake ......." and from doing "make"?
On 06 Aug 2014, at 10:33, Niraj Ghimire niraj.ghimire@gmail.com wrote:
I did a clean configuration yet again, still I am receiving the same error message. I get this message only when I do "make install." When I do "make test", I get the message "100% tests passed, 0 tests failed.." Is it possible that the pre-release version of the source package I tried has some issue ?
Thanks, Niraj
On Mon, Aug 4, 2014 at 4:57 PM, Matthias Troyer troyer@phys.ethz.ch wrote:
Try a clean configuration a make. If pyalea_c.so cannot be built you should get an error message before you do make install, either in the cmake or in the make phase.
On 04 Aug 2014, at 14:43, Niraj Ghimire niraj.ghimire@gmail.com wrote:
(1) Yes, I did "make", then "make test" (everything PASSED when I did that) and finally "make install". (2) I am trying to build the package named alps-2.2.b3-r7462-src.tar.gz http://alps.comp-phys.org/static/software/releases/alps-2.2.b3-r7462-src.tar.gz .
~Niraj
On Mon, Aug 4, 2014 at 4:40 PM, Matthias Troyer troyer@phys.ethz.ch wrote:
Two questions:
- did you do "make" before "make install"?
- which ALPS version are you trying to build
On 04 Aug 2014, at 14:38, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Dr. Troyer, do you mean the option "ALPS_BUILD_PYTHON : ON/OFF" which appears when the command "ccmake ." is used ? Yes, I turned that ON before doing "make install".
~Niraj
On Mon, Aug 4, 2014 at 4:17 PM, Matthias Troyer troyer@phys.ethz.ch wrote:
Did you turn on building of the Python extensions?
On 04 Aug 2014, at 14:04, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Dear alps users,
I was able to build ALPS and everything worked except that I got
one error when I used the command "make install." The error message reads:
CMake Error at lib/pyalps/cmake_install.cmake:42 (FILE): file INSTALL cannot find "/home/guest/buildalps/lib/pyalps/pyalea_c.so"
where guest is my user account and buildalps is my build
directory for ALPS. I have no idea what this file (pyalea_c.so) is and why I am getting this error. Please help me.
Thanks, Niraj
On 06 Aug 2014, at 12:47, Niraj Ghimire niraj.ghimire@gmail.com wrote:
When I did "cmake -DCMAKE_INSTALL_PREFIX=/path/to/install/directory /path/to/alps/directory", the final message I got was: ................. -- MPS: enabling NU1 symmetry. -- tebd will not be built -- Configuring done -- Generating done -- Build files have been written to: /home/niraj/alps
When I did "make", the final message I got was: .................. [100%] Built target vmusage
P.S. I have also attached text files CMakeCache and makefile in the directory /home/niraj/alps as well as CMakeOutput.log in /home/niraj/alps/CMakeFiles.
Can you please send the complete output and not just the final lines?
Hi Dr. Troyer, I tried a clean configuration yet again and kept a copy of everything that happened when I did "cmake -DCMAKE_INSTALL_PREFIX=/path/to/install/directory /path/to/alps/directory". I realized that my system was unable to locate some of the important files as can be seen from the text file I attached, yet I got notifications "Configuring done" and "Generating Done". Will you be able to tell me what exactly went wrong and what I need to do to fix it ?
~Niraj
On Wed, Aug 6, 2014 at 3:57 PM, Matthias Troyer troyer@phys.ethz.ch wrote:
On 06 Aug 2014, at 12:47, Niraj Ghimire niraj.ghimire@gmail.com wrote:
When I did "cmake -DCMAKE_INSTALL_PREFIX=/path/to/install/directory
/path/to/alps/directory", the final message I got was:
................. -- MPS: enabling NU1 symmetry. -- tebd will not be built -- Configuring done -- Generating done -- Build files have been written to: /home/niraj/alps
When I did "make", the final message I got was: .................. [100%] Built target vmusage
P.S. I have also attached text files CMakeCache and makefile in the
directory /home/niraj/alps as well as CMakeOutput.log in /home/niraj/alps/CMakeFiles.
Can you please send the complete output and not just the final lines?
Please send the output of running make
On Aug 11, 2014, at 11:27, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Hi Dr. Troyer, I tried a clean configuration yet again and kept a copy of everything that happened when I did "cmake -DCMAKE_INSTALL_PREFIX=/path/to/install/directory /path/to/alps/directory". I realized that my system was unable to locate some of the important files as can be seen from the text file I attached, yet I got notifications "Configuring done" and "Generating Done". Will you be able to tell me what exactly went wrong and what I need to do to fix it ?
~Niraj
On Wed, Aug 6, 2014 at 3:57 PM, Matthias Troyer troyer@phys.ethz.ch wrote:
On 06 Aug 2014, at 12:47, Niraj Ghimire niraj.ghimire@gmail.com wrote:
When I did "cmake -DCMAKE_INSTALL_PREFIX=/path/to/install/directory /path/to/alps/directory", the final message I got was: ................. -- MPS: enabling NU1 symmetry. -- tebd will not be built -- Configuring done -- Generating done -- Build files have been written to: /home/niraj/alps
When I did "make", the final message I got was: .................. [100%] Built target vmusage
P.S. I have also attached text files CMakeCache and makefile in the directory /home/niraj/alps as well as CMakeOutput.log in /home/niraj/alps/CMakeFiles.
Can you please send the complete output and not just the final lines?
<ErrorLog.txt>
Here it is.
On Mon, Aug 11, 2014 at 1:46 PM, Matthias Troyer troyer@phys.ethz.ch wrote:
Please send the output of running make
On Aug 11, 2014, at 11:27, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Hi Dr. Troyer, I tried a clean configuration yet again and kept a copy of everything that happened when I did "cmake -DCMAKE_INSTALL_PREFIX=/path/to/install/directory /path/to/alps/directory". I realized that my system was unable to locate some of the important files as can be seen from the text file I attached, yet I got notifications "Configuring done" and "Generating Done". Will you be able to tell me what exactly went wrong and what I need to do to fix it ?
~Niraj
On Wed, Aug 6, 2014 at 3:57 PM, Matthias Troyer troyer@phys.ethz.ch wrote:
On 06 Aug 2014, at 12:47, Niraj Ghimire niraj.ghimire@gmail.com wrote:
When I did "cmake -DCMAKE_INSTALL_PREFIX=/path/to/install/directory
/path/to/alps/directory", the final message I got was:
................. -- MPS: enabling NU1 symmetry. -- tebd will not be built -- Configuring done -- Generating done -- Build files have been written to: /home/niraj/alps
When I did "make", the final message I got was: .................. [100%] Built target vmusage
P.S. I have also attached text files CMakeCache and makefile in the
directory /home/niraj/alps as well as CMakeOutput.log in /home/niraj/alps/CMakeFiles.
Can you please send the complete output and not just the final lines?
<ErrorLog.txt>
Thank you, I will take a look
On Aug 11, 2014, at 11:48, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Here it is.
On Mon, Aug 11, 2014 at 1:46 PM, Matthias Troyer troyer@phys.ethz.ch wrote: Please send the output of running make
On Aug 11, 2014, at 11:27, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Hi Dr. Troyer, I tried a clean configuration yet again and kept a copy of everything that happened when I did "cmake -DCMAKE_INSTALL_PREFIX=/path/to/install/directory /path/to/alps/directory". I realized that my system was unable to locate some of the important files as can be seen from the text file I attached, yet I got notifications "Configuring done" and "Generating Done". Will you be able to tell me what exactly went wrong and what I need to do to fix it ?
~Niraj
On Wed, Aug 6, 2014 at 3:57 PM, Matthias Troyer troyer@phys.ethz.ch wrote:
On 06 Aug 2014, at 12:47, Niraj Ghimire niraj.ghimire@gmail.com wrote:
When I did "cmake -DCMAKE_INSTALL_PREFIX=/path/to/install/directory /path/to/alps/directory", the final message I got was: ................. -- MPS: enabling NU1 symmetry. -- tebd will not be built -- Configuring done -- Generating done -- Build files have been written to: /home/niraj/alps
When I did "make", the final message I got was: .................. [100%] Built target vmusage
P.S. I have also attached text files CMakeCache and makefile in the directory /home/niraj/alps as well as CMakeOutput.log in /home/niraj/alps/CMakeFiles.
Can you please send the complete output and not just the final lines?
<ErrorLog.txt>
<MakeOutput.txt>
This actually states that the module was built:
Linking CXX shared module pyalea_c.so
Can you now please send the log of make install?
On 11 Aug 2014, at 11:48, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Here it is.
On Mon, Aug 11, 2014 at 1:46 PM, Matthias Troyer troyer@phys.ethz.ch wrote: Please send the output of running make
On Aug 11, 2014, at 11:27, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Hi Dr. Troyer, I tried a clean configuration yet again and kept a copy of everything that happened when I did "cmake -DCMAKE_INSTALL_PREFIX=/path/to/install/directory /path/to/alps/directory". I realized that my system was unable to locate some of the important files as can be seen from the text file I attached, yet I got notifications "Configuring done" and "Generating Done". Will you be able to tell me what exactly went wrong and what I need to do to fix it ?
~Niraj
On Wed, Aug 6, 2014 at 3:57 PM, Matthias Troyer troyer@phys.ethz.ch wrote:
On 06 Aug 2014, at 12:47, Niraj Ghimire niraj.ghimire@gmail.com wrote:
When I did "cmake -DCMAKE_INSTALL_PREFIX=/path/to/install/directory /path/to/alps/directory", the final message I got was: ................. -- MPS: enabling NU1 symmetry. -- tebd will not be built -- Configuring done -- Generating done -- Build files have been written to: /home/niraj/alps
When I did "make", the final message I got was: .................. [100%] Built target vmusage
P.S. I have also attached text files CMakeCache and makefile in the directory /home/niraj/alps as well as CMakeOutput.log in /home/niraj/alps/CMakeFiles.
Can you please send the complete output and not just the final lines?
<ErrorLog.txt>
<MakeOutput.txt>
Here it is. Please note that I tried a clean install yet again and the build directory this time is /home/sushma/buildalps/alps (which previously was /home/sushma/alps).
On Tue, Aug 12, 2014 at 12:12 AM, Matthias Troyer troyer@phys.ethz.ch wrote:
This actually states that the module was built:
Linking CXX shared module pyalea_c.so
Can you now please send the log of make install?
On 11 Aug 2014, at 11:48, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Here it is.
On Mon, Aug 11, 2014 at 1:46 PM, Matthias Troyer troyer@phys.ethz.ch wrote:
Please send the output of running make
On Aug 11, 2014, at 11:27, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Hi Dr. Troyer, I tried a clean configuration yet again and kept a copy of everything that happened when I did "cmake -DCMAKE_INSTALL_PREFIX=/path/to/install/directory /path/to/alps/directory". I realized that my system was unable to locate some of the important files as can be seen from the text file I attached, yet I got notifications "Configuring done" and "Generating Done". Will you be able to tell me what exactly went wrong and what I need to do to fix it ?
~Niraj
On Wed, Aug 6, 2014 at 3:57 PM, Matthias Troyer troyer@phys.ethz.ch wrote:
On 06 Aug 2014, at 12:47, Niraj Ghimire niraj.ghimire@gmail.com wrote:
When I did "cmake -DCMAKE_INSTALL_PREFIX=/path/to/install/directory
/path/to/alps/directory", the final message I got was:
................. -- MPS: enabling NU1 symmetry. -- tebd will not be built -- Configuring done -- Generating done -- Build files have been written to: /home/niraj/alps
When I did "make", the final message I got was: .................. [100%] Built target vmusage
P.S. I have also attached text files CMakeCache and makefile in the
directory /home/niraj/alps as well as CMakeOutput.log in /home/niraj/alps/CMakeFiles.
Can you please send the complete output and not just the final lines?
<ErrorLog.txt>
<MakeOutput.txt>
Are you trying to build in the same directory where you want to install?
-- ETH Zurich Michele Dolfi Institute for Theoretical Physics HIT G 32.4 Wolfgang-Pauli-Str. 27 8093 Zurich Switzerland
dolfim@phys.ethz.ch www.itp.phys.ethz.ch
+41 44 633 78 56 phone +41 44 633 11 15 fax
On Aug 12, 2014, at 5:37 PM, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Here it is. Please note that I tried a clean install yet again and the build directory this time is /home/sushma/buildalps/alps (which previously was /home/sushma/alps).
On Tue, Aug 12, 2014 at 12:12 AM, Matthias Troyer troyer@phys.ethz.ch wrote: This actually states that the module was built:
Linking CXX shared module pyalea_c.so
Can you now please send the log of make install?
On 11 Aug 2014, at 11:48, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Here it is.
On Mon, Aug 11, 2014 at 1:46 PM, Matthias Troyer troyer@phys.ethz.ch wrote: Please send the output of running make
On Aug 11, 2014, at 11:27, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Hi Dr. Troyer, I tried a clean configuration yet again and kept a copy of everything that happened when I did "cmake -DCMAKE_INSTALL_PREFIX=/path/to/install/directory /path/to/alps/directory". I realized that my system was unable to locate some of the important files as can be seen from the text file I attached, yet I got notifications "Configuring done" and "Generating Done". Will you be able to tell me what exactly went wrong and what I need to do to fix it ?
~Niraj
On Wed, Aug 6, 2014 at 3:57 PM, Matthias Troyer troyer@phys.ethz.ch wrote:
On 06 Aug 2014, at 12:47, Niraj Ghimire niraj.ghimire@gmail.com wrote:
When I did "cmake -DCMAKE_INSTALL_PREFIX=/path/to/install/directory /path/to/alps/directory", the final message I got was: ................. -- MPS: enabling NU1 symmetry. -- tebd will not be built -- Configuring done -- Generating done -- Build files have been written to: /home/niraj/alps
When I did "make", the final message I got was: .................. [100%] Built target vmusage
P.S. I have also attached text files CMakeCache and makefile in the directory /home/niraj/alps as well as CMakeOutput.log in /home/niraj/alps/CMakeFiles.
Can you please send the complete output and not just the final lines?
<ErrorLog.txt>
<MakeOutput.txt>
<MakeInstallOutput.txt>
Indeed, that's what the log shows. You need to install into a different directory than the build directory
On Aug 12, 2014, at 10:03, Michele Dolfi dolfim@phys.ethz.ch wrote:
Are you trying to build in the same directory where you want to install?
-- ETH Zurich Michele Dolfi Institute for Theoretical Physics HIT G 32.4 Wolfgang-Pauli-Str. 27 8093 Zurich Switzerland
dolfim@phys.ethz.ch www.itp.phys.ethz.ch
+41 44 633 78 56 phone +41 44 633 11 15 fax
On Aug 12, 2014, at 5:37 PM, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Here it is. Please note that I tried a clean install yet again and the build directory this time is /home/sushma/buildalps/alps (which previously was /home/sushma/alps).
On Tue, Aug 12, 2014 at 12:12 AM, Matthias Troyer troyer@phys.ethz.ch wrote: This actually states that the module was built:
Linking CXX shared module pyalea_c.so
Can you now please send the log of make install?
On 11 Aug 2014, at 11:48, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Here it is.
On Mon, Aug 11, 2014 at 1:46 PM, Matthias Troyer troyer@phys.ethz.ch wrote: Please send the output of running make
On Aug 11, 2014, at 11:27, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Hi Dr. Troyer, I tried a clean configuration yet again and kept a copy of everything that happened when I did "cmake -DCMAKE_INSTALL_PREFIX=/path/to/install/directory /path/to/alps/directory". I realized that my system was unable to locate some of the important files as can be seen from the text file I attached, yet I got notifications "Configuring done" and "Generating Done". Will you be able to tell me what exactly went wrong and what I need to do to fix it ?
~Niraj
> On Wed, Aug 6, 2014 at 3:57 PM, Matthias Troyer troyer@phys.ethz.ch wrote: > > On 06 Aug 2014, at 12:47, Niraj Ghimire niraj.ghimire@gmail.com wrote: > > > When I did "cmake -DCMAKE_INSTALL_PREFIX=/path/to/install/directory /path/to/alps/directory", the final message I got was: > > ................. > > -- MPS: enabling NU1 symmetry. > > -- tebd will not be built > > -- Configuring done > > -- Generating done > > -- Build files have been written to: /home/niraj/alps > > > > When I did "make", the final message I got was: > > .................. > > [100%] Built target vmusage > > > > P.S. I have also attached text files CMakeCache and makefile in the directory /home/niraj/alps as well as CMakeOutput.log in /home/niraj/alps/CMakeFiles. > > Can you please send the complete output and not just the final lines?
<ErrorLog.txt>
<MakeOutput.txt>
<MakeInstallOutput.txt>
Ok Dr. Troyer, now it makes sense. Thank you so much.
On Tue, Aug 12, 2014 at 12:11 PM, Matthias Troyer troyer@phys.ethz.ch wrote:
Indeed, that's what the log shows. You need to install into a different directory than the build directory
On Aug 12, 2014, at 10:03, Michele Dolfi dolfim@phys.ethz.ch wrote:
Are you trying to build in the same directory where you want to install?
-- ETH Zurich Michele Dolfi Institute for Theoretical Physics HIT G 32.4 Wolfgang-Pauli-Str. 27 8093 Zurich Switzerland
dolfim@phys.ethz.ch www.itp.phys.ethz.ch
+41 44 633 78 56 phone +41 44 633 11 15 fax
On Aug 12, 2014, at 5:37 PM, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Here it is. Please note that I tried a clean install yet again and the build directory this time is /home/sushma/buildalps/alps (which previously was /home/sushma/alps).
On Tue, Aug 12, 2014 at 12:12 AM, Matthias Troyer troyer@phys.ethz.ch wrote:
This actually states that the module was built:
Linking CXX shared module pyalea_c.so
Can you now please send the log of make install?
On 11 Aug 2014, at 11:48, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Here it is.
On Mon, Aug 11, 2014 at 1:46 PM, Matthias Troyer troyer@phys.ethz.ch wrote:
Please send the output of running make
On Aug 11, 2014, at 11:27, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Hi Dr. Troyer, I tried a clean configuration yet again and kept a copy of everything that happened when I did "cmake -DCMAKE_INSTALL_PREFIX=/path/to/install/directory /path/to/alps/directory". I realized that my system was unable to locate some of the important files as can be seen from the text file I attached, yet I got notifications "Configuring done" and "Generating Done". Will you be able to tell me what exactly went wrong and what I need to do to fix it ?
~Niraj
On Wed, Aug 6, 2014 at 3:57 PM, Matthias Troyer troyer@phys.ethz.ch wrote:
On 06 Aug 2014, at 12:47, Niraj Ghimire niraj.ghimire@gmail.com wrote:
When I did "cmake -DCMAKE_INSTALL_PREFIX=/path/to/install/directory
/path/to/alps/directory", the final message I got was:
................. -- MPS: enabling NU1 symmetry. -- tebd will not be built -- Configuring done -- Generating done -- Build files have been written to: /home/niraj/alps
When I did "make", the final message I got was: .................. [100%] Built target vmusage
P.S. I have also attached text files CMakeCache and makefile in the
directory /home/niraj/alps as well as CMakeOutput.log in /home/niraj/alps/CMakeFiles.
Can you please send the complete output and not just the final lines?
<ErrorLog.txt>
<MakeOutput.txt>
<MakeInstallOutput.txt>
Dr. Troyer, now I am confused. The locations for my install and build directories are /home/sushma/alps/alps_install and /home/sushma/alps/alps_build. When I do "cmake -DCMAKE_INSTALL_PREFIX=/home/sushma/alps/alps_install /home/sushma/janaki/alps-2.2.b3-r7462-src/alps", I believe I am installing alps package into the folder "alps_install." If I am not wrong so far, I want to know how I can build into the folder "alps_build". There must be some option (in maybe "cmake options") or some command line that I need to follow before I can use the commands "make" and "make install". This is really tricky, please help me out.
~Niraj
On Tue, Aug 12, 2014 at 12:17 PM, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Ok Dr. Troyer, now it makes sense. Thank you so much.
On Tue, Aug 12, 2014 at 12:11 PM, Matthias Troyer troyer@phys.ethz.ch wrote:
Indeed, that's what the log shows. You need to install into a different directory than the build directory
On Aug 12, 2014, at 10:03, Michele Dolfi dolfim@phys.ethz.ch wrote:
Are you trying to build in the same directory where you want to install?
--
ETH Zurich Michele Dolfi Institute for Theoretical Physics HIT G 32.4 Wolfgang-Pauli-Str. 27 8093 Zurich Switzerland
dolfim@phys.ethz.ch www.itp.phys.ethz.ch
+41 44 633 78 56 phone +41 44 633 11 15 fax
On Aug 12, 2014, at 5:37 PM, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Here it is. Please note that I tried a clean install yet again and the build directory this time is /home/sushma/buildalps/alps (which previously was /home/sushma/alps).
On Tue, Aug 12, 2014 at 12:12 AM, Matthias Troyer troyer@phys.ethz.ch wrote:
This actually states that the module was built:
Linking CXX shared module pyalea_c.so
Can you now please send the log of make install?
On 11 Aug 2014, at 11:48, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Here it is.
On Mon, Aug 11, 2014 at 1:46 PM, Matthias Troyer troyer@phys.ethz.ch wrote:
Please send the output of running make
On Aug 11, 2014, at 11:27, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Hi Dr. Troyer, I tried a clean configuration yet again and kept a copy of everything that happened when I did "cmake -DCMAKE_INSTALL_PREFIX=/path/to/install/directory /path/to/alps/directory". I realized that my system was unable to locate some of the important files as can be seen from the text file I attached, yet I got notifications "Configuring done" and "Generating Done". Will you be able to tell me what exactly went wrong and what I need to do to fix it ?
~Niraj
On Wed, Aug 6, 2014 at 3:57 PM, Matthias Troyer troyer@phys.ethz.ch wrote:
On 06 Aug 2014, at 12:47, Niraj Ghimire niraj.ghimire@gmail.com wrote:
When I did "cmake -DCMAKE_INSTALL_PREFIX=/path/to/install/directory
/path/to/alps/directory", the final message I got was:
................. -- MPS: enabling NU1 symmetry. -- tebd will not be built -- Configuring done -- Generating done -- Build files have been written to: /home/niraj/alps
When I did "make", the final message I got was: .................. [100%] Built target vmusage
P.S. I have also attached text files CMakeCache and makefile in the
directory /home/niraj/alps as well as CMakeOutput.log in /home/niraj/alps/CMakeFiles.
Can you please send the complete output and not just the final lines?
<ErrorLog.txt>
<MakeOutput.txt>
<MakeInstallOutput.txt>
These are not the paths given in your log file. Did you really do this and send the correct log?
On Aug 12, 2014, at 10:50, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Dr. Troyer, now I am confused. The locations for my install and build directories are /home/sushma/alps/alps_install and /home/sushma/alps/alps_build. When I do "cmake -DCMAKE_INSTALL_PREFIX=/home/sushma/alps/alps_install /home/sushma/janaki/alps-2.2.b3-r7462-src/alps", I believe I am installing alps package into the folder "alps_install." If I am not wrong so far, I want to know how I can build into the folder "alps_build". There must be some option (in maybe "cmake options") or some command line that I need to follow before I can use the commands "make" and "make install". This is really tricky, please help me out.
~Niraj
On Tue, Aug 12, 2014 at 12:17 PM, Niraj Ghimire niraj.ghimire@gmail.com wrote: Ok Dr. Troyer, now it makes sense. Thank you so much.
On Tue, Aug 12, 2014 at 12:11 PM, Matthias Troyer troyer@phys.ethz.ch wrote: Indeed, that's what the log shows. You need to install into a different directory than the build directory
On Aug 12, 2014, at 10:03, Michele Dolfi dolfim@phys.ethz.ch wrote:
Are you trying to build in the same directory where you want to install?
-- ETH Zurich Michele Dolfi Institute for Theoretical Physics HIT G 32.4 Wolfgang-Pauli-Str. 27 8093 Zurich Switzerland
dolfim@phys.ethz.ch www.itp.phys.ethz.ch
+41 44 633 78 56 phone +41 44 633 11 15 fax
On Aug 12, 2014, at 5:37 PM, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Here it is. Please note that I tried a clean install yet again and the build directory this time is /home/sushma/buildalps/alps (which previously was /home/sushma/alps).
On Tue, Aug 12, 2014 at 12:12 AM, Matthias Troyer troyer@phys.ethz.ch wrote: This actually states that the module was built:
> Linking CXX shared module pyalea_c.so
Can you now please send the log of make install?
> On 11 Aug 2014, at 11:48, Niraj Ghimire niraj.ghimire@gmail.com wrote: > > Here it is. > > >> On Mon, Aug 11, 2014 at 1:46 PM, Matthias Troyer troyer@phys.ethz.ch wrote: >> Please send the output of running make >> >> >> >> >>> On Aug 11, 2014, at 11:27, Niraj Ghimire niraj.ghimire@gmail.com wrote: >>> >>> Hi Dr. Troyer, >>> I tried a clean configuration yet again and kept a copy of everything that happened when I did "cmake -DCMAKE_INSTALL_PREFIX=/path/to/install/directory /path/to/alps/directory". I realized that my system was unable to locate some of the important files as can be seen from the text file I attached, yet I got notifications "Configuring done" and "Generating Done". Will you be able to tell me what exactly went wrong and what I need to do to fix it ? >>> >>> ~Niraj >>> >>> >>>> On Wed, Aug 6, 2014 at 3:57 PM, Matthias Troyer troyer@phys.ethz.ch wrote: >>>> >>>> On 06 Aug 2014, at 12:47, Niraj Ghimire niraj.ghimire@gmail.com wrote: >>>> >>>> > When I did "cmake -DCMAKE_INSTALL_PREFIX=/path/to/install/directory /path/to/alps/directory", the final message I got was: >>>> > ................. >>>> > -- MPS: enabling NU1 symmetry. >>>> > -- tebd will not be built >>>> > -- Configuring done >>>> > -- Generating done >>>> > -- Build files have been written to: /home/niraj/alps >>>> > >>>> > When I did "make", the final message I got was: >>>> > .................. >>>> > [100%] Built target vmusage >>>> > >>>> > P.S. I have also attached text files CMakeCache and makefile in the directory /home/niraj/alps as well as CMakeOutput.log in /home/niraj/alps/CMakeFiles. >>>> >>>> Can you please send the complete output and not just the final lines? >>> >>> <ErrorLog.txt> > > <MakeOutput.txt>
<MakeInstallOutput.txt>
I thought I messed everything up while trying to install and build in the same directory. So I am doing a clean "configure" yet again, this time making two different directories, one for "install" and the other for "build".
On Tue, Aug 12, 2014 at 1:03 PM, Matthias Troyer troyer@phys.ethz.ch wrote:
These are not the paths given in your log file. Did you really do this and send the correct log?
On Aug 12, 2014, at 10:50, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Dr. Troyer, now I am confused. The locations for my install and build directories are /home/sushma/alps/alps_install and /home/sushma/alps/alps_build. When I do "cmake -DCMAKE_INSTALL_PREFIX=/home/sushma/alps/alps_install /home/sushma/janaki/alps-2.2.b3-r7462-src/alps", I believe I am installing alps package into the folder "alps_install." If I am not wrong so far, I want to know how I can build into the folder "alps_build". There must be some option (in maybe "cmake options") or some command line that I need to follow before I can use the commands "make" and "make install". This is really tricky, please help me out.
~Niraj
On Tue, Aug 12, 2014 at 12:17 PM, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Ok Dr. Troyer, now it makes sense. Thank you so much.
On Tue, Aug 12, 2014 at 12:11 PM, Matthias Troyer troyer@phys.ethz.ch wrote:
Indeed, that's what the log shows. You need to install into a different directory than the build directory
On Aug 12, 2014, at 10:03, Michele Dolfi dolfim@phys.ethz.ch wrote:
Are you trying to build in the same directory where you want to install?
--
ETH Zurich Michele Dolfi Institute for Theoretical Physics HIT G 32.4 Wolfgang-Pauli-Str. 27 8093 Zurich Switzerland
dolfim@phys.ethz.ch www.itp.phys.ethz.ch
+41 44 633 78 56 phone +41 44 633 11 15 fax
On Aug 12, 2014, at 5:37 PM, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Here it is. Please note that I tried a clean install yet again and the build directory this time is /home/sushma/buildalps/alps (which previously was /home/sushma/alps).
On Tue, Aug 12, 2014 at 12:12 AM, Matthias Troyer troyer@phys.ethz.ch wrote:
This actually states that the module was built:
Linking CXX shared module pyalea_c.so
Can you now please send the log of make install?
On 11 Aug 2014, at 11:48, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Here it is.
On Mon, Aug 11, 2014 at 1:46 PM, Matthias Troyer troyer@phys.ethz.ch wrote:
Please send the output of running make
On Aug 11, 2014, at 11:27, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Hi Dr. Troyer, I tried a clean configuration yet again and kept a copy of everything that happened when I did "cmake -DCMAKE_INSTALL_PREFIX=/path/to/install/directory /path/to/alps/directory". I realized that my system was unable to locate some of the important files as can be seen from the text file I attached, yet I got notifications "Configuring done" and "Generating Done". Will you be able to tell me what exactly went wrong and what I need to do to fix it ?
~Niraj
On Wed, Aug 6, 2014 at 3:57 PM, Matthias Troyer troyer@phys.ethz.ch wrote:
On 06 Aug 2014, at 12:47, Niraj Ghimire niraj.ghimire@gmail.com wrote:
> When I did "cmake -DCMAKE_INSTALL_PREFIX=/path/to/install/directory /path/to/alps/directory", the final message I got was: > ................. > -- MPS: enabling NU1 symmetry. > -- tebd will not be built > -- Configuring done > -- Generating done > -- Build files have been written to: /home/niraj/alps > > When I did "make", the final message I got was: > .................. > [100%] Built target vmusage > > P.S. I have also attached text files CMakeCache and makefile in the directory /home/niraj/alps as well as CMakeOutput.log in /home/niraj/alps/CMakeFiles.
Can you please send the complete output and not just the final lines?
<ErrorLog.txt>
<MakeOutput.txt>
<MakeInstallOutput.txt>
That's why the paths look different this time. Now need to know now how to build in a different directory using the "make" and "make install" commands.
On Tue, Aug 12, 2014 at 1:06 PM, Niraj Ghimire niraj.ghimire@gmail.com wrote:
I thought I messed everything up while trying to install and build in the same directory. So I am doing a clean "configure" yet again, this time making two different directories, one for "install" and the other for "build".
On Tue, Aug 12, 2014 at 1:03 PM, Matthias Troyer troyer@phys.ethz.ch wrote:
These are not the paths given in your log file. Did you really do this and send the correct log?
On Aug 12, 2014, at 10:50, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Dr. Troyer, now I am confused. The locations for my install and build directories are /home/sushma/alps/alps_install and /home/sushma/alps/alps_build. When I do "cmake -DCMAKE_INSTALL_PREFIX=/home/sushma/alps/alps_install /home/sushma/janaki/alps-2.2.b3-r7462-src/alps", I believe I am installing alps package into the folder "alps_install." If I am not wrong so far, I want to know how I can build into the folder "alps_build". There must be some option (in maybe "cmake options") or some command line that I need to follow before I can use the commands "make" and "make install". This is really tricky, please help me out.
~Niraj
On Tue, Aug 12, 2014 at 12:17 PM, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Ok Dr. Troyer, now it makes sense. Thank you so much.
On Tue, Aug 12, 2014 at 12:11 PM, Matthias Troyer troyer@phys.ethz.ch wrote:
Indeed, that's what the log shows. You need to install into a different directory than the build directory
On Aug 12, 2014, at 10:03, Michele Dolfi dolfim@phys.ethz.ch wrote:
Are you trying to build in the same directory where you want to install?
--
ETH Zurich Michele Dolfi Institute for Theoretical Physics HIT G 32.4 Wolfgang-Pauli-Str. 27 8093 Zurich Switzerland
dolfim@phys.ethz.ch www.itp.phys.ethz.ch
+41 44 633 78 56 phone +41 44 633 11 15 fax
On Aug 12, 2014, at 5:37 PM, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Here it is. Please note that I tried a clean install yet again and the build directory this time is /home/sushma/buildalps/alps (which previously was /home/sushma/alps).
On Tue, Aug 12, 2014 at 12:12 AM, Matthias Troyer troyer@phys.ethz.ch wrote:
This actually states that the module was built:
Linking CXX shared module pyalea_c.so
Can you now please send the log of make install?
On 11 Aug 2014, at 11:48, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Here it is.
On Mon, Aug 11, 2014 at 1:46 PM, Matthias Troyer troyer@phys.ethz.ch wrote:
Please send the output of running make
On Aug 11, 2014, at 11:27, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Hi Dr. Troyer, I tried a clean configuration yet again and kept a copy of everything that happened when I did "cmake -DCMAKE_INSTALL_PREFIX=/path/to/install/directory /path/to/alps/directory". I realized that my system was unable to locate some of the important files as can be seen from the text file I attached, yet I got notifications "Configuring done" and "Generating Done". Will you be able to tell me what exactly went wrong and what I need to do to fix it ?
~Niraj
On Wed, Aug 6, 2014 at 3:57 PM, Matthias Troyer troyer@phys.ethz.ch wrote:
> > On 06 Aug 2014, at 12:47, Niraj Ghimire niraj.ghimire@gmail.com > wrote: > > > When I did "cmake > -DCMAKE_INSTALL_PREFIX=/path/to/install/directory /path/to/alps/directory", > the final message I got was: > > ................. > > -- MPS: enabling NU1 symmetry. > > -- tebd will not be built > > -- Configuring done > > -- Generating done > > -- Build files have been written to: /home/niraj/alps > > > > When I did "make", the final message I got was: > > .................. > > [100%] Built target vmusage > > > > P.S. I have also attached text files CMakeCache and makefile in > the directory /home/niraj/alps as well as CMakeOutput.log in > /home/niraj/alps/CMakeFiles. > > Can you please send the complete output and not just the final lines? > > > <ErrorLog.txt>
<MakeOutput.txt>
<MakeInstallOutput.txt>
Just type make and make install in the directory where you ran cmake
On Aug 12, 2014, at 11:10, Niraj Ghimire niraj.ghimire@gmail.com wrote:
That's why the paths look different this time. Now need to know now how to build in a different directory using the "make" and "make install" commands.
On Tue, Aug 12, 2014 at 1:06 PM, Niraj Ghimire niraj.ghimire@gmail.com wrote: I thought I messed everything up while trying to install and build in the same directory. So I am doing a clean "configure" yet again, this time making two different directories, one for "install" and the other for "build".
On Tue, Aug 12, 2014 at 1:03 PM, Matthias Troyer troyer@phys.ethz.ch wrote: These are not the paths given in your log file. Did you really do this and send the correct log?
On Aug 12, 2014, at 10:50, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Dr. Troyer, now I am confused. The locations for my install and build directories are /home/sushma/alps/alps_install and /home/sushma/alps/alps_build. When I do "cmake -DCMAKE_INSTALL_PREFIX=/home/sushma/alps/alps_install /home/sushma/janaki/alps-2.2.b3-r7462-src/alps", I believe I am installing alps package into the folder "alps_install." If I am not wrong so far, I want to know how I can build into the folder "alps_build". There must be some option (in maybe "cmake options") or some command line that I need to follow before I can use the commands "make" and "make install". This is really tricky, please help me out.
~Niraj
On Tue, Aug 12, 2014 at 12:17 PM, Niraj Ghimire niraj.ghimire@gmail.com wrote: Ok Dr. Troyer, now it makes sense. Thank you so much.
On Tue, Aug 12, 2014 at 12:11 PM, Matthias Troyer troyer@phys.ethz.ch wrote: Indeed, that's what the log shows. You need to install into a different directory than the build directory
> On Aug 12, 2014, at 10:03, Michele Dolfi dolfim@phys.ethz.ch wrote: > > Are you trying to build in the same directory where you want to install? > > -- > ETH Zurich > Michele Dolfi > Institute for Theoretical Physics > HIT G 32.4 > Wolfgang-Pauli-Str. 27 > 8093 Zurich > Switzerland > > dolfim@phys.ethz.ch > www.itp.phys.ethz.ch > > +41 44 633 78 56 phone > +41 44 633 11 15 fax > > > > > >> On Aug 12, 2014, at 5:37 PM, Niraj Ghimire niraj.ghimire@gmail.com wrote: >> >> Here it is. Please note that I tried a clean install yet again and the build directory this time is /home/sushma/buildalps/alps (which previously was /home/sushma/alps). >> >> >>> On Tue, Aug 12, 2014 at 12:12 AM, Matthias Troyer troyer@phys.ethz.ch wrote: >>> This actually states that the module was built: >>> >>>> Linking CXX shared module pyalea_c.so >>> >>> >>> Can you now please send the log of make install? >>> >>> >>>> On 11 Aug 2014, at 11:48, Niraj Ghimire niraj.ghimire@gmail.com wrote: >>>> >>>> Here it is. >>>> >>>> >>>>> On Mon, Aug 11, 2014 at 1:46 PM, Matthias Troyer troyer@phys.ethz.ch wrote: >>>>> Please send the output of running make >>>>> >>>>> >>>>> >>>>> >>>>>> On Aug 11, 2014, at 11:27, Niraj Ghimire niraj.ghimire@gmail.com wrote: >>>>>> >>>>>> Hi Dr. Troyer, >>>>>> I tried a clean configuration yet again and kept a copy of everything that happened when I did "cmake -DCMAKE_INSTALL_PREFIX=/path/to/install/directory /path/to/alps/directory". I realized that my system was unable to locate some of the important files as can be seen from the text file I attached, yet I got notifications "Configuring done" and "Generating Done". Will you be able to tell me what exactly went wrong and what I need to do to fix it ? >>>>>> >>>>>> ~Niraj >>>>>> >>>>>> >>>>>>> On Wed, Aug 6, 2014 at 3:57 PM, Matthias Troyer troyer@phys.ethz.ch wrote: >>>>>>> >>>>>>> On 06 Aug 2014, at 12:47, Niraj Ghimire niraj.ghimire@gmail.com wrote: >>>>>>> >>>>>>> > When I did "cmake -DCMAKE_INSTALL_PREFIX=/path/to/install/directory /path/to/alps/directory", the final message I got was: >>>>>>> > ................. >>>>>>> > -- MPS: enabling NU1 symmetry. >>>>>>> > -- tebd will not be built >>>>>>> > -- Configuring done >>>>>>> > -- Generating done >>>>>>> > -- Build files have been written to: /home/niraj/alps >>>>>>> > >>>>>>> > When I did "make", the final message I got was: >>>>>>> > .................. >>>>>>> > [100%] Built target vmusage >>>>>>> > >>>>>>> > P.S. I have also attached text files CMakeCache and makefile in the directory /home/niraj/alps as well as CMakeOutput.log in /home/niraj/alps/CMakeFiles. >>>>>>> >>>>>>> Can you please send the complete output and not just the final lines? >>>>>> >>>>>> <ErrorLog.txt> >>>> >>>> <MakeOutput.txt> >> >> <MakeInstallOutput.txt>
That's exactly what I did previously and I ended up getting the "pyalea_c.so" error. That also did "install" and "build" in the same directory. Dr. Troyer, now this is becoming more complicated than I was assuming before.
On Tue, Aug 12, 2014 at 1:13 PM, Matthias Troyer troyer@phys.ethz.ch wrote:
Just type make and make install in the directory where you ran cmake
On Aug 12, 2014, at 11:10, Niraj Ghimire niraj.ghimire@gmail.com wrote:
That's why the paths look different this time. Now need to know now how to build in a different directory using the "make" and "make install" commands.
On Tue, Aug 12, 2014 at 1:06 PM, Niraj Ghimire niraj.ghimire@gmail.com wrote:
I thought I messed everything up while trying to install and build in the same directory. So I am doing a clean "configure" yet again, this time making two different directories, one for "install" and the other for "build".
On Tue, Aug 12, 2014 at 1:03 PM, Matthias Troyer troyer@phys.ethz.ch wrote:
These are not the paths given in your log file. Did you really do this and send the correct log?
On Aug 12, 2014, at 10:50, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Dr. Troyer, now I am confused. The locations for my install and build directories are /home/sushma/alps/alps_install and /home/sushma/alps/alps_build. When I do "cmake -DCMAKE_INSTALL_PREFIX=/home/sushma/alps/alps_install /home/sushma/janaki/alps-2.2.b3-r7462-src/alps", I believe I am installing alps package into the folder "alps_install." If I am not wrong so far, I want to know how I can build into the folder "alps_build". There must be some option (in maybe "cmake options") or some command line that I need to follow before I can use the commands "make" and "make install". This is really tricky, please help me out.
~Niraj
On Tue, Aug 12, 2014 at 12:17 PM, Niraj Ghimire <niraj.ghimire@gmail.com
wrote:
Ok Dr. Troyer, now it makes sense. Thank you so much.
On Tue, Aug 12, 2014 at 12:11 PM, Matthias Troyer troyer@phys.ethz.ch wrote:
Indeed, that's what the log shows. You need to install into a different directory than the build directory
On Aug 12, 2014, at 10:03, Michele Dolfi dolfim@phys.ethz.ch wrote:
Are you trying to build in the same directory where you want to install?
--
ETH Zurich Michele Dolfi Institute for Theoretical Physics HIT G 32.4 Wolfgang-Pauli-Str. 27 8093 Zurich Switzerland
dolfim@phys.ethz.ch www.itp.phys.ethz.ch
+41 44 633 78 56 phone +41 44 633 11 15 fax
On Aug 12, 2014, at 5:37 PM, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Here it is. Please note that I tried a clean install yet again and the build directory this time is /home/sushma/buildalps/alps (which previously was /home/sushma/alps).
On Tue, Aug 12, 2014 at 12:12 AM, Matthias Troyer <troyer@phys.ethz.ch
wrote:
This actually states that the module was built:
Linking CXX shared module pyalea_c.so
Can you now please send the log of make install?
On 11 Aug 2014, at 11:48, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Here it is.
On Mon, Aug 11, 2014 at 1:46 PM, Matthias Troyer <troyer@phys.ethz.ch > wrote:
> Please send the output of running make > > > > > On Aug 11, 2014, at 11:27, Niraj Ghimire niraj.ghimire@gmail.com > wrote: > > Hi Dr. Troyer, > I tried a clean configuration yet again and kept a copy of > everything that happened when I did "cmake > -DCMAKE_INSTALL_PREFIX=/path/to/install/directory /path/to/alps/directory". > I realized that my system was unable to locate some of the important files > as can be seen from the text file I attached, yet I got notifications > "Configuring done" and "Generating Done". Will you be able to tell me what > exactly went wrong and what I need to do to fix it ? > > ~Niraj > > > On Wed, Aug 6, 2014 at 3:57 PM, Matthias Troyer <troyer@phys.ethz.ch > > wrote: > >> >> On 06 Aug 2014, at 12:47, Niraj Ghimire niraj.ghimire@gmail.com >> wrote: >> >> > When I did "cmake >> -DCMAKE_INSTALL_PREFIX=/path/to/install/directory /path/to/alps/directory", >> the final message I got was: >> > ................. >> > -- MPS: enabling NU1 symmetry. >> > -- tebd will not be built >> > -- Configuring done >> > -- Generating done >> > -- Build files have been written to: /home/niraj/alps >> > >> > When I did "make", the final message I got was: >> > .................. >> > [100%] Built target vmusage >> > >> > P.S. I have also attached text files CMakeCache and makefile in >> the directory /home/niraj/alps as well as CMakeOutput.log in >> /home/niraj/alps/CMakeFiles. >> >> Can you please send the complete output and not just the final >> lines? >> >> >> > <ErrorLog.txt> > > <MakeOutput.txt>
<MakeInstallOutput.txt>
If you do what you mentioned below, then it should work. The log that you sent was just not consistent with you actually doing that, since it installed into a buildalps directory
Matthias
On Aug 12, 2014, at 11:13, Matthias Troyer troyer@phys.ethz.ch wrote:
Just type make and make install in the directory where you ran cmake
On Aug 12, 2014, at 11:10, Niraj Ghimire niraj.ghimire@gmail.com wrote:
That's why the paths look different this time. Now need to know now how to build in a different directory using the "make" and "make install" commands.
On Tue, Aug 12, 2014 at 1:06 PM, Niraj Ghimire niraj.ghimire@gmail.com wrote: I thought I messed everything up while trying to install and build in the same directory. So I am doing a clean "configure" yet again, this time making two different directories, one for "install" and the other for "build".
On Tue, Aug 12, 2014 at 1:03 PM, Matthias Troyer troyer@phys.ethz.ch wrote: These are not the paths given in your log file. Did you really do this and send the correct log?
On Aug 12, 2014, at 10:50, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Dr. Troyer, now I am confused. The locations for my install and build directories are /home/sushma/alps/alps_install and /home/sushma/alps/alps_build. When I do "cmake -DCMAKE_INSTALL_PREFIX=/home/sushma/alps/alps_install /home/sushma/janaki/alps-2.2.b3-r7462-src/alps", I believe I am installing alps package into the folder "alps_install." If I am not wrong so far, I want to know how I can build into the folder "alps_build". There must be some option (in maybe "cmake options") or some command line that I need to follow before I can use the commands "make" and "make install". This is really tricky, please help me out.
~Niraj
On Tue, Aug 12, 2014 at 12:17 PM, Niraj Ghimire niraj.ghimire@gmail.com wrote: Ok Dr. Troyer, now it makes sense. Thank you so much.
> On Tue, Aug 12, 2014 at 12:11 PM, Matthias Troyer troyer@phys.ethz.ch wrote: > Indeed, that's what the log shows. You need to install into a different directory than the build directory > > > > >> On Aug 12, 2014, at 10:03, Michele Dolfi dolfim@phys.ethz.ch wrote: >> >> Are you trying to build in the same directory where you want to install? >> >> -- >> ETH Zurich >> Michele Dolfi >> Institute for Theoretical Physics >> HIT G 32.4 >> Wolfgang-Pauli-Str. 27 >> 8093 Zurich >> Switzerland >> >> dolfim@phys.ethz.ch >> www.itp.phys.ethz.ch >> >> +41 44 633 78 56 phone >> +41 44 633 11 15 fax >> >> >> >> >> >>> On Aug 12, 2014, at 5:37 PM, Niraj Ghimire niraj.ghimire@gmail.com wrote: >>> >>> Here it is. Please note that I tried a clean install yet again and the build directory this time is /home/sushma/buildalps/alps (which previously was /home/sushma/alps). >>> >>> >>>> On Tue, Aug 12, 2014 at 12:12 AM, Matthias Troyer troyer@phys.ethz.ch wrote: >>>> This actually states that the module was built: >>>> >>>>> Linking CXX shared module pyalea_c.so >>>> >>>> >>>> Can you now please send the log of make install? >>>> >>>> >>>>> On 11 Aug 2014, at 11:48, Niraj Ghimire niraj.ghimire@gmail.com wrote: >>>>> >>>>> Here it is. >>>>> >>>>> >>>>>> On Mon, Aug 11, 2014 at 1:46 PM, Matthias Troyer troyer@phys.ethz.ch wrote: >>>>>> Please send the output of running make >>>>>> >>>>>> >>>>>> >>>>>> >>>>>>> On Aug 11, 2014, at 11:27, Niraj Ghimire niraj.ghimire@gmail.com wrote: >>>>>>> >>>>>>> Hi Dr. Troyer, >>>>>>> I tried a clean configuration yet again and kept a copy of everything that happened when I did "cmake -DCMAKE_INSTALL_PREFIX=/path/to/install/directory /path/to/alps/directory". I realized that my system was unable to locate some of the important files as can be seen from the text file I attached, yet I got notifications "Configuring done" and "Generating Done". Will you be able to tell me what exactly went wrong and what I need to do to fix it ? >>>>>>> >>>>>>> ~Niraj >>>>>>> >>>>>>> >>>>>>>> On Wed, Aug 6, 2014 at 3:57 PM, Matthias Troyer troyer@phys.ethz.ch wrote: >>>>>>>> >>>>>>>> On 06 Aug 2014, at 12:47, Niraj Ghimire niraj.ghimire@gmail.com wrote: >>>>>>>> >>>>>>>> > When I did "cmake -DCMAKE_INSTALL_PREFIX=/path/to/install/directory /path/to/alps/directory", the final message I got was: >>>>>>>> > ................. >>>>>>>> > -- MPS: enabling NU1 symmetry. >>>>>>>> > -- tebd will not be built >>>>>>>> > -- Configuring done >>>>>>>> > -- Generating done >>>>>>>> > -- Build files have been written to: /home/niraj/alps >>>>>>>> > >>>>>>>> > When I did "make", the final message I got was: >>>>>>>> > .................. >>>>>>>> > [100%] Built target vmusage >>>>>>>> > >>>>>>>> > P.S. I have also attached text files CMakeCache and makefile in the directory /home/niraj/alps as well as CMakeOutput.log in /home/niraj/alps/CMakeFiles. >>>>>>>> >>>>>>>> Can you please send the complete output and not just the final lines? >>>>>>> >>>>>>> <ErrorLog.txt> >>>>> >>>>> <MakeOutput.txt> >>> >>> <MakeInstallOutput.txt>
Dr. Troyer, I tried a clean configuration many times (often trying something new) hoping I would be able to make ALPS work. Therefore, the paths looked different. According to you, I did everything right, still it's not working and I don't understand why. I am doing a clean configuration yet again and I am pretty sure I will end up getting the same error. I will keep you posted though.
On Tue, Aug 12, 2014 at 1:24 PM, Matthias Troyer troyer@phys.ethz.ch wrote:
If you do what you mentioned below, then it should work. The log that you sent was just not consistent with you actually doing that, since it installed into a buildalps directory
Matthias
On Aug 12, 2014, at 11:13, Matthias Troyer troyer@phys.ethz.ch wrote:
Just type make and make install in the directory where you ran cmake
On Aug 12, 2014, at 11:10, Niraj Ghimire niraj.ghimire@gmail.com wrote:
That's why the paths look different this time. Now need to know now how to build in a different directory using the "make" and "make install" commands.
On Tue, Aug 12, 2014 at 1:06 PM, Niraj Ghimire niraj.ghimire@gmail.com wrote:
I thought I messed everything up while trying to install and build in the same directory. So I am doing a clean "configure" yet again, this time making two different directories, one for "install" and the other for "build".
On Tue, Aug 12, 2014 at 1:03 PM, Matthias Troyer troyer@phys.ethz.ch wrote:
These are not the paths given in your log file. Did you really do this and send the correct log?
On Aug 12, 2014, at 10:50, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Dr. Troyer, now I am confused. The locations for my install and build directories are /home/sushma/alps/alps_install and /home/sushma/alps/alps_build. When I do "cmake -DCMAKE_INSTALL_PREFIX=/home/sushma/alps/alps_install /home/sushma/janaki/alps-2.2.b3-r7462-src/alps", I believe I am installing alps package into the folder "alps_install." If I am not wrong so far, I want to know how I can build into the folder "alps_build". There must be some option (in maybe "cmake options") or some command line that I need to follow before I can use the commands "make" and "make install". This is really tricky, please help me out.
~Niraj
On Tue, Aug 12, 2014 at 12:17 PM, Niraj Ghimire <niraj.ghimire@gmail.com
wrote:
Ok Dr. Troyer, now it makes sense. Thank you so much.
On Tue, Aug 12, 2014 at 12:11 PM, Matthias Troyer troyer@phys.ethz.ch wrote:
Indeed, that's what the log shows. You need to install into a different directory than the build directory
On Aug 12, 2014, at 10:03, Michele Dolfi dolfim@phys.ethz.ch wrote:
Are you trying to build in the same directory where you want to install?
--
ETH Zurich Michele Dolfi Institute for Theoretical Physics HIT G 32.4 Wolfgang-Pauli-Str. 27 8093 Zurich Switzerland
dolfim@phys.ethz.ch www.itp.phys.ethz.ch
+41 44 633 78 56 phone +41 44 633 11 15 fax
On Aug 12, 2014, at 5:37 PM, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Here it is. Please note that I tried a clean install yet again and the build directory this time is /home/sushma/buildalps/alps (which previously was /home/sushma/alps).
On Tue, Aug 12, 2014 at 12:12 AM, Matthias Troyer <troyer@phys.ethz.ch
wrote:
This actually states that the module was built:
Linking CXX shared module pyalea_c.so
Can you now please send the log of make install?
On 11 Aug 2014, at 11:48, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Here it is.
On Mon, Aug 11, 2014 at 1:46 PM, Matthias Troyer <troyer@phys.ethz.ch > wrote:
> Please send the output of running make > > > > > On Aug 11, 2014, at 11:27, Niraj Ghimire niraj.ghimire@gmail.com > wrote: > > Hi Dr. Troyer, > I tried a clean configuration yet again and kept a copy of > everything that happened when I did "cmake > -DCMAKE_INSTALL_PREFIX=/path/to/install/directory /path/to/alps/directory". > I realized that my system was unable to locate some of the important files > as can be seen from the text file I attached, yet I got notifications > "Configuring done" and "Generating Done". Will you be able to tell me what > exactly went wrong and what I need to do to fix it ? > > ~Niraj > > > On Wed, Aug 6, 2014 at 3:57 PM, Matthias Troyer <troyer@phys.ethz.ch > > wrote: > >> >> On 06 Aug 2014, at 12:47, Niraj Ghimire niraj.ghimire@gmail.com >> wrote: >> >> > When I did "cmake >> -DCMAKE_INSTALL_PREFIX=/path/to/install/directory /path/to/alps/directory", >> the final message I got was: >> > ................. >> > -- MPS: enabling NU1 symmetry. >> > -- tebd will not be built >> > -- Configuring done >> > -- Generating done >> > -- Build files have been written to: /home/niraj/alps >> > >> > When I did "make", the final message I got was: >> > .................. >> > [100%] Built target vmusage >> > >> > P.S. I have also attached text files CMakeCache and makefile in >> the directory /home/niraj/alps as well as CMakeOutput.log in >> /home/niraj/alps/CMakeFiles. >> >> Can you please send the complete output and not just the final >> lines? >> >> >> > <ErrorLog.txt> > > <MakeOutput.txt>
<MakeInstallOutput.txt>
I think this is the confusion.
The build directory is the current directory where you run cmake, make and make install. It is not a cmake configuration, just where you run it.
For you configuration you should do: $ cd /home/sushma/alps/alps_build $ cmake -DCMAKE_INSTALL_PREFIX=/home/sushma/alps/alps_install /home/sushma/janaki/alps-2.2.b3-r7462-src/alps $ make -j4 $ make install
(Note that the -jN will compile the code using N process. If you have at least four cores and 4GB of RAM I suggest you to compile in parallel.)
-- ETH Zurich Michele Dolfi Institute for Theoretical Physics HIT G 32.4 Wolfgang-Pauli-Str. 27 8093 Zurich Switzerland
dolfim@phys.ethz.ch www.itp.phys.ethz.ch
+41 44 633 78 56 phone +41 44 633 11 15 fax
On Aug 12, 2014, at 6:50 PM, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Dr. Troyer, now I am confused. The locations for my install and build directories are /home/sushma/alps/alps_install and /home/sushma/alps/alps_build. When I do "cmake -DCMAKE_INSTALL_PREFIX=/home/sushma/alps/alps_install /home/sushma/janaki/alps-2.2.b3-r7462-src/alps", I believe I am installing alps package into the folder "alps_install." If I am not wrong so far, I want to know how I can build into the folder "alps_build". There must be some option (in maybe "cmake options") or some command line that I need to follow before I can use the commands "make" and "make install". This is really tricky, please help me out.
~Niraj
On Tue, Aug 12, 2014 at 12:17 PM, Niraj Ghimire niraj.ghimire@gmail.com wrote: Ok Dr. Troyer, now it makes sense. Thank you so much.
On Tue, Aug 12, 2014 at 12:11 PM, Matthias Troyer troyer@phys.ethz.ch wrote: Indeed, that's what the log shows. You need to install into a different directory than the build directory
On Aug 12, 2014, at 10:03, Michele Dolfi dolfim@phys.ethz.ch wrote:
Are you trying to build in the same directory where you want to install?
-- ETH Zurich Michele Dolfi Institute for Theoretical Physics HIT G 32.4 Wolfgang-Pauli-Str. 27 8093 Zurich Switzerland
dolfim@phys.ethz.ch www.itp.phys.ethz.ch
+41 44 633 78 56 phone +41 44 633 11 15 fax
On Aug 12, 2014, at 5:37 PM, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Here it is. Please note that I tried a clean install yet again and the build directory this time is /home/sushma/buildalps/alps (which previously was /home/sushma/alps).
On Tue, Aug 12, 2014 at 12:12 AM, Matthias Troyer troyer@phys.ethz.ch wrote: This actually states that the module was built:
Linking CXX shared module pyalea_c.so
Can you now please send the log of make install?
On 11 Aug 2014, at 11:48, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Here it is.
On Mon, Aug 11, 2014 at 1:46 PM, Matthias Troyer troyer@phys.ethz.ch wrote: Please send the output of running make
On Aug 11, 2014, at 11:27, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Hi Dr. Troyer, I tried a clean configuration yet again and kept a copy of everything that happened when I did "cmake -DCMAKE_INSTALL_PREFIX=/path/to/install/directory /path/to/alps/directory". I realized that my system was unable to locate some of the important files as can be seen from the text file I attached, yet I got notifications "Configuring done" and "Generating Done". Will you be able to tell me what exactly went wrong and what I need to do to fix it ?
~Niraj
On Wed, Aug 6, 2014 at 3:57 PM, Matthias Troyer troyer@phys.ethz.ch wrote:
On 06 Aug 2014, at 12:47, Niraj Ghimire niraj.ghimire@gmail.com wrote:
When I did "cmake -DCMAKE_INSTALL_PREFIX=/path/to/install/directory /path/to/alps/directory", the final message I got was: ................. -- MPS: enabling NU1 symmetry. -- tebd will not be built -- Configuring done -- Generating done -- Build files have been written to: /home/niraj/alps
When I did "make", the final message I got was: .................. [100%] Built target vmusage
P.S. I have also attached text files CMakeCache and makefile in the directory /home/niraj/alps as well as CMakeOutput.log in /home/niraj/alps/CMakeFiles.
Can you please send the complete output and not just the final lines?
<ErrorLog.txt>
<MakeOutput.txt>
<MakeInstallOutput.txt>
Attached are the CMakeCache and CMakeOutput files.
Please send the output of running make, and do a make clean before running make.
On Aug 7, 2014, at 10:55, Niraj Ghimire niraj.ghimire@gmail.com wrote:
Attached are the CMakeCache and CMakeOutput files. <CMakeCache.txt> <CMakeOutput.log>
comp-phys-alps-users@lists.phys.ethz.ch