\author Data Management Clients support, CERN IT-ST ( dmc-support@cern.ch )
\author Devresse Adrien ( adrien.devresse@cern.ch )
\author Alejandro Alvarez Ayllon ( Alejandro.Alvarez.Ayllon@cern.ch )
\author Andres Manzi ( andrea.manzi.cern.ch)
GFAL 2.0 Wiki:
API:
Main file : gfal_api.h
- GFAL2 File API:
- Transfer API:
- Configuration & parameters:
- GFAL API for plugin development:
- gfal1.0 Deprecated API, provided for compatibility purpose only:
FAQ:
Examples:
GFAL 2.0, Library Design:
Summary of the changes:
- Changes between 1.X and 2.X are resumed api_change
How to compile locally GFAL 2.0
- Compile :
- " 1. git clone https://gitlab.cern.ch/dmc/gfal2 "
- " 2. cd gfal2 "
- " 3. mkdir build; cd build"
- " 4. cmake −D CMAKE_INSTALL_PREFIX=/usr"
- " 5. make "
- Compile tests :
- " 4. cmake -DUNIT_TESTS=TRUE -DFUNCTIONAL_TESTS=TRUE ../ "
- " 5. make; make test"
- make RPMS :