Skip to content

A project for simulating the heat equation using popular tools and libraries

Notifications You must be signed in to change notification settings

pa-rcls/HeatSimulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HeatSimulation

A project for simulating the heat equation using popular tools and libraries

Installing the project

build PDI

cmake -DCMAKE_INSTALL_PREFIX=$PWD/../../install_pdi -DUSE_HDF5=EMBEDDED -DBUILD_HDF5_PARALLEL=ON  -DUSE_yaml=EMBEDDED -DUSE_paraconf=EMBEDDED -DBUILD_SHARED_LIBS=ON -DBUILD_FORTRAN=OFF -DBUILD_BENCHMARKING=OFF -DBUILD_SET_VALUE_PLUGIN=OFF -DBUILD_TESTING=OFF -DBUILD_DECL_NETCDF_PLUGIN=OFF -DBUILD_USER_CODE_PLUGIN=ON ..
make -j 8
make install
source $PWD/../install_pdi/share/pdi/env.sh

About

A project for simulating the heat equation using popular tools and libraries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published