The Asynchronous Transfer Library provides a common C interface to transfer files between layers in an HPC storage hierarchy.
For details on its usage, see doc/README.md. For API details, see AXL User API docs.
AXL uses the CMake build system and we recommend out-of-source builds.
git clone https://github.com/ECP-VeloC/AXL.git
mkdir build
mkdir install
cd build
cmake -DCMAKE_INSTALL_PREFIX=../install ../AXL
make
make install
make test
Some useful CMake command line options:
-DCMAKE_INSTALL_PREFIX=[path]
: Place to install the AXL library-DCMAKE_BUILD_TYPE=[Debug/Release]
: Build with debugging or optimizations-DMPI
: Build support for MPI collective interface
For building with IBM BB API (optional):
-DAXL_ASYNC_API=IBM_BBAPI
: Enable IBM BB API-DWITH_BBAPI_PREFIX=/opt/ibm/bb
: Install path to IBM BB library
- C
- CMake, Version 3.14+
- KVTree
- MPI (optional)
AXL was originally part of the SCR Library.
AXL is part of the SCR project (LLNL-CODE-411039)
Numerous people have contributed to the SCR project.
To reference SCR in a publication, please cite the following paper:
- Adam Moody, Greg Bronevetsky, Kathryn Mohror, Bronis R. de Supinski, Design, Modeling, and Evaluation of a Scalable Multi-level Checkpointing System, LLNL-CONF-427742, Supercomputing 2010, New Orleans, LA, November 2010.
Additional information and research publications can be found here:
http://computation.llnl.gov/projects/scalable-checkpoint-restart-for-mpi
Copyright (c) 2018, Lawrence Livermore National Security, LLC.
Produced at the Lawrence Livermore National Laboratory.
Copyright (c) 2018, UChicago Argonne LLC, operator of Argonne National Laboratory.
For release details and restrictions, please read the LICENSE and NOTICE files.
LLNL-CODE-751725
OCEC-18-060