You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Note

For now, it only covers the installation of the HDC module on a GateWay cluster with the GNU GCC compiler.

  1. Building from source
    1. Clone the HDC project's repository:

      $: git clone ssh://git@git.iter.org/imas/hdc.git
    2. Build MDBM backend (optional)

        1. Clone the MDBM project's repository:
      $: git clone https://github.com/yahoo/mdbm

      Navigate to local HDC directory:

      $: cd hdc
    3. Navigate to local HDC directory:

      $: cd hdc
    4. Create new directory for build files:

      $: mkdir build
    5. Navigate to build directory:

      $: cd build
    6. Create new directory for build files:

      $: git clone ssh://git@git.iter.org/imas/hdc.git
  • No labels