-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release 1.0.0, tested on Tiger, SLED10x86, BG/Lfen, BG/L
git-svn-id: file:///Users/avp/tmp/svn.20121212/LHPC/aff/trunk@213 65d2813f-f11f-0410-b17b-8647a28db151
- Loading branch information
avp
committed
Sep 11, 2007
1 parent
3a29364
commit 5cd36ad
Showing
6 changed files
with
16 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,3 @@ | ||
This project contains a library for accessing and manipulation of analysis files | ||
in new binary format. The goal is to make it possible to work efficiently with | ||
large amount of data. | ||
|
||
Random thoughts: | ||
--------------- | ||
|
||
Suggested directory structure: | ||
./lib contains sources of the library | ||
./include contains library header files | ||
./utils xml2aff and aff sources | ||
./docs file format specifications (in .tex to build .pdf for distribution) | ||
|
||
Library: | ||
liblhpc-aff.a | ||
|
||
Header file | ||
lhpc-aff.h | ||
|
||
Config script: | ||
lhpc-aff-config | ||
--cc | ||
--cflags | ||
--ldflags | ||
--libs | ||
--version | ||
|
||
Configure: no autoconf, but a simple script to generate Makefile and | ||
lhcp-aff-config from CC and CFLAGS in environment and argument | ||
--prefix= (defaulting to /usr/local). | ||
|
||
Utilities: | ||
xml2aff converts xml 2pt and 3pt files into aff. (? or is it a part of lhpc-aff) | ||
lhpc-aff cmd [args] | ||
cmd: | ||
help - prints a list of commands | ||
version - version of the code | ||
cp f1 f2 ... fd - joins files f1 ... and places the result into fd | ||
ls [-lR] f [path] - prints the contents of path in file f. Path defaults to / | ||
-l long format (with data), -R recursive listing | ||
xml f name - prints /name as xml (reverse of xml2aff) | ||
chk [-vq] f - checks the structure of file f. Verbose/quiet flags. | ||
(?) aff f xml [name] - place file xml under name into f, name defaults to the | ||
name of the xml file. Aff f is created. | ||
|
||
|
||
Useful prieces: | ||
|
||
MD5 checksum routines are in <openssl/md5.h>. -- building it is a mess on BG/L, | ||
get the reference implementation from RFC 1321. | ||
|
||
Treap management routines are written. | ||
Stable routines are written. | ||
Tree routines are complete. | ||
Aff interface is written. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1 @@ | ||
[done] - The interface header building in lib/Makefile | ||
[done] - Documentation (Sergey) | ||
[done] -- add another level to the TOC, insert pagebreaks where needed. | ||
- Configure | ||
[done] - Restrict node names to an XML-compatible subset (in waff-mkdir). | ||
[done] - Add node name checks into lhpc-aff check. | ||
- Utilities | ||
[done] -- extract | ||
[done] -- join -- 'insert' instead of 'join' | ||
-- xml | ||
-- spectrum | ||
-- 3point | ||
-- more targets. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters