I am trying to create a parallel application in C++ and I chose to use the Intel Cilk-Plus Libraries for this reason.
My problem is just that I am still trying to download the extension for g++ and compile it on my machine, but this thing is taking ages. As explained in the Intel Cilk Library installation doc, I am trying to get the compiler sources to compile them. I am actually trying to go for the GCC 4.9 release.
Trying SVN...
I did try using svn
but this is very slow and many times the program fails and forces me to restart from where it broke.
Trying GIT...
When I try git it is even worse. The command executes but the program fails telling me that there is ome broken stuff on server side... Guess their git repository is not well-formed.
Bruteforse: WGET
So I decided to cut the head to the chicken and have a direct recursive download using wget
:
wget -r -l 0 -np --erobots=off http://gcc.gnu.org/svn/gcc/branches/cilkplus/
It has been downloading since yesterday... I there a damn tarball to download or I really need to download using wget
without any progress info? Thankyou