diff options
author | urbanjost <urbanjost@comcast.net> | 2020-12-04 08:50:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-04 08:50:48 -0500 |
commit | ee130ab59e3d052757b525aa114d71b6c7f70e0f (patch) | |
tree | f0e3241b21baeff1d6f15d6d322e91343ed70139 | |
parent | 7b8d1dcf1ba8ad2ae7a0090bd07ebaf366145c82 (diff) | |
download | fpm-ee130ab59e3d052757b525aa114d71b6c7f70e0f.tar.gz fpm-ee130ab59e3d052757b525aa114d71b6c7f70e0f.zip |
Update fpm/src/fpm_compiler.f90
Co-authored-by: Laurence Kedward <laurence.kedward@bristol.ac.uk>
-rw-r--r-- | fpm/src/fpm_compiler.f90 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fpm/src/fpm_compiler.f90 b/fpm/src/fpm_compiler.f90 index 2dd520f..ffdb80c 100644 --- a/fpm/src/fpm_compiler.f90 +++ b/fpm/src/fpm_compiler.f90 @@ -52,6 +52,7 @@ character(len=:),allocatable :: module_path_switch & -fmax-errors=1& & -ffast-math& & -funroll-loops& + & -fcoarray=single& &' case('debug_gfortran') module_path_switch='-J ' |