SX-ACE has the following library:

 

ASL

The Advanced Scientific Library, ASL, is a mathematical library which powerfully supports developing numerical simulation programs in various fields of scientific calculations.
Please see the following about the detail:(Authentication required)
ASL User's Guide(FORTRAN) ASL User's Guide(C)

For execution with the ASL library, please use the following example:
[note]
The example specifies asl libarry (libasl.a) with option -l.
To use parallel processing with the ASL, please specify the "-P multi" option.

% sxf90 samp.f -lasl

 

ASL STAT

The Advanced Scientific Library STATistical functions, ASLSTAT, is a mathematical library which powerfully supports developing simulation programs requiring statistical processing.
Please see the following for details:(Authentication required)
ASLSTAT 7.0 User's Guide(for Fortran) ASLSTAT 7.0 User's Guide(for C)
 

ASL QUAD

Please see the following for details:(Authentication required)
ASLQUAD 利用の手引き(Japanease) 
To use ASLQUAD, please execute the script for an environment setting before compiling.
 

(csh)
source /SX/opt/aslquad/aslquad.csh
(sh)
source /SX/opt/aslquad/aslquad.sh

 

MathKeisan

MathKeisan is a tuned collection of mathematical libraries for NEC high-performance computers. There is a version for the NEC SX vector machines running SUPER-UX.
Please see the following for details:(Authentication required)
MathKeisan User's Guide

To use BLAS, please use the following example:

% sxf90 test.f -lblas

The libraries included in MathKeisan are ARPACK, BLACS, BLAS, FFT, LAPACK, PARBLAS, PARFFT, PARPACK, CBLAS, SBLAS, and ScaLAPACK.

 

NetCDF

We installed the following. The file path is different depending on the programming language, Fortran90, C/C++, or Fortran2003.

/sc/cmc/apl/NetCDF/SX/f90/netcdf-3.6.1  # for FORTRAN90
/sc/cmc/apl/NetCDF/SX/f03/netcdf-3.6.1  # for FORTRAN2003
/sc/cmc/apl/NetCDF/SX/C++/netcdf-3.6.1  # for C/C++

 

HDF5

We installed HDF5 ver.1.8.15 on the following. Please note that can not use "long double type".

/sc/cmc/apl/HDF5/hdf5-1.8.15/ace