printing hl= compute-[0]-[0-6]
compute-0-0: bash: compute-0-1: command not found
pdsh@rocks7: compute-0-0: ssh exited with exit code 127
compute-0-0: bash: compute-0-1: command not found
pdsh@rocks7: compute-0-0: ssh exited with exit code 127
ran os
Then I tried
[root@rocks7 ~]# pdsh -t 5 -u 30 -w compute-[0]-[0-6] /etc/slurm/slurm-prep.sh start
compute-0-0: bash: compute-0-1: command not found
pdsh@rocks7: compute-0-0: ssh exited with exit code 127
[root@rocks7 ~]# ls -l /etc/slurm/slurm-prep.sh
ls: cannot access /etc/slurm/slurm-prep.sh: No such file or directory
Is that normal? I don't remember that I had intentionally deleted such a file!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
printing hl= compute-[0]-[0-6]
compute-0-0: bash: compute-0-1: command not found
pdsh@rocks7: compute-0-0: ssh exited with exit code 127
compute-0-0: bash: compute-0-1: command not found
pdsh@rocks7: compute-0-0: ssh exited with exit code 127
ran os
Then I tried
~~~ [root@rocks7 ~]# pdsh -t 5 -u 30 -w compute-[0]-[0-6] /etc/slurm/slurm-prep.sh start
compute-0-0: bash: compute-0-1: command not found
pdsh@rocks7: compute-0-0: ssh exited with exit code 127 [root@rocks7 ~]# ls -l /etc/slurm/slurm-prep.sh
ls: cannot access /etc/slurm/slurm-prep.sh: No such file or directory
~~~
Is that normal? I don't remember that I had intentionally deleted such a file!
Hi Werner,
Do you understand the following error?
Hi,
sorry, I don't know, which command is not found.
Best regards
Werner
On 05/18/2018 08:31 AM, mahmood naderan wrote:
How can I debug the sync slurm command?
Look at the directory
/opt/rocks/lib/python2.7/site-packages/rocks/commands/sync/slurm.
Remove the file init.pyo
Now you can modify the file init.py, add some print commands for example
On 05/18/2018 10:32 AM, mahmood naderan wrote:
OK I removed .pyo . After the following modifications and saving the file, I ran rocks sync slurm. No pyo is generated. Is that normal?
I modified
In the output, I see
Then I tried
Is that normal? I don't remember that I had intentionally deleted such a file!
Hi,
The file .pyo is not needed is not rebuild during operation. Don't worry.
On 05/18/2018 02:12 PM, mahmood naderan wrote:
What about last question I asked?
The file /etc/slurm/slurm-prep.sh exists only on compute nodes and is
not needed on the head-node.
On 05/18/2018 03:47 PM, mahmood naderan wrote:
I really don't understand what is going wrong.
So, the solution is to put the value of -w in ''
I think there was an update to a package. You can also check that.