pnnl / gmt

Global Memory and Threading runtime system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Global Memory and Threading (GMT)

Build Instructions

List of Dependencies

The only dependencies for GMT are:

  • Linux
  • A C compiler
  • MPI
  • Portable Hardware Locality (hwloc)

If hwloc has been installed from source, or CMake is not able to locate it, it is reccomend to set the PKG_CONFIG_PATH env variable:

export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$HWLOC_INSTALL_DIR/lib/pkgconfig

How to build GMT

Before attempting to build GMT, please take a look at the requirements in List of Dependencies. Building GMT is as simple as:

git clone https://github.com/pnnl/gmt.git
cd gmt
mkdir build && cd build
cmake .. -DCMAKE_INSTALL_PREFIX=$GMT_ROOT \
         -DCMAKE_BUILD_TYPE=Release
make -j <SOMETHING_REASONABLE> && make install

where $GMT_ROOT is the desidered installation prefix.

Acknowledgments

This material was prepared as an account of work sponsored by an agency of the United States Government. Neither the United States Government nor the United States Department of Energy, nor Battelle, nor any of their employees, nor any jurisdiction or organization that has cooperated in the development of these materials, makes any warranty, express or implied, or assumes any legal liability or responsibility for the accuracy, completeness, or usefulness or any information, apparatus, product, software, or process disclosed, or represents that its use would not infringe privately owned rights.

Reference herein to any specific commercial product, process, or service by trade name, trademark, manufacturer, or otherwise does not necessarily constitute or imply its endorsement, recommendation, or favoring by the United States Government or any agency thereof, or Battelle Memorial Institute. The views and opinions of authors expressed herein do not necessarily state or reflect those of the United States Government or any agency thereof.

                 PACIFIC NORTHWEST NATIONAL LABORATORY
                              operated by
                                BATTELLE
                                for the
                   UNITED STATES DEPARTMENT OF ENERGY
                    under Contract DE-AC05-76RL01830

About

Global Memory and Threading runtime system

License:Other


Languages

Language:C 89.2%Language:C++ 8.5%Language:Shell 1.3%Language:CMake 1.0%