If I recompile a program when it is still running, will the program still be executed as the original before recompilation?
I just find some answers from Is it safe to recompile an executable while it's running?, but I have a more complicated situation:
I am working on a python package with C extension;
I may recompile just a shared object in that C extension;
I will have to submit it to the queue by "qsub"...
Thanks!