Skip to main content

ECTRANS interface for Python

Project description

ecTrans


Introduction

ecTrans is the global spherical Harmonics transforms library, extracted from the IFS. It contains both CPU and GPU (Nvidia) code-paths. The CPU version uses a hybrid of MPI and OpenMP parallelisation strategies, while the GPU version combines MPI and OpenACC. A default installation builds both CPU libraries (trans_sp, trans_dp) and various flavours of GPU libraries in (trans_gpu_{sp/dp} shared library, trans_gpu_static_{sp/dp} static library, trans_gpu_static_CA_{sp/dp} static library requiring CUDA-aware MPI implementation), as well as a C interface to the double-precision version (transi_dp). A simple benchmark driver is also built against each of these libraries, allowing simple testing of the transforms.

License

ecTrans is distributed under the Apache License Version 2.0. See LICENSE file for details.

Installing ecTrans

Supported Platforms

  • Linux
  • Apple MacOS

Other UNIX-like operating systems may work too out of the box.

The GPU codepath has only been tested with NVHPC compilers on recent Nvidia GPUs.

Requirements

Further optional recommended dependencies:

For the GPU libraries :

  • Fortran compiler with OpenACC support
  • CUDA toolkit (compiler, and CUBLAS and CUFFT libraries)

Building ecTrans

Building and installing Trans happens via CMake, which provides automatic detection for third-party libraries in standard locations and helps cross-plaform portability. There are multiple ways to help CMake discover packages in non-standard locations. One explicit way is to e.g. set environment variables for each dependency.

Environment variables

$ export ecbuild_ROOT=<path-to-ecbuild>
$ export fiat_ROOT=<path-to-fiat>
$ export CC=<path-to-C-compiler>
$ export FC=<path-to-Fortran-compiler>

You must compile FIAT out-of-source, so create a build-directory (anywhere)

$ mkdir build && cd build

Configuration of the build happens through standard CMake

$ cmake

Extra options can be added to the cmake command to control the build:

  • -DCMAKE_BUILD_TYPE=<Debug|RelWithDebInfo|Release|Bit> default=RelWithDebInfo (typically -O2 -g)
  • -DENABLE_TESTS=<ON|OFF> default=ON
  • -DENABLE_SINGLE_PRECISION=<ON|OFF> default=ON
  • -DENABLE_DOUBLE_PRECISION=<ON|OFF> default=ON
  • -DENABLE_TRANSI=<ON|OFF> default=ON
  • -DENABLE_MKL=<ON|OFF> default=ON
  • -DENABLE_FFTW=<ON|OFF> default=ON
  • -DENABLE_GPU=<ON|OFF> default=OFF
  • -DCMAKE_INSTALL_PREFIX=<install-prefix>

Specific extra options exist for GPU installation:

  • -DENABLE_GPU_AWARE_MPI=<ON|OFF> default=OF
  • -DENABLE_GPU_GRAPHS_GEMM=<ON|OFF> default=ON
  • -DENABLE_GPU_GRAPHS_FFT=<ON|OFF> default=ON
  • -DENABLE_CUTLASS=<ON|OFF> default=OFF
  • -DENABLE_3XTF32=<ON|OFF> default=OFF

GPU-aware MPI allows buffers residing on GPU to be passed to MPI communication calls directly. This requires a compatible MPI installation. Graph work-flows allow a series of GPU operations to be scheduled in an efficient manner. This is useful both for the batched FFTs and the batched GEMMs on which ecTrans relies, although for FFTs this is currently relied upon. Cutlass is an Nvidia library of templates for GEMM operations. 3xTF32 is a specific acceleration for single precision operations, enabled by Cutlass.

More options to control compilation flags, only when defaults are not sufficient

  • -DCMAKE_Fortran_FLAGS=<fortran-flags>
  • -DCMAKE_C_FLAGS=<c-flags>

Once this has finished successfully, run make and make install.

Optionally, tests can be run to check succesful compilation, when the feature TESTS is enabled (-DENABLE_TESTS=ON, default ON)

$ ctest

The benchmark drivers are found in the bin directory. A brief description of available command-line arguments can be obtained with e.g. ectrans-benchmark-cpu-sp --help

Building ectrans4py

The python wheel can be built from the root of the project, assuming above-mentioned variables are defined (fiat_ROOT etc...):

python -m build --wheel

and then:

python -m auditwheel

The built python wheel is then to be found in directory wheelhouse/ and can be locally installed by pip:

pip install wheelhouse/ectrans4py-<x.y.z>(...).whl

The _skbuild and dist directories can be deleted.

Tests can be run from tests/test_ectrans4py/:

python -m pytest

Reporting Bugs

Please report bugs using a GitHub issue. Support is given on a best-effort basis by package developers.

Contributing

Contributions to ecTrans are welcome. In order to do so, please open a GitHub issue where a feature request or bug can be discussed. Then create a pull request with your contribution. All contributors to the pull request need to sign the contributors license agreement (CLA).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

ectrans4py-1.6.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

ectrans4py-1.6.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

ectrans4py-1.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

ectrans4py-1.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

ectrans4py-1.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

File details

Details for the file ectrans4py-1.6.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ectrans4py-1.6.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 80b00c3911c2f5f5823f81d5d5a68cdd5bd1152c225bde4931aae39265d566f4
MD5 08f155bdf83a3a0e71c444c89b885b71
BLAKE2b-256 ec7602222984531c3b2cbc2f456a7cb8fb191fa938493a73946bc9c98943d2ff

See more details on using hashes here.

File details

Details for the file ectrans4py-1.6.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ectrans4py-1.6.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 99ca01cc79042c04dfcf20b349157eace0e6c03fb5abe2e5e5dde2b98a23c504
MD5 27304528461415ea19566bb38393e582
BLAKE2b-256 00724b104c4c114db23ba73df0686be7335d177e8dde07684e56bac466442abe

See more details on using hashes here.

File details

Details for the file ectrans4py-1.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ectrans4py-1.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cd6db3c8e0bfa2663f216e64c90cd8c5f911c0f20c23101d365eb831f8e1893a
MD5 fe73cadfb1d6ad455bfed7b9c6e8aa36
BLAKE2b-256 286184f24527ae458be22411c717395c0366a3e0c66826f77e36a9db10e609dc

See more details on using hashes here.

File details

Details for the file ectrans4py-1.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ectrans4py-1.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 83cdf1ee00ddb18ef24dd2cb21281385122888a419790e38e9ae6d097716b2d5
MD5 e491e1a2399751752686fb2448144f2c
BLAKE2b-256 79e968448c6513f2860798142f4c14b514abd88114e54d45911683499b100b10

See more details on using hashes here.

File details

Details for the file ectrans4py-1.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ectrans4py-1.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 edacdacaec53d640e2583b2c061d333b36d5f776960a6ef50ab7bc26a6a3a423
MD5 03787abffce92cc84290b06de7882a6c
BLAKE2b-256 f1600fae5c51c119b56b99de71963ba0feb90e9ae7dfc097da8eea9009091446

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page