In your favorite directory,
$ mkdir cs378
$ cd cs378
You can find the setup instructions also here.
$ git clone https://github.com/flame/blis.git)
$ cd blis
$ git checkout pfhp
$ ./configure -t openmp -p ~/blis auto
$ make -j8
$ make check -j8
$ make install
$ cd ..
$ git clone https://github.com/utcs378-pfcp/cs378pfcp-loopordering.git
$ cd cs378pfcp-loopordering
$ make IJP
Edit Dots.c
Edit Gemv_I_Dots.c
$ make I_Dots
Edit Axpy.c
Edit Gemv_J_Axpy.c
$ make J_Axpy
Edit Ger_J_Axpy.c
$ make Ger_J_Axpy
Edit Ger_I_Axpy.c`
$ make Ger_I_Axpy