Skip to content

deepflame-ai/libGPSODE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPSODE

INTRODUCTION

An computational combustion software package accelerated by GPU, which uses seulex method to solve ordinary differential equations of chemical reactions.

USAGE

Download the folder of the corresponding version based on your current environment

Pull and install dependencies

git submodule init
git submodule update --recursive
  • build yaml-cpp

set the environment

export LD_LIBRARY_PATH=/yourpath/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/yourpath/yaml-cpp/build:$LD_LIBRARY_PATH

activation environment and build

conda env create -f gpsode_conda.yaml
conda activate opencc
source bashrc_com
make clean
make

TEST AND RUNNING

python3 gpsode_main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published