This repository contains simple C++ wrapper for the DRMAA C library, optimized for SGE within AWS Parallel Cluster.
-
Set enviromental variables
export SGE_ROOT=/opt/sge export SGE_CELL=default
-
Make
libdrmaa.so
availablesudo ln -s /opt/sge/lib/lx-amd64/libdrmaa.so /usr/local/lib/libdrmaa.so
See tests/test.cpp
.