User Tools

Site Tools


exp_get_results

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
exp_get_results [2014/06/17 17:43] bguillonexp_get_results [2016/05/18 17:18] lbeseme
Line 1: Line 1:
 ===== Gathering experiment results ===== ===== Gathering experiment results =====
  
-By default, the standard output and error channels will be retrieved on each node in dedicated txt files: `stdout.txt` and `stderr.txt`. Any other file produced by your scripts and code will be also retrieved if they exist. All these files will be zipped into a tar.gz archive file, one for each node involved. These archive files will then be put into a `results` NFS share located at the root of your home directory on the airlock. However it is mounted in read-only and should thus be handled as such. +By default, the standard output and error channels will be retrieved on each node in dedicated txt files: `stdout.txt` and `stderr.txt`. Any other file produced by your scripts and code will be also retrieved if they exist. All these files will be zipped into a tar.gz archive file, one for each node involved. These archive files will then be put into a `results` NFS share located at the root of your home directory on the airlock. Each task will be into its own subdirectory and each node results as well.
- +
-To ease the retrieval of the results from this NFS share, a little program can be called: +
-<code> +
-you@srvairlock:~$ unzip_task_results <task_id> +
-</code> +
- +
-All results will be retrieved and unzipped in a `my_results` folder at the root of your home directory. Each task will be into its own subdirectory and each node results as well.+
  
 <code> <code>
Line 26: Line 19:
 ... ...
 </code> </code>
 +
 +
 +=> [Downloading the results from the airlock](exp_download)
exp_get_results.txt · Last modified: 2017/08/22 14:34 by mimbert

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki