LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   compute cluster runs old script after changing the script (https://www.linuxquestions.org/questions/linux-server-73/compute-cluster-runs-old-script-after-changing-the-script-4175429228/)

Reignfire 09-27-2012 02:04 AM

compute cluster runs old script after changing the script
 
Hi,

I have a compute cluster to do some research but when i adjust some code of a script on the cluster or even on a local disk and save the changes with the original filename and let it run, the cluster still uses the original code and not the new. How can i fix this problem?

Kind Regards

chrism01 09-27-2012 05:35 AM

Its a little difficult to tell from your description, but what it boils down to is that after changing the code on disk

a) double check by using cat or more to check the new version is saved to disk
b) ensure that all copies of the code cached in RAM have been terminated


All times are GMT -5. The time now is 09:13 AM.