项目作者: medranSolus

项目描述 :
Fractal generating HPC cluster.
高级语言: C++
项目地址: git://github.com/medranSolus/fractal_service.git
创建时间: 2020-05-24T17:41:32Z
项目社区:https://github.com/medranSolus/fractal_service

开源协议:

下载


Fractal Service

HPC cluster based on MPI comunication and OpenCL generation of fractals with GUI manager.

Architecture of cluster

architecture

Generated images

Mandelbrot fractal generated with cluster

fractal

Biggest fractal created (20k x 20k pixels)

Open in seperate window since it’s too big for most browsers.

Dependecies (Packages names listed for pacman based linux)

  • OpenCL runtime (One per platform type)
    • CPU:
      • Intel (AUR): intel-opencl-runtime
      • AMD (AUR): amdapp-sdk
    • GPU:
      • NVIDIA: opencl-nvidia
      • Radeon: opencl-mesa
      • Intel: intel-compute-runtime
  • OpenCL ICD loader: ocl-icd
  • OpenCL Headers: opencl-headers
  • OpenCL Platform Info (Additional): clinfo
  • OpenMPI: openmpi
  • Creating PNG: libpng
  • GUI Manager: qt5
  • Build: gcc, make, cmake