Difference between revisions of "BwUniCluster2.0/FAQ - broadwell partition"

From bwHPC Wiki
Jump to: navigation, search
(Are there separate login nodes for the bwUniCluster broadwell partition?)
(Are there separate login nodes for the bwUniCluster broadwell partition?)
Line 8: Line 8:
 
* You can directly login on broadwell partition using
 
* You can directly login on broadwell partition using
 
$ username@uc1e.scc.kit.edu
 
$ username@uc1e.scc.kit.edu
* If you login uc1, even then you can use broadwell nodes using the same procedure as 'compute nodes'
+
* If you login uc1, even then you can use broadwell nodes using the same procedure as 'compute nodes'. The submitted job will be distributed on broadwell node also.
 
example: msub -q singlenode
 
example: msub -q singlenode
 
msub -q multinode
 
msub -q multinode

Revision as of 14:42, 6 September 2017

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

1 Login

1.1 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'. The submitted job will be distributed on broadwell node also.
   example: msub -q singlenode 
            msub -q multinode
  • But for the compilation you have to use the appropriate flags

2 Compilation

2.1 Q1

3 Job execution

3.1 Q2