Ubuntu – How to make an OpenMP parallel code to run serially by default?
I have a parallel code with OpenMP which is a mix of Fortran, C and R. The Fortran and C are the back-end or solver of the code (it's a computational code) and the R part is just an interface…