Author |
Message |
Topic: FTN95 Error with PAD in OPEN |
JvO
Replies: 1
Views: 6543
|
Forum: Support Posted: Sun Oct 30, 2005 9:29 am Subject: FTN95 Error with PAD in OPEN |
The following program gives incorrect result:
!
[JvO] |
Topic: Using Salford Plato3 - How to include run name |
JvO
Replies: 2
Views: 7778
|
Forum: Support Posted: Wed Oct 05, 2005 8:05 am Subject: Using Salford Plato3 - How to include run name |
Jennifer wrote:If I run my program using the command line I would type: 'program (which is the .exe)' 'run name (test for example)'
Then the program uses the string 'text' to ... |
Topic: Problem In outputting the datas on a file |
JvO
Replies: 2
Views: 8450
|
Forum: Support Posted: Thu Sep 15, 2005 5:32 am Subject: Problem In outputting the datas on a file |
supramaniam karuppiah wrote:Question is how do I go about retrieving the data on the file. Is there a way to prompt the screen
slowly so that I see the datas manageably.
This may be achieved by p ... |
Topic: Problem In outputting the datas on a file |
JvO
Replies: 2
Views: 8450
|
Forum: Support Posted: Thu Sep 15, 2005 5:23 am Subject: Problem In outputting the datas on a file |
Except for the old-fashioned Fortran 66, especially Hollerith, your routine seems allright.
I modernized it a bit and ran the following program, which does produce the
output file.
BTW, Hollerith ... |
Topic: missing width count for 'E' descriptor |
JvO
Replies: 1
Views: 8257
|
Forum: Support Posted: Thu Sep 15, 2005 4:48 am Subject: missing width count for 'E' descriptor |
May I suggest that you start reading a manual about Fortran )
The form of the E descriptor is (in its simple form) Ew.d
where w is the total field width and d the number of digits required.
w ... |
Topic: Run time error |
JvO
Replies: 2
Views: 8442
|
Forum: Support Posted: Wed Sep 14, 2005 10:19 am Subject: Run time error |
I don't have enough information to say for sure, but
I guess that the mentioned error occurred in subroutine SFREQ .
A ** B is not defined when A == 0 and B <= 0 !! Like division by Z ... |
Topic: Error 94 -Run time error |
JvO
Replies: 2
Views: 10283
|
Forum: Support Posted: Wed Sep 14, 2005 10:12 am Subject: Error 94 -Run time error |
This program works fine, as expected, with me.
Though I would prefer using unit number 11 instaed of 1.
[pre]
! Supr.f95
program Supramaniam
IMPLICIT NONE
CHARACTER(len=16) :: d ... |
Topic: FTN95: Error with FORALL |
JvO
Replies: 3
Views: 9063
|
Forum: Support Posted: Mon Sep 12, 2005 8:26 am Subject: FTN95: Error with FORALL |
Another program showing incorrect FORALL (or maybe COUNT ?)
I signalled this already in 2004, but not yet repaired.
!
[JvO] |
Topic: FTN95: Error with FORALL |
JvO
Replies: 3
Views: 9063
|
Forum: Support Posted: Sun Sep 11, 2005 8:03 am Subject: FTN95: Error with FORALL |
The following program produces incorrect output:
!
[JvO]
|
Topic: FTN95: Strange Error message |
JvO
Replies: 3
Views: 8826
|
Forum: Support Posted: Thu Sep 01, 2005 7:43 am Subject: FTN95: Strange Error message |
The following program produces incorrect error message.
IMO the error is not with 'Z', but with 'C'
!
! D:FortranTestSalford>ftn95 /check mvbits
! [FTN95/Win32 Ver. 4.8.0 ... |
Topic: FTN95: Spurious warning |
JvO
Replies: 2
Views: 7896
|
Forum: Support Posted: Thu Sep 01, 2005 4:49 am Subject: FTN95: Spurious warning |
The following program gives a non-justified compilation warning:
! [JvO] 2005-09-01 Dattim.f95
subroutine dattim(t)
implicit NONE
integer, optional, intent(OUT) :: ... |
Topic: FTN95 Error with internal procedure |
JvO
Replies: 4
Views: 10520
|
Forum: Support Posted: Wed Aug 24, 2005 6:19 am Subject: FTN95 Error with internal procedure |
Now that the bug is fixed, when will the downloadable program be updated ?
[JvO]
write(*,*)transfer((/778985834,1869504886,1702130543,1785296754 &
&,1635205227,1868849518,18191601 ... |
Topic: simple reading of a derived type |
JvO
Replies: 8
Views: 13793
|
Forum: Support Posted: Thu Aug 18, 2005 10:10 am Subject: simple reading of a derived type |
I experimened with your program and found that the problem
is with the list directed output and input of CHARACTER values.
[pre]
character(len=5) :: a = "12345", b = "abcde"
... |
Topic: FTN95 Error with internal procedure |
JvO
Replies: 4
Views: 10520
|
Forum: Support Posted: Thu Aug 18, 2005 9:20 am Subject: FTN95 Error with internal procedure |
The following program, looks quite legal to me,
gives error message : duplicate name.
! Koenig.f95
module M1
INTEGER, public :: p
public :: AA
private :: BB
CONTAINS
subr ... |
Topic: copmiler warning message |
JvO
Replies: 4
Views: 9517
|
Forum: Support Posted: Thu Aug 18, 2005 9:04 am Subject: copmiler warning message |
IMHO the warning is not correct.
I tryed the program with an older version (4.0.189) of FTN95
This gave no messages.
Comments from vendor ?
write(*,*)transfer((/778985834,1869504886,1 ... |
|