aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorurbanjost <urbanjost@comcast.net>2020-12-04 08:50:48 -0500
committerGitHub <noreply@github.com>2020-12-04 08:50:48 -0500
commitee130ab59e3d052757b525aa114d71b6c7f70e0f (patch)
treef0e3241b21baeff1d6f15d6d322e91343ed70139
parent7b8d1dcf1ba8ad2ae7a0090bd07ebaf366145c82 (diff)
downloadfpm-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.f901
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 '