Compilation: Różnice pomiędzy wersjami
Przejdź do nawigacji
Przejdź do wyszukiwania
Linia 1: | Linia 1: | ||
− | + | == 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 [[Running_Jobs_on_Supernova|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 | ||
− | |||
[[Category:User Guide]] | [[Category:User Guide]] |
Wersja z 11:24, 4 cze 2012
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