Re: Need some HELP!! In a pre-version fortran codes
- From: Tim Prince <timothyprince@xxxxxxxxxxxxx>
- Date: Mon, 23 Jul 2007 13:39:36 GMT
nealleehit@xxxxxxxxx wrote:
Thank you, FJ, glen, Tim Prince.You can get pre-built copies of gfortran at gfortran wiki, or build it (using gcc) from the gnu source code mirrors.
i think that is the answer, well, i know this is a Cray pointer/blank
common technique,
but how can i use some compiler which supports this feature, and i
could understand these codes step by step??
You already found that Intel (and other commercial compilers) support Cray pointers, one way or another. Ifort supports Cray pointer by default, but turns off loop optimizations unless you set the safe-cray-ptr option.
I've used Fortran since before Cray pointers were invented. Even now that they are obsolete, I keep running into ways of using them which I hadn't seen before. They aren't well suited to easy understanding. The presence of the safe-cray-ptr option in one compiler should tell you that they aren't always used correctly, and the compiler can't diagnose problems.
.
- Follow-Ups:
- References:
- Need some HELP!! In a pre-version fortran codes
- From: nealleehit
- Re: Need some HELP!! In a pre-version fortran codes
- From: Tim Prince
- Re: Need some HELP!! In a pre-version fortran codes
- From: nealleehit
- Need some HELP!! In a pre-version fortran codes
- Prev by Date: RE: Fortran 77 - Is their something special about subroutines
- Next by Date: Fortran 77 - Is their something special about subroutines
- Previous by thread: Re: Need some HELP!! In a pre-version fortran codes
- Next by thread: Re: Need some HELP!! In a pre-version fortran codes
- Index(es):
Relevant Pages
|