File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9090 run : |
9191 cd fortran/tests || exit 42
9292 $SEDI 's|::[[:space:]]*bign[[:space:]]*=.*$|:: bign = 200_IK|' test_bobyqa.f90
93- $SEDI 's|::[[:space:]]*bign[[:space:]]*=.*$|:: bign = 160_IK |' test_lincoa.f90
94- $SEDI 's|::[[:space:]]*NRAND_DFT[[:space:]]*=.*$|:: NRAND_DFT = 2 |g' testsuite/param.f90
93+ $SEDI 's|::[[:space:]]*bign[[:space:]]*=.*$|:: bign = 150_IK |' test_lincoa.f90
94+ $SEDI 's|::[[:space:]]*NRAND_DFT[[:space:]]*=.*$|:: NRAND_DFT = 1 |g' testsuite/param.f90
9595 cat test_bobyqa.f90 test_lincoa.f90 testsuite/param.f90
9696
9797 - name : Conduct the test
Original file line number Diff line number Diff line change @@ -533,7 +533,7 @@ ifeq ($(TESTDIM),small)
533533else
534534 IFORT := $(IFORT) -auto -heap-arrays
535535endif
536- IFORT := $(IFORT) -fimplicit-none # -standard-semantics -assume recursion
536+ IFORT := $(IFORT) -fimplicit-none -standard-semantics -assume recursion
537537ifeq ($(OSTYPE),LINUX)
538538 IFORT := $(IFORT) -Wl,-z,noexecstack
539539endif
@@ -718,7 +718,7 @@ ifeq ($(TESTDIM),small)
718718else
719719 XFORT := $(XFORT) -auto -heap-arrays
720720endif
721- XFORT := $(XFORT) -fimplicit-none # -standard-semantics -assume recursion
721+ XFORT := $(XFORT) -fimplicit-none -standard-semantics -assume recursion
722722ifeq ($(OSTYPE),LINUX)
723723 XFORT := $(XFORT) -Wl,-z,noexecstack
724724endif
You can’t perform that action at this time.
0 commit comments