Dear Professor.
Something wrong happens when I follow this post.
After
export NNT_USE_SPARSKIT2=1
and change the zone.xml, when I type
make all_network
it comes the error information below
make: *** No rule to make target ../../vendor/SPARSKIT2/BLASSM/blassm.f', needed by../../vendor/SPARSKIT2/BLASSM/blassm.o'.
Do you know why?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Moved from here:
Dear Professor.
Something wrong happens when I follow this post.
After
export NNT_USE_SPARSKIT2=1
and change the zone.xml, when I type
make all_network
it comes the error information below
make: *** No rule to make target ../../vendor/SPARSKIT2/BLASSM/blassm.f', needed by../../vendor/SPARSKIT2/BLASSM/blassm.o'.
Do you know why?
Thanks for your post. It seems your compilation did not correctly download SPARSKIT2. The simplest thing to do is to type (in examples/network)
./examples_make
That should automatically clean and re-download libraries as needed. Equivalently, you could type
make clean_all
make all_network
Using examples_make does the same steps, however, and is simpler to remember. Let me know if you still have trouble. Best wishes.