Versions Compared

Key

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

...

gcc -I/usr/include/drmaa2 -L/usr/lib/libdrmaa2.so <example.c><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=$SGE_ROOT/usr/lib/lx-amd64libdrmaa2.so
./example<drmaa2_app>

Questions

Question

Outcome


Not Doing

...