Author |
Message |
Topic: Which Visual Studio for Intel Visual Fortran should be used? |
khoshravan
Replies: 2
Views: 7446
|
Forum: General Posted: Sun Dec 23, 2012 8:36 pm Subject: Which Visual Studio for Intel Visual Fortran should be used? |
Although this question is not related to SilverSoft products but it is about fortran and I hope somebody will help me.
I got Intel Visual Fortran 2013.
I don't hae Visual Studio.
There are few ... |
Topic: Is it possible to compare two codes inside Fortran 95 Silver |
khoshravan
Replies: 7
Views: 9985
|
Forum: General Posted: Sun Dec 23, 2012 9:44 am Subject: Re: |
Total commander is a Swiss Army knife for file handling
I couldn't understand the meaning of your sentence. |
Topic: The first argument (A) to intrinsic DABS must be of REAL? |
khoshravan
Replies: 10
Views: 17368
|
Forum: Support Posted: Fri Dec 21, 2012 6:31 pm Subject: Re: |
Dear Ian
I faced an error sending a pm to you. Also another error occurred while sending reply to your post. But apparently has been sent despite getting error as I can see it in the list. It is a ... |
Topic: The first argument (A) to intrinsic DABS must be of REAL? |
khoshravan
Replies: 10
Views: 17368
|
Forum: Support Posted: Fri Dec 21, 2012 6:30 pm Subject: Re: |
[quote="IanLambley"]The IMPLICIT type of statement would need to be in each program segment where it is to apply. This type of statement, generally needs to be the first statement in the pr ... |
Topic: FORTRAN ERROR |
khoshravan
Replies: 2
Views: 5485
|
Forum: Support Posted: Fri Dec 21, 2012 11:07 am Subject: Re: FORTRAN ERROR |
Hi
"Access violation"
Anyone seen this error?
It occurs when trying to call subroutine:
http://www.imagetoo.com/images/1214201290.jpg
I have no idea what is the answer to this qu ... |
Topic: The first argument (A) to intrinsic DABS must be of REAL? |
khoshravan
Replies: 10
Views: 17368
|
Forum: Support Posted: Fri Dec 21, 2012 10:58 am Subject: Re: |
Thanks David (I said I could never remember). Certainly, if ever one assigns intermediate results to variables, you get the precision of the variable, not of the calculation ...
Not remembering the ... |
Topic: Is it possible to compare two codes inside Fortran 95 Silver |
khoshravan
Replies: 7
Views: 9985
|
Forum: General Posted: Fri Dec 21, 2012 10:37 am Subject: Re: |
ExamDiff Pro is a very good tool. Look here:
www.prestosoft.com/examdiff
Detlef Pannhorst
Thanks. It helped a lot. |
Topic: Is it possible to compare two codes inside Fortran 95 Silver |
khoshravan
Replies: 7
Views: 9985
|
Forum: General Posted: Fri Dec 21, 2012 10:02 am Subject: Is it possible to compare two codes inside Fortran 95 Silver |
Is it possible to compare two codes inside Fortran 95 SilverSoft to see the differences?
I had a code. I colleague of mine has made some modifications and sent back to me. Now I want to know which pa ... |
Topic: The first argument (A) to intrinsic DABS must be of REAL? |
khoshravan
Replies: 10
Views: 17368
|
Forum: Support Posted: Fri Dec 14, 2012 5:05 pm Subject: Re: |
[quote="IanLambley"]The generic function is "ABS()", whereas "DABS" is expecting a double precision/real*8 variable.
The following would work:[code]
REAL*8 DIXR, ... |
Topic: HOw to make a flowchart of a code form the text of the code |
khoshravan
Replies: 11
Views: 13685
|
Forum: Support Posted: Fri Dec 14, 2012 5:05 pm Subject: Re: |
It isn't clear to me what you mean by huge. 500, 1000, 10,000 lines? How many subroutines? Is it easy-to-read fortran, or the sort of incomprehensible rubbish that used to be written by PhD students ... |
Topic: The first argument (A) to intrinsic DABS must be of REAL? |
khoshravan
Replies: 10
Views: 17368
|
Forum: Support Posted: Fri Dec 14, 2012 5:03 pm Subject: Re: |
The generic function is "ABS()", whereas "DABS" is expecting a double precision/real*8 variable.
The following would work:
REAL*8 DIXR, DIXL
DIX(I) = DABS ... |
Topic: HOw to make a flowchart of a code form the text of the code |
khoshravan
Replies: 11
Views: 13685
|
Forum: Support Posted: Fri Dec 14, 2012 4:57 pm Subject: Re: |
It isn't clear to me what you mean by huge. 500, 1000, 10,000 lines? How many subroutines? Is it easy-to-read fortran, or the sort of incomprehensible rubbish that used to be written by PhD students ... |
Topic: HOw to make a flowchart of a code form the text of the code |
khoshravan
Replies: 11
Views: 13685
|
Forum: Support Posted: Fri Dec 14, 2012 4:56 pm Subject: Re: |
It isn't clear to me what you mean by huge. 500, 1000, 10,000 lines? How many subroutines? Is it easy-to-read fortran, or the sort of incomprehensible rubbish that used to be written by PhD students ... |
Topic: HOw to make a flowchart of a code form the text of the code |
khoshravan
Replies: 11
Views: 13685
|
Forum: Support Posted: Fri Dec 14, 2012 4:55 pm Subject: Re: |
Well, it is more elaborate than the FTN95 listing. Also it is free. (2 of your requests)
What it does is the sort of thing I used to do on a listing printout years ago, which is to indicate the &qu ... |
Topic: HOw to make a flowchart of a code form the text of the code |
khoshravan
Replies: 11
Views: 13685
|
Forum: Support Posted: Fri Dec 14, 2012 10:20 am Subject: Re: |
http://www.fortran.com/diagram.html
Eddie
Could you please explain about this site.
I couldn't understand if it is a program in FORTRAN doing what I want or is it something else? |
|