Changes between Version 16 and Version 17 of UserGuidelines


Ignore:
Timestamp:
Oct 18, 2013 3:18:32 PM (11 years ago)
Author:
sunshine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuidelines

    v16 v17  
    1010       * If you need to regularly save and read large files that persist between experiment instances  [https://trac.deterlab.net create a ticket] and we will help you use our ZFS storage.
    1111     * DON'T perform large (> 500 MB) or frequent (< 10 s) reads/writes on your experimental nodes into your home or project directory
    12      * DON'T compile software or kernels in your home directory
    13      * DON'T store uncompressed kernel source in your home directory
    14        * DO use a local directory on an experimental node, such as {{{/tmp}}} or {{{/mnt/local}}}, and transfer the logs to your home directory before you swap out to save them.
     12   
     13   * DON'T store uncompressed kernel source in your home or project directory
     14     * DO use a local directory on an experimental node, such as {{{/tmp}}} or {{{/mnt/local}}}, and transfer the logs to your home directory before you swap out to save them.
    1515 * DON'T store large files in your home or project directory unless you need them in multiple experiment instances.
    1616   * DO store these files locally on a node, e.g., in {{{/tmp}}} folder. If you need more disk space you can mount more to {{{/mnt/local}}} by doing
     
    2020sudo chown $user /mnt/local
    2121}}}
     22 * DON'T compile software or kernels in your home directory
    2223 * DON'T compile large files or run CPU intensive jobs on {{{users.deterlab.net}}}.
    2324   * DO allocate experimental nodes, store files locally and compile/run jobs there.