OCaml ===== .. toctree:: :maxdepth: 1 :caption: Contents: About ----- `OCaml`_ is an industrial-strength functional programming language with an emphasis on expressiveness and safety. Supported versions ------------------ To check which `OCaml`_ versions are currently supported on Discoverer, execute on the login node: .. code-block:: bash module avail ocaml Loading ------- To obtain access to the latest GCC, load the environment module ``ocaml/latest``: .. code:: bash module load ocaml/latest otherwise replace ``latest`` with the reqired version. Build recipe ------------ We compiled the OCaml code using :doc:`gcc`. The recipe used to guide the compilation process is available online at: https://gitlab.discoverer.bg/vkolev/recipes/-/tree/main/ocaml You will find the testing of the built binaries within the log file. It is noteworthy to mention that the following capabilities were enabled during the compilation of OCaml's code: .. code:: bash --enable-flambda \ --enable-flambda-invariants \ --enable-cmm-invariants \ --enable-flat-float-array Getting help ------------ See :doc:`help` .. _`OCaml`: https://ocaml.org/