- Infos im HLRS Wiki sind nicht rechtsverbindlich und ohne Gewähr -
- Information contained in the HLRS Wiki is not legally binding and HLRS is not responsible for any damages that might result from its use -

NEC SX-ACE Access: Difference between revisions

From HLRS Platforms
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 25: Line 25:
* sxc++
* sxc++
* sxmpif90
* sxmpif90
* sxmpif03
* sxmpicc
* sxmpicc
* sxmpic++
* sxmpic++

Latest revision as of 15:04, 1 September 2017

Introduction

Main entry point for usage of SX-ACE system is the frontend systems

  • kabuki.hww.de

This system can be used to compile applications for SX-ACE and to submit and monitor batch jobs running on SX-ACE.

Access

The only way to access the NEC SX-ACE (frontend systems) from outside HWW net is through ssh.
Information on how to set up ssh can be found on our webserver at Secure Shell (ssh).

Compilation

You should recompile applications for SX-ACE, as well as SX-9 and SX-8 binaries will run. But recompilation will end in higher execution speed.

For compilation you can use the crosscompilers, they are prefixed with sx.

  • sxf90
  • sxf03
  • sxcc
  • sxc++
  • sxmpif90
  • sxmpif03
  • sxmpicc
  • sxmpic++
  • sxar
  • sxcpp
  • sxmake

Linked libraries are found in /SX in the frontend, but that searchpath is implicit and has not to be specified. But make sure your Makefiles do not include -I /usr/include, that ends in wrong (linux) header included in C programs.

Blas/lapack can be linked usling -lblas or -llapack, no path specification needed.

Submission

For details of batch jobs see batch system, the most used commands to manipulate jobs are

  • qsub for submission
  • qstat for monitoring
  • qs for site specific monitoring (you see all jobs in start order, not only yours)
  • qdel for aborting a job
  • qalter to change an existing job
  • qcat to see output of a running job