Archive for February, 2010:

Sun Grid Engine (SGE) Environment Options, Environment Variables

There are plenty of SGE tutorials available in internet, however it is rare to find some description of environment variables in job script, here is a summary. When a Sun Grid Engine job is running, a number of variables are preset into the job?s script environment, as listed below. ARC – The Sun Grid Engine [...]

Tags: , ,

Comments Off

Preprocessing Only in ANSI C and C++

Use the -E, -P or -EP option to preprocess your source files without compiling them. When using these options, only the preprocessing phase of compilation is activated. Using -E When you specify the -E option, the compiler’s preprocessor expands your source module and writes the result to stdout. The preprocessed source contains #line directives, which [...]

Tags: , , ,

Comments Off