Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Now DRMAA2 application can be compiled as follows.

gcc

...

-I/usr/include/drmaa2

...

-L/usr/lib/libdrmaa2.so

...

<drmaa2_app>

...

-ldrmaa2

We also need to set the following before starting the application if in case we are using shared library.

export

...

LD_LIBRARY_PATH=/usr/lib/libdrmaa2.so

...

./<drmaa2_app>

Questions

Question

Outcome


Not Doing

...