Reply To: GSL – GNU Scientific Library
Due to recent bot attacks we have changed the sign-up process. If you want to participate in our forum, first register on this website and then send a message via our contact form.
› Forums › OpenLB › General Topics › GSL – GNU Scientific Library › Reply To: GSL – GNU Scientific Library
October 23, 2020 at 11:21 am
#5247
stephan
Moderator
PPS: GSL typically requires an additional algebra subroutine library. Hence the final compiler command (if the library is linked to the default path) in your Makefile should end with
... -lgsl - lgslcblas -lm -lz -o $@.
