| | 38 | |
| | 39 | == SEC_HOST storage locations == |
| | 40 | |
| | 41 | There 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 | |
| | 50 | Due 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 | {{{ |
| | 52 | alias psconfig "source IPP_PATH/psconfig.csh" |
| | 53 | psconfig default |
| | 54 | }}} |
| | 55 | in my .cshrc. |