Skip to content

Should we parallelise the compilations across the versions? #130

@ccarouge

Description

@ccarouge

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions