Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Fortran > internal file a...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 13 Topic 8534 of 8908
Post > Topic >>

internal file and namelist

by harper@[EMAIL PROTECTED] (John Harper) Jul 22, 2008 at 10:33 AM

Can an internal file be used for f2003 namelist I/O? The f95 standard 
9.2.2.2 prohibits it. If there is a corresponding prohibition in the 
f2003 standard I failed to find it. MR&C "Fortran 95/2003 Explained" 
9.10 mentions the f95 rule but chapters 19 and 20 say nothing about 
it having changed in f2003. G95 compiles and runs the test program 
below unless one uses the -std=f95 option, but Sun and Intel f95 and 
gfortran won't, not even if one uses their -f2003 or -std03 or 
-std=f2003 options. 

  character line*80
  namelist /stuff/ n
  n = 666
  write(line,nml=stuff)
  print *,trim(line)
  end

If internal namelist I/O is still forbidden in f2003, then g95 would 
seem to be allowing it as an extension. If internal namelist is OK in 
f2003 then it appears to be a feature not implemented yet by the other 
three compilers. None of the four claims to implement all of f2003 yet.

-- John Harper, School of Mathematics, Statistics and Computer Science, 
Victoria University, PO Box 600, Wellington 6140, New Zealand
e-mail john.harper@[EMAIL PROTECTED]
 phone (+64)(4)463 6780 fax (+64)(4)463 5045
 




 13 Posts in Topic:
internal file and namelist
harper@[EMAIL PROTECTED]   2008-07-22 10:33:15 
Re: internal file and namelist
glen herrmannsfeldt <g  2008-07-21 16:08:35 
Re: internal file and namelist
nospam@[EMAIL PROTECTED]   2008-07-21 16:38:15 
Re: internal file and namelist
Gary Scott <garylscott  2008-07-21 18:57:38 
Re: internal file and namelist
"James Van Buskirk&q  2008-07-21 19:02:28 
Re: internal file and namelist
nospam@[EMAIL PROTECTED]   2008-07-21 18:40:40 
Re: internal file and namelist
glen herrmannsfeldt <g  2008-07-21 19:16:29 
Re: internal file and namelist
Dick Hendrickson <dick  2008-07-22 15:28:17 
Re: internal file and namelist
nospam@[EMAIL PROTECTED]   2008-07-22 10:22:45 
Re: internal file and namelist
Dick Hendrickson <dick  2008-07-22 19:03:53 
Re: internal file and namelist
nospam@[EMAIL PROTECTED]   2008-07-22 13:58:26 
Re: internal file and namelist
"James Giles" &  2008-07-22 21:22:44 
Re: internal file and namelist
Dick Hendrickson <dick  2008-07-22 15:12:42 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Wed Nov 19 7:35:56 CST 2008.