Differences

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

Link to this comparison view

Both sides previous revision Previous revision
doku:memory_running_jobs [2014/08/12 11:55] – [Using the local scratch on VSC-1] irdoku:memory_running_jobs [2021/05/13 17:47] (current) – removed goldenberg
Line 1: Line 1:
-===== Find out memory usage of running jobs ===== 
  
-<code> 
-qstat -F mem_free  |grep -B 2 <job_id> 
-</code> 
- 
-==== Using the local scratch on VSC-1 ==== 
-On VSC-1 a local scratch directory is available in /tmp. For using this directory in a parallel Job, in which processes 
-on each node need to access some data, the following script (not excessively tested, bugs cannot be excluded) can be used for transferring the data 
-to and from the nodes: 
- 
-<code> 
-#!/bin/bash 
-#$ -l h_rt=72:00:00 
-#$ -cwd 
-#$ -N jobname 
-#$ -pe mpich 64 
-#$ -V 
-#$ -j yes 
-</code> 
  • doku/memory_running_jobs.1407844507.txt.gz
  • Last modified: 2014/08/12 11:55
  • by ir