Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TurTLE
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
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
Monitor
Incidents
Service Desk
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
TurTLE
TurTLE
Commits
000cfc1a
Commit
000cfc1a
authored
6 years ago
by
Cristian Lalescu
Browse files
Options
Downloads
Patches
Plain Diff
add basic host_info file
parent
c9e42dc0
No related branches found
No related tags found
1 merge request
!23
WIP: Feature/use cmake
Pipeline
#45476
canceled
6 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pc_host_info.py
+27
-0
27 additions, 0 deletions
pc_host_info.py
with
27 additions
and
0 deletions
pc_host_info.py
0 → 100644
+
27
−
0
View file @
000cfc1a
host_info
=
{
'
type
'
:
'
pc
'
}
# info_template = {'type' : info_template_type,
# 'MPI' : info_template_MPI,
# 'environment' : info_template_environment,
# 'deltanprocs' : info_template_deltanprocs
# 'mail_address': info_template_mail_address}
# info_template_type can be one of:
# 'pc' --- jobs run interactively
# 'cluster' --- cluster with SGE queueing system
# 'SLURM' --- cluster with SLURM queueing system
# 'IBMLoadLeveler --- cluster with IBM Load Leveler queueing system
# info_template_MPI can be one of:
# 'openmpi' --- it means mpirun takes "x" as the parameter to set an environment variable
# not defined --- use "env" instead of "x"
# info_template_environment, relevant for clusters,
# is the default queue to which jobs are submitted
# info_template_deltanprocs, relevant for clusters,
# is the number of cores per node
# info_template_mail_address, relevant for clusters,
# is the contact e-mail address placed in the job scripts.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment