-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build stuck with the same warning repeated again and again #3
Comments
The problem is the build is not making progress or taking too long? FlexibleSUSY can take some time to build and there has been specific problems with some compilers where that was much worse. Which FlexibleSUSY models are you building with ? When you wrote |
Yes, I had faced similar problem while installing GEANT4. build was taking a lot of time. (it was few years back so I kind of forgot how I solved it)
Later followed by the same reoccuring error
These two errors pattern was repeated for j3 and j2 as well. But for j1 I just got the later reocurring error. Generating modules_harvested step was completed without error. |
Hi Aqsa -- can you try with the latest version (https://github.com/patscott/gambit_1.4) please? This version is not actually supported or updated any longer, and the issue may well be fixed in the latest one. |
Hey Pat, |
Hey @patscott , seems like I won't be able to access CentOS soon. I can only reach to it through remote access right now which is not working very smooth, unfortunately. I would have to stick to my ubuntu. |
The warning is something I have seen a lot before and as far as I recall depends on what eigen version you used, and is not normally a problem. I have not seen a case where FlexibleSUSY does not compiile and that warning is all you get, but I have seen cases where FlexibleSUSY is taking a long time to build. Can you say how long it is actually taking? Can you also say which FlexibleSUSY models you were trying to build if you know and just paste in the cmake command you used and the output from it? Telling us how much memory you have may also help, though that would lead to crashing and/or hanging for a long timeat the end, not repeated spewing of that warning. |
I'm going to move this issue over to the 1.4 repo. It should normally take 30 mins or so to build gambit with e.g. 4-8 cores. Probably 2 hr if you use only one core. The warnings are not an issue, and can be ignored. You just have to wait for the build to complete in that case. The first error is about RestFrames. You can try building without RestFrames by doing |
Yes Pat, thank you for pointing out this wait time. So, this time I started completely afresh and waited for 2+ hours and the FlexibleSUSY build step was completed without error. Next I am getting the error in the step for I am getting the following error
After extracting the zip file, I followed these steps suggested by you
Let me know if you need some specifications from my system. |
Sorry Aqsa, it should have been |
@Aqsa-physics can you let us know if this worked, so we can close the issue if it did? |
Extremely sorry for the delay. I'm working on it currently. I got caught up with my other work throughout the week. So starting today evening (Friday evening) I'll work towards it. And will make sure to update here within a day or two maximum. |
@patscott @pathron I am getting the following error in the final
|
|
Hey Patt,
everything went smooth until I got the following error:
Seems like it is the error due to lack of memory. My RAM is 4GB according to https://github.com/kaldi-asr/kaldi/issues/3781 |
Sorry, but we don't support clang (yet). You can try to -Ditch various components -- that may get you down below the 4GB RAM requirement. |
Sure! :) Thank you. Will try, if there are some components that you would like to suggest me to -DITCH, I could do that while passing cmake command. |
Just try leaving out different physics modules like ColliderBit, SpecBit, etc, depending on what you want to do with GAMBIT. |
I am building gambit without Mathematica and at the last step of
make -jn gambit
I am getting the following warning over and over again and the build process is not proceeding forward. This is the warning I am getting regarding flexiblesusy:
In file included from /usr/include/c++/7/cassert:44:0, from src/gsl_utils.hpp:26, from src/root_finder.hpp:33, from src/standard_model.cpp:33: src/gsl_utils.hpp: In instantiation of ‘void flexiblesusy::copy(const Eigen::DenseBase<Derived>&, gsl_vector*) [with Derived = Eigen::Matrix<double, 1, 1, 0, 1, 1>]’: src/root_finder.hpp:223:8: required from ‘static int flexiblesusy::Root_finder<dimension>::gsl_function(const gsl_vector*, void*, gsl_vector*) [with long unsigned int dimension = 1]’ src/root_finder.hpp:139:27: required from ‘int flexiblesusy::Root_finder<dimension>::find_root(const Vector_t&) [with long unsigned int dimension = 1; flexiblesusy::Root_finder<dimension>::Vector_t = Eigen::Matrix<double, 1, 1, 0, 1, 1>]’ src/root_finder.hpp:263:21: required from ‘int flexiblesusy::Root_finder<dimension>::solve(const VectorXd&) [with long unsigned int dimension = 1; Eigen::VectorXd = Eigen::Matrix<double, -1, 1>]’ src/standard_model.cpp:4593:1: required from here src/gsl_utils.hpp:97:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] assert(dim == dst->size);
This is where my build is stuck with the same above warning repeated over and over.
Any help will be useful. Thank you.
The text was updated successfully, but these errors were encountered: