Skip to content

Latest commit

 

History

History
executable file
·
42 lines (34 loc) · 4.09 KB

butterflypack-policy-compatibility.md

File metadata and controls

executable file
·
42 lines (34 loc) · 4.09 KB

xSDK Community Policy Compatibility for ButterflyPACK

This document summarizes the efforts of current and future xSDK member packages to achieve compatibility with the xSDK community policies. Below only short descriptions of each policy are provided. The full description is available here and should be considered when filling out this form.

Please, provide information on your compatibility status for each mandatory policy, and if possible also for recommended policies. If you are not compatible, state what is lacking and what are your plans on how to achieve compliance. For current xSDK member packages: If you were not compliant at some point, please describe the steps you undertook to fulfill the policy.This information will be helpful for future xSDK member packages.

Website: https://github.com/liuyangzhuan/ButterflyPACK

Mandatory Policies

Policy Support Notes
M1. Support xSDK community GNU Autoconf or CMake options. Full ButterflyPACK uses CMake.
M2. Provide a comprehensive test suite for correctness of installation verification. Full ButterflyPACK has 20 Travis test example runs for code verification.
M3. Employ userprovided MPI communicator (no MPI_COMM_WORLD). Full Yes.
M4. Give best effort at portability to key architectures (standard Linux distributions, GNU, Clang, vendor compilers, and target machines at ALCF, NERSC, OLCF). Full ButterflyPACK test suites are run on a number of different platforms.
M5. Provide a documented, reliable way to contact the development team. Full ButterflyPACK developers can be contacted via issues on github (https://github.com/liuyangzhuan/ButterflyPACK/issues/) or via email to [email protected].
M6. Respect system resources and settings made by other previously called packages (e.g. signal handling). Full Yes.
M7. Come with an open source (BSD style) license. Full Use BSD license.
M8. Provide a runtime API to return the current version number of the software. Full BPACK_GetVersionNumber(v_major,v_minor,v_bugfix)
M9. Use a limited and well-defined symbol, macro, library, and include file name space. Full All module names begin with Bplus_, BPACK_ or MISC_. The libraries begin with libdbutterflypack or libzbutterflypack.
M10. Provide an xSDK team accessible repository (not necessarily publicly available). Full https://github.com/liuyangzhuan/ButterflyPACK
M11. Have no hardwired print or IO statements that cannot be turned off. Full The amount of IO can be controlled by a runtime parameter verbosity=-1,0,1,2.
M12. For external dependencies, allow installing, building, and linking against an outside copy of external software. Full Yes.
M13. Install headers and libraries under <prefix>/include and <prefix>/lib. Full Yes.
M14. Be buildable using 64 bit pointers. 32 bit is optional. Full Yes.
M15. All xSDK compatibility changes should be sustainable. Full Yes.
M16. The package must support production-quality installation compatible with the xSDK install tool and xSDK metapackage. Full ButterflyPACK configure and install has full support from Spack.

Recommended Policies

Policy Support Notes
R1. Have a public repository. Full https://github.com/liuyangzhuan/ButterflyPACK
R2. Possible to run test suite under valgrind in order to test for memory corruption issues. Partial
R3. Adopt and document consistent system for error conditions/exceptions. None
R4. Free all system resources acquired as soon as they are no longer needed. Partial
R5. Provide a mechanism to export ordered list of library dependencies. None