Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hpc-compendium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ZIH
hpcsupport
hpc-compendium
Commits
3c3af0ba
Commit
3c3af0ba
authored
3 years ago
by
Martin Schroschk
Browse files
Options
Downloads
Plain Diff
Merge branch 'issue150' into 'preview'
Review page See merge request
!270
parents
8eb16bfc
3a1516b9
No related branches found
No related tags found
3 merge requests
!322
Merge preview into main
,
!319
Merge preview into main
,
!270
Review page
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc.zih.tu-dresden.de/docs/archive/windows_batch.md
+24
-22
24 additions, 22 deletions
doc.zih.tu-dresden.de/docs/archive/windows_batch.md
with
24 additions
and
22 deletions
doc.zih.tu-dresden.de/docs/archive/windows_batch.md
+
24
−
22
View file @
3c3af0ba
# Batch System on the Windows HPC Server
The graphical user interface to the Windows batch system is the HPC Job
Manager. You can find this resource under Start -> Programs -> Microsoft
HPC Pack -> HPC Job Manager.
!!! warning
This page is deprecated. The Windwos HPC Server is a former system.
The graphical user interface to the Windows batch system is the
*HPC Job Manager*
. You can find this
resource under
*Start -> Programs -> Microsoft HPC Pack -> HPC Job Manager*
.
## Job Submission
To create a new job click at one of the job dialog items in the Actions
submenu Job Submission and specify your job requirements in the job
dialog.
To create a new job click at one of the job dialog items in the
*Actions*
submenu
*Job Submission*
and specify your job requirements in the job dialog.
It is advisable to give your job an unique name for distinguishing
reasons during the job monitoring phase.
### Job Types
-
**Job**
: The Job is the convenient way to create a batch job where
you want to specify all job requirements in detail. It is also
possible to create a job that consists of multiple task. If you have
dependencies between your tasks, e.g. task b should only be started
if task a has finished you can specify these dependencies in the
submenu item task list in the job dialog.
-
**Single-Task Job**
: The Single-Task Job is the easiest way to
create a batch job that consists only of one task. In addition you
can specify the number of cores that should be used, the working
directory and job input and output files.
-
**Parametric Sweep Job**
: The Parametric Sweep Job allows the user
to create a sweep job where the tasks only differ in one input
parameter. For this parameter the user can specify the start, end
and the increment value. With this description the job will consists
of (end-start)/increment individual task, which will be placed on
all free cores of the cluster.
-
**Job**
: The Job is the convenient way to create a batch job where
you want to specify all job requirements in detail. It is also
possible to create a job that consists of multiple task. If you have
dependencies between your tasks, e.g. task b should only be started
if task a has finished you can specify these dependencies in the
submenu item task list in the job dialog.
-
**Single-Task Job**
: The Single-Task Job is the easiest way to
create a batch job that consists only of one task. In addition you
can specify the number of cores that should be used, the working
directory and job input and output files.
-
**Parametric Sweep Job**
: The Parametric Sweep Job allows the user
to create a sweep job where the tasks only differ in one input
parameter. For this parameter the user can specify the start, end
and the increment value. With this description the job will consists
of (end-start)/increment individual task, which will be placed on
all free cores of the cluster.
### Working Directories
...
...
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