Re: [CMake] fortran modules and parallel builds

2015-02-25 Thread Brad King
On 02/25/2015 01:58 PM, Zaak Beekman wrote: > When multiple executables or libraries depend on the same > fortran source file that contains a module, parallel (Makefile) > builds are failing for me because the .mod file is getting > moved/renamed/written by more than one process at a time. Is > the

[CMake] fortran modules and parallel builds

2015-02-25 Thread Zaak Beekman
When multiple executables or libraries depend on the same fortran source file that contains a module, parallel (Makefile) builds are failing for me because the .mod file is getting moved/renamed/written by more than one process at a time. Is there a way to have the same module containing sourcefile