Changeset 33950
- Timestamp:
- May 29, 2012, 5:08:36 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120405
- Files:
-
- 4 edited
- 1 copied
-
doc/stamps/stampsICD.tex (modified) (1 diff)
-
dvodist (copied) (copied from trunk/dvodist )
-
ippdor/doc/Full/administration.tex (modified) (1 diff)
-
ippdor/doc/Full/ippdor.tex (modified) (2 diffs)
-
ippdor/doc/Full/link_ipp.tex (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120405/doc/stamps/stampsICD.tex
r28065 r33950 252 252 PSTAMP\_SELECT\_INVERSE & 1024 & make stamps from inverse difference images (applies only for diff) \\ 253 253 PSTAMP\_SELECT\_UNCONV & 2048 & make stamps from unconvolved stack images (applies only for stack) \\ 254 PSTAMP\_RESTORE\_BACKGROUND & 4096 & (TODO) restore background correction to chip stage images before making stamp \\ 254 255 PSTAMP\_USE\_IMFILE\_ID & 16384 & for byid requests select images using image id instead of stage id \\ 255 256 PSTAMP\_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 29 29 \label{sec-adm-newnode} 30 30 31 Log in as the \texttt{ippdor} user on any host of the cluster. 32 33 To install the condor on any \texttt{host}, run: 34 \begin{verbatim} 35 ippdor@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 41 It's been a long time that Condor has not been used. We don't know 42 where it runs and don't want to try to restart it where it does not 43 run... 44 45 Simply run (use auto-completion): 46 \begin{verbatim} 47 ippdor@ippc30 ~ $ start_condor_where_it_does_not_run.sh 48 \end{verbatim} 49 31 50 \section{Updating Condor} 32 51 \label{sec-adm-update} -
branches/eam_branches/ipp-20120405/ippdor/doc/Full/ippdor.tex
r32874 r33950 9 9 \usepackage{enumitem} 10 10 11 \newcommand{\docversion}{0.2} 12 11 13 \title{Condor in the IPP} 12 \author{S.~Chastel\\Version 0.1}14 \author{S.~Chastel\\Version \docversion{}} 13 15 \date{2011-11-23} 14 16 … … 66 68 \textbf{Version} & \textbf{Date} & \textbf{Comment} \\ 67 69 \hline 70 0.2 & 2012-04-17 & "Changing" the IPP section. Deployment. Starting where Condor doesn't run\\ 68 71 0.1 & 2011-11-23 & First draft \\ 69 72 \hline -
branches/eam_branches/ipp-20120405/ippdor/doc/Full/link_ipp.tex
r32874 r33950 2 2 \label{chap-ipp} 3 3 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} 11 ippdor@ippc18 ~ $ cd ipp 12 ippdor@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} 17 ippdor@ippc18 ~/ipp $ psconfig 20120404 18 \end{verbatim} 19 \item Compile and install the IPP as usual, e.g.: 20 \begin{verbatim} 21 ippdor@ippc18 ~/ipp $ cd ipp-20120404/psconfig 22 ippdor@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} 31 ippdor@ippc18 ~/ipp $ cd ~/psconfig/20110920 32 ippdor@ippc18 ~/ipp $ rm current current.lin64 33 ippdor@ippc18 ~/ipp $ ln -s 20120404.lin64 current 34 ippdor@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.
