fix number of extension
number of extension for scratch and ssd where mixed up
Closes #182 (closed)
Edited by Taras Lazariv
Merge request reports
Activity
Filter activity
102 102 103 103 | Storage system (use with parameter -F ) | Duration, days | Extensions | Remarks | 104 104 |:------------------------------------------:|:----------:|:-------:|:---------------------------------------------------------------------------------------:| 105 | `ssd` | 30 | 10 | High-IOPS filesystem (`/lustre/ssd`) on SSDs. | 105 | `ssd` | 30 | 2 | High-IOPS filesystem (`/lustre/ssd`) on SSDs. | 106 106 | `beegfs` | 30 | 2 | High-IOPS filesystem (`/lustre/ssd`) onNVMes. | 107 | `scratch` | 100 | 2 | Scratch filesystem (/scratch) with high streaming bandwidth, based on spinning disks | 107 | `scratch` | 100 | 10 | Scratch filesystem (/scratch) with high streaming bandwidth, based on spinning disks | 108 108 | `warm_archive` | 365 | 2 | Capacity filesystem based on spinning disks | 109 109 110 110 To extend your workspace use the following command: 111 111 112 112 ``` 113 113 zih$ ws_extend -F scratch test-workspace 100 #extend the workspace for 100 days changed this line in version 2 of the diff
102 102 103 103 | Storage system (use with parameter -F ) | Duration, days | Extensions | Remarks | 104 104 |:------------------------------------------:|:----------:|:-------:|:---------------------------------------------------------------------------------------:| 105 | `ssd` | 30 | 10 | High-IOPS filesystem (`/lustre/ssd`) on SSDs. | 105 | `ssd` | 30 | 2 | High-IOPS filesystem (`/lustre/ssd`) on SSDs. | 106 106 | `beegfs` | 30 | 2 | High-IOPS filesystem (`/lustre/ssd`) onNVMes. | 107 | `scratch` | 100 | 2 | Scratch filesystem (/scratch) with high streaming bandwidth, based on spinning disks | 107 | `scratch` | 100 | 10 | Scratch filesystem (/scratch) with high streaming bandwidth, based on spinning disks | 108 108 | `warm_archive` | 365 | 2 | Capacity filesystem based on spinning disks | 109 109 110 110 To extend your workspace use the following command: 111 111 112 112 ``` changed this line in version 10 of the diff
147 147 Use: 148 148 149 149 ``` 150 150 ws_restore -l -F scratch changed this line in version 3 of the diff
- Resolved by Martin Schroschk
198 198 #SBATCH --ntasks=1 199 199 #SBATCH --cpus-per-task=24 200 200 201 201 module load modenv/classic changed this line in version 10 of the diff
- Resolved by Martin Schroschk
- Resolved by Martin Schroschk
- Resolved by Martin Schroschk
- Resolved by Martin Schroschk
- Resolved by Martin Schroschk
Please register or sign in to reply