Compilers: GCC
Operating systems: Linux
Last updated: 21-Jan-2014 blw
The text for many of the descriptions below was taken from the online help for gcc.
Selecting one of the following will take you directly to that section:
Links in the OpenCL library.
Links in the OpenCL library.
Specifies the memory model for the compiled binary object as 32-bit.'
Specifies the memory model for the compiled binary object as 64-bit.'
Adds the directory for include files to the search path at compile time.
Adds the library directory search path at link time
Specify optimization level n:
Used to leave a buffer space for the main kernel. Set this to a small integer value (like 1) if needed.
Platform settings
One or more of the following settings may have been applied to the testbed. If so, the "Platform Notes" section of the report will say so; and you can read below to find out more about what these settings mean.
LD_LIBRARY_PATH=<directories> (linker)
LD_LIBRARY_PATH controls the search order for both the compile-time and run-time linkers. Usually, it can be
defaulted; but testers may sometimes choose to explicitly set it (as documented in the notes in the submission), in order to
ensure that the correct versions of libraries are picked up.
STACKSIZE=<n> (Unix)
Set the size of the stack (temporary storage area) for each slave thread of a multithreaded program.
ulimit -s <n> (Unix)
Sets the stack size to n kbytes, or "unlimited" to allow the stack size to grow without limit.