10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-02 11:25:26 +02:00
quantum_package/docs/source/users_guide/qp_export_as_tgz.rst
2019-01-14 19:52:41 +01:00

31 lines
710 B
ReStructuredText

================
qp_export_as_tgz
================
.. program:: qp_export_as_tgz
In some HPC facilities, the access to the internet is limited for security
reasons. In such an environment, the installation of |QP| is sometimes very
painful because the OCaml compiler and the libraries can't be installed by a
non-root user.
This command creates a self-contained binary distribution in the form of a
`tar.gz` file that can be copied on another machine.
Usage
-----
.. code:: bash
qp_export_as_tgz [-h|--help]
.. option:: -h, --help
Prints the help message
.. note::
There can be conflicts due to the version of glibc. The machine on which |QP| is
compiled should be the oldest one.