Linux workstation, MPI and QA tests


Click here for full thread
Forum Vet
Please set FC=ifort
Christoph
1) FC could be set either equal to ifort, gfortran or pgf90, I am not quite sure of the outcome of any other setting
2) Same story for CC. My suggestion is to avoid redefining CC, since a) we don't really have C source that is a computational bottleneck and b) we never test any C flavor other than the default gcc
3)
In other words, my recommendation is to compiler with
make FC=ifort
Once you have compiled a baseline, you might want to try fancier settings