Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 511 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 511 Bytes

C++ Wrapper for DRMAA

This is work still ongoing

This repository contains simple C++ wrapper for the DRMAA C library, optimized for SGE within AWS Parallel Cluster.

Pre-requisites

  • Set enviromental variables

    export SGE_ROOT=/opt/sge
    export SGE_CELL=default
  • Make libdrmaa.so available

    sudo ln -s /opt/sge/lib/lx-amd64/libdrmaa.so /usr/local/lib/libdrmaa.so

Usage

See tests/test.cpp.