diff options
author | Laurence Kedward <laurence.kedward@bristol.ac.uk> | 2020-12-12 10:50:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-12 10:50:58 +0000 |
commit | e0beb50308af42141f7c333864016ea4c7ea290b (patch) | |
tree | aac094ed5144f27d7ff4daaab57e193a598ae433 | |
parent | 6e6e6b52a464b873ecaddbdc094cf6344c85f97a (diff) | |
parent | 3ede991a038c283445ead8554f6cd533605a84ae (diff) | |
download | fpm-e0beb50308af42141f7c333864016ea4c7ea290b.tar.gz fpm-e0beb50308af42141f7c333864016ea4c7ea290b.zip |
Merge pull request #300 from urbanjost/nocoarray
Remove -coarray=single option from ifort compiler default options
-rw-r--r-- | fpm/src/fpm_compiler.f90 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fpm/src/fpm_compiler.f90 b/fpm/src/fpm_compiler.f90 index 6336e4e..0265985 100644 --- a/fpm/src/fpm_compiler.f90 +++ b/fpm/src/fpm_compiler.f90 @@ -141,7 +141,6 @@ character(len=:),allocatable :: mandatory ! flags required for fpm to function p & -fp-model precise& & -pc 64& & -align all& - & -coarray& & -error-limit 1& & -reentrancy threaded& & -nogen-interfaces& @@ -153,7 +152,6 @@ character(len=:),allocatable :: mandatory ! flags required for fpm to function p fflags = '& & -warn all& & -check:all:noarg_temp_created& - & -coarray& & -error-limit 1& & -O0& & -g& |