C and GCC

1) gcc -O2 -lgsl -lgslcblas gibbs.c -o gibbs

-O2 (capital O and 2) optimization to GCC

-l library options

2) time ./gibbs > data.tab

command to time process

3) Tutorials by Prof. Rajiv Dharaskar