Compilation

Z KdmWiki
Przejdź do nawigacji Przejdź do wyszukiwania

where the compilation process should be run

Users shuld not compile their programs on access node. It has diffrent software(even operating system) and hardwarde(including processors) than execution nodes.

To compile your software please run interactive job:

 qsub -I -q prace -l select=1:ncpus=1:mem=1GB

If you want to know what qsub -I does see article obout running jobs.

available comilers

Only comilers with own modules are supported. To list versions run:

 module avail gcc
 module avail intel
 module avail pgi