BwUniCluster2.0/FAQ - broadwell partition: Difference between revisions

From bwHPC Wiki
Jump to navigation Jump to search
Line 6: Line 6:
== Are there separate login nodes for the bwUniCluster broadwell partition? ==
== Are there separate login nodes for the bwUniCluster broadwell partition? ==
* Yes, but primarily to be used for compiling code.
* Yes, but primarily to be used for compiling code.
* You can directly login on broadwell partition using
$ username@uc1e.scc.kit.edu
* If you login uc1, even then you can use broadwell nodes using the same procedure as 'compute nodes'
eg: msub -q singlenode
msub -q multinode
* But for the compilation you have to use the appropriate flags


= Compilation =
= Compilation =

Revision as of 14:38, 6 September 2017

FAQs concerning best practice of bwUniCluster broadwell (aka "extension") partition.

Login

Are there separate login nodes for the bwUniCluster broadwell partition?

  • Yes, but primarily to be used for compiling code.
  • You can directly login on broadwell partition using
  $ username@uc1e.scc.kit.edu
  • If you login uc1, even then you can use broadwell nodes using the same procedure as 'compute nodes'
   eg: msub -q singlenode 
       msub -q multinode
  • But for the compilation you have to use the appropriate flags

Compilation

Q1

Job execution

Q2