The compilation takes some time. It should be possible to reduce that time by using parallel make (make -j 4) by almost a factor of 4. But should we also consider parallelising the compilation across the model versions?
I am also wondering, if when we will run both the fluxsite tests and spatial tests, we should consider doing all the compilations at once in parallel: all code versions and serial and MPI compilations. We could have 2 copies of the source code, one for serial compilation and one for MPI?
The compilation takes some time. It should be possible to reduce that time by using parallel make (
make -j 4) by almost a factor of 4. But should we also consider parallelising the compilation across the model versions?I am also wondering, if when we will run both the fluxsite tests and spatial tests, we should consider doing all the compilations at once in parallel: all code versions and serial and MPI compilations. We could have 2 copies of the source code, one for serial compilation and one for MPI?