JainTwinkle
JainTwinkle
DMTCP is skipping a protected library region during a checkpoint due to the logic at https://github.com/dmtcp/dmtcp/blob/348ea0c39ea258a1dd25748bbeae80ada7bd3991/src/writeckpt.cpp#L234. We examine this protected region under GDB and found that it has data. Perhaps,...
This pull request adds spades plugin and a new launch option --spades to enable it. Spades is being widely used at NERSC. Spades require extra files to be saved than...
If a thread T1 sets its FS base register to another thread T2 then gettid() in T1 returns the tid of T2 as dmtcp save tid of each thread in...