Difference between revisions of "GPGPU"

From OpenFOAMWiki
(revised links and versions)
(Removed the TurboCFD thing for Amazon and added ROCm's port of PARALUTION)
 
Line 20: Line 20:
 
** Features: [http://www.paralution.com/documentation/ Documentation]
 
** Features: [http://www.paralution.com/documentation/ Documentation]
 
** Forum: [http://www.paralution.com/forums/ Public Forums at Paralution]
 
** Forum: [http://www.paralution.com/forums/ Public Forums at Paralution]
 +
** It's designed to work with CUDA.
 +
 +
* [https://github.com/ROCmSoftwarePlatform/rocALUTION rocALUTION] and [https://github.com/ROCmSoftwarePlatform/rocSPARSE rocSPARSE]
 +
** These two are essentially ports of PARALUTION for AMD's ROCm solutions. More details are [https://github.com/Atizar/RapidCFD-dev/issues/46#issuecomment-425268846 provided here].
 +
** There is no clear indication of how to use it with OpenFOAM, but it should be possible to use PARALUTION's plugin mechanism.
  
 
* [http://code.google.com/p/cufflink-library/ cufflink-library]
 
* [http://code.google.com/p/cufflink-library/ cufflink-library]
Line 44: Line 49:
 
** Announcements: [http://www.cfd-online.com/Forums/openfoam-news-announcements-other/129740-fluidyna-releases-culises-1-1-gpu-based-acceleration-openfoam.html  FluiDyna releases Culises 1.1 for GPU-based acceleration of OpenFOAM]
 
** Announcements: [http://www.cfd-online.com/Forums/openfoam-news-announcements-other/129740-fluidyna-releases-culises-1-1-gpu-based-acceleration-openfoam.html  FluiDyna releases Culises 1.1 for GPU-based acceleration of OpenFOAM]
 
** '''Note''': There is no entry page (18:26, 17 June 2018 (CEST)) to the public, therefore it's possible that this has been discontinued.
 
** '''Note''': There is no entry page (18:26, 17 June 2018 (CEST)) to the public, therefore it's possible that this has been discontinued.
 
* [http://aws.amazon.com/marketplace/pp/B074CH3SBH TurboCFD] by [http://guthrie.scot Guthrie]
 
** {{versionInfo}}{{version2.3.1}}
 
** Precision: Double-Precision
 
** TurboCFD runs on the Amazon Cloud on GPU supported instances
 
** '''Note''': Currently (18:26, 17 June 2018 (CEST)) not available.
 
  
 
[[Category:OpenFOAM on GPGPU]]
 
[[Category:OpenFOAM on GPGPU]]

Latest revision as of 17:33, 3 August 2019

This page aims to compile a list of solutions on using General Purpose Graphical Processing Units for OpenFOAM (GPGPU at Wikipedia).

1 Open Source

This list includes those that have commercial support, but all have the source code licensed under an OSI approved license.

  • rocALUTION and rocSPARSE
    • These two are essentially ports of PARALUTION for AMD's ROCm solutions. More details are provided here.
    • There is no clear indication of how to use it with OpenFOAM, but it should be possible to use PARALUTION's plugin mechanism.
  • RapidCFD
    • Valid versions: OF Version 231.png
    • Precision: Double-precision


2 Closed Source

The ones on this list are mostly composed of source code that is not available to their client. Usually this means that the binaries that work with the GPU act as a server (data transacted over files or similar) and are therefore not directly linked to OpenFOAM.