-
Notifications
You must be signed in to change notification settings - Fork 4
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
Segmentation fault #2
Comments
I just installed it again, using GCC 7.4 this time, instead of 10.2, and did not receive the warning messages that I received before, so probably that was the reason. |
But yet again we get another error with SyntenicCloud:
|
@FatihSarigol I am glad you found a solution for the first problem. Did you already try running I-adhore using our container? There is one available on dockerhub which can also be used with singularity. I would also like to know more info about you OS, version of cmake and which command you are running with which type of data. |
Thank you for your reply Bert, Here are the versions in our system:
We used the dataset II. ini , just added three lines to the config file:
Here is the complete report with parameters:
And below I will add the complete output of my cmake command.
So I am not sure if cmake actually correctly finds my MPI or not. And on this line, that report finds only the first libmpi_cxx.so, but mine also finds libmpi.so as well following a ; And my Found MPI lines don't state the MPI version, while that other report always states the version. Before starting the install, I only load the openmpi module's bin folder using this command
And following this, make and make install commands don't raise any warning or error messages, either. Thanks! |
@FatihSarigol Thank you very much for this in depth information. I only was involved in making this public and generating the Docker image. I requested people that have experience with I-adhore to have a look at this issue. Small remark on my side: if you use singularity you don't need root access to run the container. |
We can't really replicate the issue locally I'm afraid. However, I would like to note that this cloud-mode was only added as a 'last' feature to the software release of I-ADHoRe 3.0, and that nobody (internally where the software was developed) has used the cloud-mode due to the too generalized output it produces. So if possible, I would suggest limiting yourself to the alignment-mode of I-ADHoRE, which is the mode used by everyone (we know) who uses the software. |
@bedroesb Thank you both for your reply! I think I figured out how to use Singularity and pulled i-adhore from docker hub, but eventually failed to find a solution to this issue below, which is as far as I understand related to the way Singularity is installed to our HPC requiring root access. If you already know how to solve it, that would be great help:
@PSB-mibel Thank you for your reply! We were mainly interested in i-adhore because of the cloud mode. But it should still be working fine if I could manage to install it without any issue, right? Thanks both!! |
Hi all, I am getting the same assertion error as here with local installation, in single-threaded mode as well. Not sure what data might be helpful for debugging, but I am happy to provide anything upon request. Singularity approach worked well for me like that:
Cheers, |
Hello,
We've been receiving segmentation fault with the cloud analysis and we guess it is because the MPI is not set up correctly during installation but we tried several things but nothing helped. Do you have any suggestions? The collinear analysis works fine.
Thanks!
The text was updated successfully, but these errors were encountered: