Skip to content

josephjohnjj/ttg-parsec-migration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ttg-parsec-migration

parsec

cd parsec

git checkout ttg_migrate

mkdir build

mkdir build/install

cd parsec/build

../configure --prefix='path to install directory"

make install

ttg

cd ttg

git checkout debug

mkdir build

mkdir build/install

cd build

cmake .. -DPaRSEC_ROOT_DIR="path to parsec install directory" -DCMAKE_INSTALL_PREFIX="path to ttg install directory" -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=g++ -DCMAKE_C_COMPILER=gcc

make

About

task migration in ttg

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published