Resources for parallel computing

The following examples are from programs for evaluation of VARMA time-series likelihood that I wrote first in Matlab (~3500 lines) and am close to finishing translating into C (~7000 lines). ... int p, // in number of autoregressive terms ... (char *transa, char *transb, int m, int n, int k, double alpha, double a[], int lda, double b[], int ... ................
................