theta_grid test fails on Archer with Cray

Issue #45 resolved
Joseph Parker created an issue

The theta grid test fails for the Cray compiler on Archer.

ftn -s real64  -h noomp  -O3 -hfp3 -h vector3 -I. -Iutils -Igeo -I..          -I/work/e281/e281/parkerj/gs2/gs2-tests -c test_theta_grid.f90

-3.1415926535897931, -2.8827148489924079, -2.7120640703968331, -2.5432795318489498, -2.3763612333487485, -2.2148097694458473, -2.0566196070473417, -1.7546520118826869, -1.5421544960032674, -1.3420559295667975, -1.2153904787223748, -0.97710640350058209, -0.75477234536564630, -0.54608294340766139, -0.34442491789431751, -0.14683228611620341, 0.0000000000000000, 0.14683228611619459, 0.34442491789432061, 0.54608294340766295, 0.75477234536564630, 0.97710640350058231, 1.2153904787223768, 1.3420559295667989, 1.5421544960032698, 1.7546520118826845, 2.0566196070473404, 2.2148097694458486, 2.3763612333487485, 2.5432795318489498, 2.7120640703968326, 2.8827148489923973, 3.1415926535897931, &

                                                        ^                                                                                                                                                                                                                                                                                                                                                   
ftn-1725 crayftn: ERROR MILLER_RESULT, File = test_theta_grid.f90, Line = 383, Column = 256
  Unexpected syntax while parsing the assignment statement : "]" was expected but found "EOS".

                                                         ^                                                                                                                                                                                                                                                                                                                                                   
ftn-1725 crayftn: ERROR MILLER_RESULT, File = test_theta_grid.f90, Line = 383, Column = 256
  Unexpected syntax while parsing the assignment statement : ", or )" was expected but found "EOS".

0.0000000000000000, &
^
ftn-69 crayftn: ERROR MILLER_RESULT, File = test_theta_grid.f90, Line = 385, Column = 1
  A label must have at least one nonzero digit.
 ^
ftn-100 crayftn: ERROR MILLER_RESULT, File = test_theta_grid.f90, Line = 385, Column = 2
  This statement must begin with a label, a keyword, or an identifier.

Comments (2)

  1. Log in to comment