(file) Return to README CVS log (file) (dir) Up to [Development] / JSOC

Diff for /JSOC/README between version 1.1 and 1.2

version 1.1, 2007/10/02 00:12:19 version 1.2, 2007/10/16 22:48:15
Line 13  after Ver_3-5-PreRelease.
Line 13  after Ver_3-5-PreRelease.
 A new make system is in place after Ver_3-5-PreRelease. If you have a A new make system is in place after Ver_3-5-PreRelease. If you have a
 cvs working directory of or before Ver_3-5-PreRelease, you'll need to cvs working directory of or before Ver_3-5-PreRelease, you'll need to
 run 'make clean' before 'cvs update' in order to clean up the .c files run 'make clean' before 'cvs update' in order to clean up the .c files
 generated from .pgc files in src/base/libsum_pg.  generated from .pgc files in base/libsum_pg.
  
 ./configure only makes symbolic links for all header files in the JSOC ./configure only makes symbolic links for all header files in the JSOC
 tree.  The binaries, as well as .c files generated from .pgc files, tree.  The binaries, as well as .c files generated from .pgc files,
Line 22  _linux_ia32. Symbolic links to executabl
Line 22  _linux_ia32. Symbolic links to executabl
 in bin/ and lib/. in bin/ and lib/.
  
 The default compiler is icc with optimization and without debug. Two The default compiler is icc with optimization and without debug. Two
 exceptions to this rule are src/base/libsum_pg and src/base/sum, both  exceptions to this rule are base/libsum_pg and base/sum, both
 of which are fixed to compile with 'gcc -g -O0'. of which are fixed to compile with 'gcc -g -O0'.
  
 src/base/sum is not part of the default targets. Uncomment the  base/sum is not part of the default targets. Uncomment the
 following line in src/base/sum/Rules.mk to change it.  following line in base/sum/Rules.mk to change it.
 #TGT_BIN                := $(TGT_BIN) $(TGT_$(d)) #TGT_BIN                := $(TGT_BIN) $(TGT_$(d))
  
 Except for src/third_party/su, nothing in src/third_party is among the Except for src/third_party/su, nothing in src/third_party is among the


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

Karen Tian
Powered by
ViewCVS 0.9.4