oneTBB
oneTBB copied to clipboard
oneTBB compilation takes forever
Hi,
I'm trying to install a previous version of oneTBB
, specifically 2018_U5
.
I used the following steps:
cd ~
mkdir tbbsrc
cd tbbsrc/
wget https://github.com/01org/tbb/archive/2018_U5.tar.gz
tar xvzf 2018_U5.tar.gz
cd oneTBB-2018_U5/
make all
However, after 1h of make
, a small window started rendering some balls, and it took more than 20 hours and still going, it appears that this because of the command ./tachyon.tbb dat/balls.dat
.
Is this normal? how to correct this?
Thank you in advance!