Skip to content

bowhan/drmaa_cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

C++ Wrapper of the DRMAA C library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published