xmlf90 ====== .. toctree:: :maxdepth: 1 :caption: Contents: About ----- `xmlf90`_ is a parser library designed to be a useful tool in the extraction and analysis of data in the context of scientific computing, and thus the priorities were efficiency and the ability to deal with very large XML files while maintaining a small memory footprint. The most complete programming interface is based on the very successful SAX (Simple API for XML) model, although a partial DOM interface and a very experimental XPATH interface are also present. Supported versions ------------------ To check which xmlf90 versions and build types are currently supported on Discoverer, execute on the login node: .. code-block:: bash module avail xmlf90 The recipe followed to build the source code is available at: https://gitlab.discoverer.bg/vkolev/recipes/-/tree/main/xmlf90 Loading/Compiler affinity ------------------------- Each version of xmlf90 installed in the public software repository is built against four compiler sets: (i) :doc:`oneapi`, (ii) :doc:`nvidia_hpc_sdk`, (iii) :doc:`llvm` , (iv) :doc:`aocc`, (v) :doc:`gcc`. The name of the environmental module contains the name of the compiler set employed for compiling the xmlf90 source code. Intel oneAPI ............ .. code-block:: bash module avail xmlf90/*/*intel NVIDIA HPC SDK .............. .. code-block:: bash module avail xmlf90/*/*nvidia LLVM .... .. code-block:: bash module avail xmlf90/*/*llvm AOCC .... .. code-block:: bash module avail xmlf90/*/*aocc GCC ... .. code-block:: bash module avail xmlf90/*/*gcc Getting help ------------ See :doc:`help` .. _`xmlf90`: https://gitlab.com/siesta-project/libraries/xmlf90