IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 4 and Version 5 of External_Supercomputing_Notes


Ignore:
Timestamp:
Dec 17, 2013, 6:13:58 PM (13 years ago)
Author:
watersc1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • External_Supercomputing_Notes

    v4 v5  
    77|| DMZ_DN   || Full domain name for the DMZ_HOST ||
    88|| USERNAME || Cluster username ||
     9|| IPP_PATH || Path to IPP build ||
    910
    1011== Logging in ==
     
    3536
    3637Data transfer connections need to be established from outside, as SEC_HOST cannot see the public internet.
     38
     39== SEC_HOST storage locations ==
     40
     41There are four main storage locations.
     42
     43|| homedir || Small, and should not be used for anything that can be placed elsewhere. ||
     44|| /usr/projects/ps1/ || This should be the default storage location for non-transient data products.  It should have in the future more disk space than it currently reports (20GB). ||
     45|| /scratch/USERNAME/ || A very large single volume that is automatically cleaned on timescales of weeks. ||
     46|| /scratch3/USERNAME/ || Same. ||
     47
     48== IPP build ==
     49
     50Due to the data transfer limitations, {{{svn co}}} will not work on SEC_HOST.  A copy of the code needs to be pushed into place.  However, a slightly old (r35169 2013-02-14) version of IPP is available, which I was able to get to work simply by adding
     51{{{
     52alias psconfig "source IPP_PATH/psconfig.csh"
     53psconfig default
     54}}}
     55in my .cshrc.