![]() ![]() |
![]() |
File: [Development] / JSOC / CM / V2.1 / release.notes
(download)
Revision: 1.1.1.1 (vendor branch), Mon Oct 1 23:12:21 2007 UTC (15 years, 8 months ago) by arta Branch: Vtag, MAIN CVS Tags: Ver_LATEST, Ver_9-5, Ver_9-41, Ver_9-4, Ver_9-3, Ver_9-2, Ver_9-1, Ver_9-0, Ver_8-8, Ver_8-7, Ver_8-6, Ver_8-5, Ver_8-4, Ver_8-3, Ver_8-2, Ver_8-12, Ver_8-11, Ver_8-10, Ver_8-1, Ver_8-0, Ver_7-1, Ver_7-0, Ver_6-4, Ver_6-3, Ver_6-2, Ver_6-1, Ver_6-0, Ver_5-9, Ver_5-8, Ver_5-7, Ver_5-6, Ver_5-5, Ver_5-3, Ver_5-2, Ver_5-14, Ver_5-13, Ver_5-12, Ver_5-11, Ver_5-10, Ver_5-1, Ver_5-0, Ver_4-7, Ver_4-6, Ver_4-5, Ver_4-4, Ver_4-3, Ver_4-2, Ver_4-1, Ver_4-0, NewTree01_cp09_JSOC, NewTree01_cp08_JSOC, NewTree01_cp07_JSOC, NewTree01_cp06_JSOC, NewTree01_cp05_JSOC, NewTree01_cp04_JSOC, NewTree01_cp03_JSOC, NewTree01_cp02_JSOC, NewTree01_cp01_JSOC, NetDRMS_Ver_LATEST, NetDRMS_Ver_9-5, NetDRMS_Ver_9-41, NetDRMS_Ver_9-4, NetDRMS_Ver_9-3, NetDRMS_Ver_9-2, NetDRMS_Ver_9-1, NetDRMS_Ver_9-0, NetDRMS_Ver_8-8, NetDRMS_Ver_8-7, NetDRMS_Ver_8-6, NetDRMS_Ver_8-5, NetDRMS_Ver_8-4, NetDRMS_Ver_8-12, NetDRMS_Ver_8-11, NetDRMS_Ver_8-10, HEAD Changes since 1.1: +0 -0 lines First new, reorganized JSOC tree |
Release Notes JSOC V2.1 24May2006 ----------------------- --------- The official release version is in /home/production/cvs/jsoc. This will remain unchanged until the next release. You may make any changes you want in your sandbox, but anything that you commit will appear in the next offical release. ****************************** Sandbox *************************************** You need a cvs "sandbox" to contain your view of the V2.1 release: (There is no need to do this unless you're going to be a jsoc developer.) Set the env variables: CVSROOT=:ext:sunroom.stanford.edu:/home/cvsuser/cvsroot CVS_RSH=ssh ################# If you don't already have a sandbox do this: ############# Make a cvs dir and do: > cd /home/you/cvs > cvs checkout jsoc ############################################################################ Resync your sandbox with the V2.1 release: > cd /home/you/cvs/jsoc > cvs update -APd Check for any files that have not been commited (not Status: Up-to-date): > cvs status | egrep ^File: | egrep -v Up-to-date These should only be files that have local changes that you are aware of. If you have a file here that you wanted in the release, please contact CM. You now need to make on linux_ia64 (lws) or linux_x86_64 or linuxia32 (some workstations) machines depending on where you want to run: Please use n12 and n00 for x86_64 and linuxia32 builds. (good compilers) > ssh lws (and then again for d00, etc.) > cd /home/you/cvs/jsoc > ./configure -force -client -static (this static is new 3/2/06) > make clean > make -j 4 (run 4 jobs in parallel for speed) Set your path for /home/you/cvs/jsoc/bin/linux_ia64 (or linux_x86_64) The command > configure -help will print information about how to create a customized build, to e.g. use a different compiler or turn on debugging flags. If you are unfamiliar with the use of cvs see the file: jsoc/CM/working_with_sandbox.txt. There's a linux4 cvs gui at xim:/usr/bin/lincvs ****************************** SUMS ****************************************** The Storage Unit Management (SUM) subsystem is discussed and its API presented in: http://sun.stanford.edu/web.hmi/development/SU_Development_Plan/SUM_API.html The V2.1 release notes are in: jsoc/CM/V2.1/sum_release.txt NOTE: Only DRMS needs to be concerned with SUMS. ************************** DRMS *********************** A complete DRMS documentation suite is in progress.
Karen Tian |
Powered by ViewCVS 0.9.4 |