The Pyccel Extensions

These extensions are built in and can be activated by respective entries in the pyccelext configuration value.

MPI

The High level support for MPI will follow the scipy mpi interface using mpi4py.

Lapack

The High level support for Lapack will follow the scipy lapack interface.

HDF5

The High level support for HDF5 will follow the h5py package.

FFT

The High level support for FFT will follow the `scipy fft`_ interface.

Itertools

Following module itertools from the Python3 standard library: Functions creating iterators for efficient looping.

Low level interfaces

Specifications