Compilation

Z KdmWiki
Wersja z dnia 11:58, 19 lut 2016 autorstwa F (dyskusja | edycje)
(różn.) ← poprzednia wersja | przejdź do aktualnej wersji (różn.) | następna wersja → (różn.)
Przejdź do nawigacji Przejdź do wyszukiwania
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

< Bem User Guide < Compilation

Where the compilation process should be run

To compile your software please run an interactive job with default resources (1 core, 2000 MB of RAM):

 qsub -I -l walltime=8:00:00

or with specified resources (if the cluster is under heavy load it may be faster to get less resources then default):

 qsub -I -l walltime=8:00:00 -l select=1:ncpus=1:mem=1GB

If you want to learn more about "qsub -I" please check the article about running jobs.

Available compilers

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

 module avail gcc
 module avail intel
 module avail pgi

< Bem User Guide < Compilation