We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b8d1dc commit ee130abCopy full SHA for ee130ab
fpm/src/fpm_compiler.f90
@@ -52,6 +52,7 @@ subroutine add_compile_flag_defaults(build_name,compiler,model)
52
& -fmax-errors=1&
53
& -ffast-math&
54
& -funroll-loops&
55
+ & -fcoarray=single&
56
&'
57
case('debug_gfortran')
58
module_path_switch='-J '
0 commit comments