Skip to content

nnagyd/Parallel-DDE-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parallel DDE Solver

Parallel Delay Differential Equation solver on CPU using AVX Vector instructions, based on VCL library.

Requirements

  • C++14 or C++17 compiler
  • VCL library version 2

Performance

  • Faster than most other codes

  • Using AVX instruction set and built-in loop unrolling

Performance on the delayed logistic equation

alt text

Performance on the delayed Lorenz equation

alt text

About

Parallel DDE Solver using AVX vector instructions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published