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
5dc7d773
Commit
5dc7d773
authored
6 months ago
by
Martin Schroschk
Browse files
Options
Downloads
Patches
Plain Diff
Remove ssd filesystem stuff
parent
9d055f50
No related branches found
No related tags found
2 merge requests
!1138
Automated merge from preview to main
,
!1134
Review documentation w.r.t. filesystems and hardware
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md
+5
-5
5 additions, 5 deletions
doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md
with
5 additions
and
5 deletions
doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md
+
5
−
5
View file @
5dc7d773
...
...
@@ -220,7 +220,7 @@ Options:
```console
marie@login$ ws_allocate --filesystem walrus test-workspace 99
Info: creating workspace.
/
lustre/ssd
/ws/marie-test-workspace
/
data/walrus
/ws/marie-test-workspace
remaining extensions : 2
remaining time in days: 99
```
...
...
@@ -235,7 +235,7 @@ Options:
```console
marie@login$ ws_allocate --reminder 7 --mailaddress marie@tu-dresden.de test-workspace 99
Info: creating workspace.
/horse/ws/marie-test-workspace
/data
/horse/ws/marie-test-workspace
remaining extensions : 10
remaining time in days: 99
```
...
...
@@ -470,7 +470,7 @@ the following example (which works [for the program g16](../software/nanoscale_s
## The optional constraint for the filesystem feature depends
## on the filesystem on which you want to use a workspace.
## Documentation here https://compendium.hpc.tu-dresden.de/jobs_and_resources/slurm/#filesystem-features
#SBATCH --constraint=
fs_lustre_ssd
#SBATCH --constraint=
local_disk
#SBATCH --cpus-per-task=24
# Load the software you need here
...
...
@@ -487,7 +487,7 @@ the following example (which works [for the program g16](../software/nanoscale_s
# Allocate workspace for this job. Adjust time span to time limit of the job (--duration).
WSNAME=computation_$SLURM_JOB_ID
export WSDDIR=$(ws_allocate --filesystem
ssd
--name ${WSNAME} --duration 2)
export WSDDIR=$(ws_allocate --filesystem
horse
--name ${WSNAME} --duration 2)
echo ${WSDIR}
# Check allocation
...
...
@@ -516,7 +516,7 @@ the following example (which works [for the program g16](../software/nanoscale_s
if [ "TRUE" = ${COMPRESSION_SUCCESS} ]; then
test -d ${WSDIR} && rm -rf ${WSDIR}/*
# Reduces grace period to 1 day!
ws_release -F
ssd
${WSNAME}
ws_release -F
horse
${WSNAME}
else
echo "Error with compression and writing of results"
echo "Please check the folder \"${WSDIR}\" for any partial(?) results."
...
...
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