Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 660 Bytes

README.md

File metadata and controls

47 lines (37 loc) · 660 Bytes

PURPOSE

Repository of various codes, scripts, use cases, and recipes.

CONTENTS

(1) Languages

  • BASH
  • C
  • Cpp
  • Fortran
  • IDL
  • Julia
  • Mathematica
  • MATLAB
  • Perl
  • Python
  • R
  • STATA

(2) Libraries

  • MKL
  • BLAS
  • GSL
  • HDF5
  • FFTW
  • NETCDF

(3) Parallel_Computing

  • MPI (Fortran, C, C++)
  • OpenMP (Fortran, C, C++)
  • Parallel_HDF5
  • MPI_IO
  • Python
  • R
  • Julia
  • MATLAB
  • Mathematica

(4) Example_Recipes

  • Job arrays
  • Movie processing and reading data from CSV files
  • MATLAB MEX files from C++ source code