JainTwinkle
JainTwinkle
Hi @leipan @gc00, It seems that the older version of glibc, especially the default version in CentOS 7 (glibc 2.17) has a known bug. The bug does not appear in...
Thanks, @LouisJenkinsCS for pointing it out. @gc00 since you merge #905 PR into master, could you also add the PR to other branches (2.6 and 2.5)? --Twinkle
This is not ready for review yet. I will ping once it is ready for review.
This PR is specific to spades application. However, in a long run, we'd want to improve DMTCP by adding a general plugin that can save precious files. Precious files are...
Which version of DMTCP are you using? I am using DMTCP 3.0 at my local PC and not seeing the same error. I do have an account on cori. However,...
@gc00 I tried to reproduce the same error on Cori (both login and compute node). But, I don't see any error on Cori. According to @mamelara, Cori is different than...
@mamelara If you could grant access to Denovo then it would be easy for me to debug the issues. My username is `tjain`. Thanks, --Twinkle
@mamelara Yes, I was able to access `Denovo`. I tried as you said. ``` $ module load dmtcp/2.5.2 $ dmtcp_launch --version dmtcp_launch (DMTCP) 2.5.2 License LGPLv3+: GNU LGPL version 3...
Hi @aclum, Thanks for posting the issue. It would be helpful if I can get some more information from your end. Which kernel version are you using to test? It...
Hi @mamelara @aclum I have just pushed the patches to my local branch `spades_debug` [https://github.com/JainTwinkle/dmtcp.git](https://github.com/JainTwinkle/dmtcp.git). Specifically, the last two commits (e7544de, 4927f9d) should solve problems with `spades.py`. I have tested...