Skip to content
Snippets Groups Projects

Md revision

Merged David Hrbáč requested to merge md-revision into master
100+ files
+ 1046
1053
Compare changes
  • Side-by-side
  • Inline
Files
100+
@@ -34,7 +34,7 @@ procs_per_host=1
@@ -34,7 +34,7 @@ procs_per_host=1
hl=""
hl=""
for host in `cat $PBS_NODEFILE`
for host in `cat $PBS_NODEFILE`
do
do
if [ "$hl" = "" ]
if ["$hl" = "" ]
then hl="$host:$procs_per_host"
then hl="$host:$procs_per_host"
else hl="${hl}:$host:$procs_per_host"
else hl="${hl}:$host:$procs_per_host"
fi
fi
Loading