Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mbb
tp_rocks
Commits
a75d184d
Commit
a75d184d
authored
Jan 10, 2016
by
remy
Browse files
adding pdsh
parent
2ca70a02
Changes
1
Hide whitespace changes
Inline
Side-by-side
first_steps.md
View file @
a75d184d
...
...
@@ -120,12 +120,16 @@ ping $CO-0-0
### Exemple de soumission de commandes puis soumission de jobs par le gestionnaire de batch
- **tentakel** et **rocks run host**
```
bash
time ssh compute-0-0 "echo toto"
time tentakel -g compute "echo toto"
time rocks run host compute "echo toto"
```
- **pssh**
```
bash
yum --enablerepo epel install pssh
```
...
...
@@ -135,6 +139,13 @@ Créez un fichier hosts.txt avec compute-0-0 (et compute-0-4 sur une nouvelle li
time pssh -h hosts.txt "echo toto"
```
- **pdsh**
```
bash
time pdsh -w compute-0-[0,4] "echo toto"
which pdsh
```
### Soumission par OGS SGE
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment