0

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!

Community
  • 1
  • 1
Hailiang Zhang
  • 17,604
  • 23
  • 71
  • 117
  • In general, the answer to the question you linked to applies. But which queue are you referring to? – Fred Foo Jan 26 '13 at 00:08
  • Depends on your cluster's setup and whether your jobs are long-running Python processes or series of short-running ones. – Fred Foo Jan 26 '13 at 00:11

0 Answers0