Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
habrok:data_management:storage_areas [2025/05/20 14:09] – [/scratch] Add link to Many File Jobs page pedrohabrok:data_management:storage_areas [2025/08/20 09:16] (current) – [RDMS] Add iCommands link pedro
Line 38: Line 38:
 Change directory: Change directory:
  
-<code>+<code bash>
 cd $TMPDIR cd $TMPDIR
 </code> </code>
 Copy files to the temporary directory: Copy files to the temporary directory:
  
-<code>+<code bash>
 cp mydirectory/* $TMPDIR cp mydirectory/* $TMPDIR
 </code> </code>
  
 So a full fictitious jobscript could look like: So a full fictitious jobscript could look like:
-<code>+<code bash>
 module purge module purge
 module load MYPROGRAM/1.0 module load MYPROGRAM/1.0
Line 67: Line 67:
 ===== RDMS ===== ===== RDMS =====
  
-The Research Data Management system (RDMS) is also available on the Hábrók nodes. More details about this system can be found in the dedicated wiki: https://wiki.hpc.rug.nl/rdms/start+The **Research Data Management System** (RDMS) is also available on the Hábrók nodes. This is a **long term data storage** service provided by the university and data can be directly transferred to and from the RDMS to Hábrók using [[rdms:access:linux:icommands|]]. More details about this system can be found in the [[rdms:start|dedicated wiki]]. 
 + 
 +Additionally, the RDMS team provide user training sessions to help you quickly get started using the systemYou can find more information about these sessions in the RDMS [[rdms:training|]] page.