Skip to content

ISTEQ-BV/OpenFOAM_Workshop_2023_Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenFOAM_Workshop_2023_Demo

Demo code accompanying the talk "Implementing memory locality optimizations in OpenFOAM based code" by Ilya Popov and Dmitry Astakhov, ISTEQ BV, 2023

This is demo not suitable for real world use yet.

Installation

  1. Clone code repository

     git clone https://github.com/ISTEQ-BV/OpenFOAM_Workshop_2023_Demo.git
     cd OpenFOAM_Workshop_2023_Demo
    
  2. Checkout git submodules

     git submodule update --init
    
  3. Activate your OpenFOAM environment

     . ~/OpenFOAM/OpenFOAM-v2212/etc/bashrc
    
  4. Compile code

     cd src
     wmake
     cd ../
    
  5. Run the nechmark in the test case directory

     cd test_case
     ./run.sh
    

About

Demo code accompanying the talk "Implementing memory locality optimizations in OpenFOAM based code"

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published