Re: Salford error on Win XP
From: Rpp (rpp2003_71_at_hotmail.com)
Date: 12/19/03
- Next message: Greg Lindahl: "Re: Benchmark codes - clarification and a question"
- Previous message: Richard Maine: "Re: g77 and DVF works fine but ifc causes a run-time error! Any ideas?"
- In reply to: Andrew Smith: "Re: Salford error on Win XP"
- Next in thread: Andrew Smith: "Re: Salford error on Win XP"
- Reply: Andrew Smith: "Re: Salford error on Win XP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 19 Dec 2003 19:05:53 GMT
"Andrew Smith" <andrew.smith@salfordsoftware.co.uk> wrote in message
news:brvbk1$8314m$1@ID-184438.news.uni-berlin.de...
> > "Herman D. Knoble" <SkipKnobleLESS@SPAMpsu.edu> wrote in message
> > news:v706uvoimb6eeh3qm85v471i3ck9q8scbl@4ax.com...
> > > Rpp: I cannot reproduce your problem using your source progrram
under
> > > Windows XP Pro using Salford FTN95 for Windows Version 4.0. My
> > > PC RAM size is 500MB; virtual memory is Windows XP allocated.
> > >
> > > Why are you still running v3.3?
> >
> > Because I bought the personal version and they don't seem to want to
give
> me
> > the upgrade without more money, which I have been reluctant to do. I
also
> > wonder if that explains the lack of reply to my tech support question.
> >
>
> Updates are available for FTN95 with a support contract and the full
version
> of the compiler. FTN95 personal edition is intended as a low-cost version
> of the compiler that we do not provide updates to.
>
> With that said, when did you send your query? - we have no record of a
> support incident with this problem.
A couple of days ago through
http://www.salford.co.uk/support/compilers/request.shtml> .
I appreciate that unlimitted updates for software shouldn't be expected
but version 4.00 was released very shortly after I spent a not insignificant
amount (IMO) for version 3.30. It was within a couple of months as I
recall.
I was a bit annoyed when I was told that I would have to pay to upgrade to a
version
that must have been very close to release when I bought mine.
That aside can you offer any suggestions on how to get version 3.30 to
allocate memory
on Win XP
Thanks
> --
> Andrew Smith
> Salford Software Ltd.
> email: support@salfordsoftware.co.uk
> web: http://www.salfordsoftware.co.uk
>
> >
> >
> > >
> > > Skip Knoble, Penn State
> > >
> > >
> > > On Fri, 19 Dec 2003 13:29:53 GMT, "Rpp" <rpp2003_71@hotmail.com>
wrote:
> > >
> > > -|The sample program below gives me
> > > -|
> > > -|"Salford run-time Library.
> > > -|This application has exhausted
> > > -|the available virtual memory
> > > -|Fatal run-time error"
> > > -|
> > > -|with Salford FTN95 v3.30 run
> > > -|as a console application on
> > > -|Windows XP.
> > > -|
> > > -|I assume this is probably due to some setting
> > > -|on my system although I wonder why the stat=
> > > -|wouldn't trap the error.
> > > -|
> > > -|I have yet to get any reply from Salford's tech support,
> > > -|perhaps someone here might have a suggestion.
> > > -|
> > > -|Thanks for any help.
> > > -|
> > > -|
> > > -|
> > > -|implicit none
> > > -|real,allocatable,dimension(:,:):: rdata
> > > -|integer:: npd=24
> > > -|integer:: ndata=2
> > > -|integer:: ios
> > > -|
> > > -|allocate(rdata(npd,ndata),stat=ios) ! crashes here
> > > -|
> > > -|if(ios==0)then
> > > -| print*, 'allocated OK'
> > > -| else
> > > -| print*, 'error'
> > > -|end if
> > > -|
> > > -|end
> > > -|
> > > -|
> > > -|
> > >
> > >
> > > Herman D. (Skip) Knoble, Research Associate
> > > (a computing professional for 38 years)
> > > Email: SkipKnobleLESS@SPAMpsu.edu
> > > Web: http://www.personal.psu.edu/hdk
> > > Penn State Information Technology Services
> > > Academic Services and Emerging Technologies
> > > Graduate Education and Research Services
> > > Penn State University
> > > 214C Computer Building
> > > University Park, PA 16802-21013
> > > Phone:+1 814 865-0818 Fax:+1 814 863-7049
> >
> >
>
>
- Next message: Greg Lindahl: "Re: Benchmark codes - clarification and a question"
- Previous message: Richard Maine: "Re: g77 and DVF works fine but ifc causes a run-time error! Any ideas?"
- In reply to: Andrew Smith: "Re: Salford error on Win XP"
- Next in thread: Andrew Smith: "Re: Salford error on Win XP"
- Reply: Andrew Smith: "Re: Salford error on Win XP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|