| File | Date | Author | Commit |
|---|---|---|---|
| cmake | 2013-10-09 |
|
[670639] Added files: |
| doc | 2013-10-09 |
|
[a17a57] Move previous doc into programmersguide.tex. St... |
| include | 2013-08-13 |
|
[b9d915] Merging old version without the new functionali... |
| php | 2012-08-13 |
|
[4392d4] First commit |
| src | 2013-10-09 |
|
[6f5927] Remove useless dependency |
| CMakeLists.txt | 2013-10-09 |
|
[a17a57] Move previous doc into programmersguide.tex. St... |
| NEWS | 2013-10-09 |
|
[a17a57] Move previous doc into programmersguide.tex. St... |
| README | 2013-10-09 |
|
[500ce6] Typos |
| TODO | 2013-08-19 |
|
[4780e6] Things, mostly easy ones, to do to finalize the... |
| VERSION | 2013-10-09 |
|
[670639] Added files: |
| generator.sh | 2013-10-09 |
|
[670639] Added files: |
This project is an implementation of the OGF GridRPC Data Management API, as defined in the GFD-R-P.186 (2011).
You can download the lastest version from
https://forge.mis.u-picardie.fr/projects/gridrpcdm/
1 - The library
It uses cmake to configure and install itself.
You can either:
- run cmake in ncurse mode, ccmake, and fill the corresponding fields
accordingly;
- or run cmake in command line with the appropriate arguments;
- or edit generator.sh to establish the good parameters depending on
your architecture, and execute it. -- it basically does the same as
the command line, in a maybe clearer and reproductible way.
2 - Rapidly testing with your GridRPC middleware
The project includes examples in deploy/ which can build client/server
programs with the provided information and the installation of the GridRPC
Data Management library. See the included README to launch those in a one
line command.