diff --git a/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md b/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md index 4a035e6db5401f2a71e7811f75e025779e1faf7c..750680cc3d402a334c4c70ac7bc98bcbfd9fdd32 100644 --- a/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md +++ b/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md @@ -89,18 +89,6 @@ provides information which filesystem is available on which cluster. horse ``` -=== "Taurus (deprecated)" - - ```console - marie@login.taurus$ ws_list -l - available filesystems: - scratch (default) - warm_archive - ssd - beegfs_global0 - beegfs - ``` - !!! note "Default filesystem" The output of the commands `ws_find --list` and `ws_list -l` will indicate the @@ -151,7 +139,7 @@ overview of some of these options. All available options can be queried by `ws_l expiration date : Tue Mar 5 14:46:12 2024 filesystem name : scratch available extensions : 10 - acctcode : p_numbercrunch + acctcode : p_number_crunch reminder : Tue Feb 27 14:46:12 2024 mailaddress : marie@tu-dresden.de ``` @@ -311,7 +299,7 @@ workspace is not forgotten. An e-mail reminder can be set at workspace allocation using ```console -ws_allocate --reminder=<N> --mailaddress=<mail> [...] +ws_allocate --reminder=<N> --mailaddress=<your.email>@tu-dresden.de [...] ``` This will send an e-mail every day starting `N` days prior to the expiration date. @@ -324,22 +312,28 @@ If you missed setting an e-mail reminder at workspace allocation, you can add a marie@login$ ws_allocate --name=FancyExp --duration=17 [...] # add e-mail reminder -marie@login$ ws_allocate --name=FancyExp --duration=17 --reminder=7 --mailaddress=marie@dlr.de +marie@login$ ws_allocate --name=FancyExp --duration=17 --reminder=7 --mailaddress=<your.email>@tu-dresden.de --extension ``` This will reallocate the workspace, which counts against your maximum number of reallocations (Note: No data is deleted, but the database entry is modified). -#### Send Calender Invitation +#### Send Calendar Invitation -The command `ws_send_ical` sends you an ical event on the expiration date of a specified workspace. This - calender invitation can be further managed according to your personal preferences. The syntax is - as follows: +The command `ws_send_ical` sends you an ical event on the expiration date of a specified workspace. +This calendar invitation can be further managed according to your personal preferences. +The syntax is as follows: - ```console - ws_send_ical [--filesystem <filesystem>] --mail <e-mail-address> --workspace <workspace name> - ``` +```console +ws_send_ical [--filesystem <filesystem>] --mail <mail address> --workspace <workspace name> +``` + +E.g. + +```console +ws_send_ical --filesystem horse --mail <your.email>@tu-dresden.de --workspace FaceExp +``` ### Deletion of a Workspace @@ -487,7 +481,7 @@ the following example (which works [for the program g16](../software/nanoscale_s RESULT_WSDIR="/path/to/workspace-experiments-results" test -z "${RESULT_WSDIR}" && echo "Error: Cannot find workspace ${RESULT_WSDIR}" && exit 1 - # Allocate workspace for this job. Adjust time span to time limit of the job (-d <N>). + # 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) echo ${WSDIR} @@ -679,4 +673,11 @@ marie@login$ ws_allocate --extension --mailaddress=<mail address> --reminder=<da --name=<workspace-name> --duration=<duration> --filesystem=<filesystem> ``` +E.g. + +```console +marie@login$ ws_allocate --extension --mailaddress=<your.email>@tu-dresden.de --reminder=7 \ + --name=numbercrunch --duration=20 --filesystem=horse +``` + This will lower the remaining extensions by one. diff --git a/doc.zih.tu-dresden.de/docs/support/support.md b/doc.zih.tu-dresden.de/docs/support/support.md index fb8d7b4d164b92fe7e6cd86fb8fcdb621e425bc4..03300750807f6ee9630065117dbdbcd07d509fa3 100644 --- a/doc.zih.tu-dresden.de/docs/support/support.md +++ b/doc.zih.tu-dresden.de/docs/support/support.md @@ -36,4 +36,4 @@ We offer an open Q&A session for users of the NHR@TUD-Computing-Clusters. It is Mondays from 1.30 - 2.30 pm. * Event page: [https://tu-dresden.de/zih/qa-sessions-nhr-at-tud](https://tu-dresden.de/zih/qa-sessions-nhr-at-tud) -* [Import the event series to your calender](https://tu-dresden.de/zih/die-einrichtung/termine/termine/qa-session-nhr-at-tud/ics_view). +* [Import the event series to your calendar](https://tu-dresden.de/zih/die-einrichtung/termine/termine/qa-session-nhr-at-tud/ics_view).