Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docs.it4i.cz
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCS
docs.it4i.cz
Merge requests
!74
Md revision
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Md revision
md-revision
into
master
Overview
0
Commits
29
Pipelines
1
Changes
100+
Merged
David Hrbáč
requested to merge
md-revision
into
master
8 years ago
Overview
0
Commits
29
Pipelines
1
Changes
100
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
b4f8a232
29 commits,
8 years ago
100+ files
+
1046
−
1053
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
100+
Search (e.g. *.vue) (Ctrl+P)
docs.it4i/anselm-cluster-documentation/software/ansys/ansys-cfx.md
+
1
−
1
Options
@@ -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