IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33950


Ignore:
Timestamp:
May 29, 2012, 5:08:36 PM (14 years ago)
Author:
eugene
Message:

merging changes from trunk

Location:
branches/eam_branches/ipp-20120405
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120405/doc/stamps/stampsICD.tex

    r28065 r33950  
    252252PSTAMP\_SELECT\_INVERSE   &    1024  &   make stamps from inverse difference images (applies only for diff) \\
    253253PSTAMP\_SELECT\_UNCONV    &    2048  &   make stamps from unconvolved stack images (applies only for stack) \\
     254PSTAMP\_RESTORE\_BACKGROUND &  4096  &   (TODO) restore background correction to chip stage images before making stamp \\
    254255PSTAMP\_USE\_IMFILE\_ID   &   16384  &   for byid requests select images using image id instead of stage id \\
    255256PSTAMP\_NO\_WAIT\_FOR\_UPDATE &  32768  &   if images are not available because they have been cleaned don't wait \\
  • branches/eam_branches/ipp-20120405/ippdor/doc/Full/administration.tex

    r32874 r33950  
    2929\label{sec-adm-newnode}
    3030
     31Log in as the \texttt{ippdor} user on any host of the cluster.
     32
     33To install the condor on any \texttt{host}, run:
     34\begin{verbatim}
     35ippdor@ippc18 ~ $ ssh <host> ./deploy_condor.sh
     36\end{verbatim}
     37
     38\section{Starting Condor where it does not run}
     39\label{sec-adm-start_condor}
     40
     41It's been a long time that Condor has not been used. We don't know
     42where it runs and don't want to try to restart it where it does not
     43run...
     44
     45Simply run (use auto-completion):
     46\begin{verbatim}
     47ippdor@ippc30 ~ $ start_condor_where_it_does_not_run.sh
     48\end{verbatim}
     49
    3150\section{Updating Condor}
    3251\label{sec-adm-update}
  • branches/eam_branches/ipp-20120405/ippdor/doc/Full/ippdor.tex

    r32874 r33950  
    99\usepackage{enumitem}
    1010
     11\newcommand{\docversion}{0.2}
     12
    1113\title{Condor in the IPP}
    12 \author{S.~Chastel\\Version 0.1}
     14\author{S.~Chastel\\Version \docversion{}}
    1315\date{2011-11-23}
    1416
     
    6668  \textbf{Version} & \textbf{Date} & \textbf{Comment} \\
    6769  \hline
     70  0.2 & 2012-04-17 & "Changing" the IPP section. Deployment. Starting where Condor doesn't run\\
    6871  0.1 & 2011-11-23 & First draft \\
    6972  \hline
  • branches/eam_branches/ipp-20120405/ippdor/doc/Full/link_ipp.tex

    r32874 r33950  
    22\label{chap-ipp}
    33
    4 TODO
     4\section{Changing the IPP}
     5\label{sec-changing-ipp}
     6
     7\begin{enumerate}
     8\item Checkout the new tag from the SVN repository in the dedicated
     9  \texttt{ipp} directory, e.g. (for the ipp-20120404 tag):
     10\begin{verbatim}
     11ippdor@ippc18 ~ $ cd ipp
     12ippdor@ippc18 ~/ipp $ svn co https://svn.pan-starrs.ifa.hawaii.edu/repo/ipp/tags/ipp-20120404
     13\end{verbatim}
     14\item Redefine (locally, that is, for the shell session where the IPP
     15  will be compiled) the IPP version with the \texttt{psconfig} command, e.g.:
     16\begin{verbatim}
     17ippdor@ippc18 ~/ipp $ psconfig 20120404
     18\end{verbatim}
     19\item Compile and install the IPP as usual, e.g.:
     20\begin{verbatim}
     21ippdor@ippc18 ~/ipp $ cd ipp-20120404/psconfig
     22ippdor@ippc18 ~/ipp $ ./psbuild -dev -extbuild
     23\end{verbatim}
     24\item Have a cup of coffee
     25\item Change the symbolic links in the
     26  \texttt{\$HOME/psconfig/20110920}\footnote{\texttt{20110920} is
     27    related to the ippdor version and has nothing to do with the IPP
     28    version} directory for \texttt{current} and
     29  \texttt{current.lin64}, e.g.:
     30\begin{verbatim}
     31ippdor@ippc18 ~/ipp $ cd ~/psconfig/20110920
     32ippdor@ippc18 ~/ipp $ rm current current.lin64
     33ippdor@ippc18 ~/ipp $ ln -s 20120404.lin64 current
     34ippdor@ippc18 ~/ipp $ ln -s 20120404.lin64 current.lin64
     35\end{verbatim}
     36\item Test it on a small sample of data! (even if you can already
     37  check if the correct version is used with, for instance,
     38  \texttt{ppImage --version})
     39\end{enumerate}
     40
Note: See TracChangeset for help on using the changeset viewer.