On Oct 27, 5:54 pm, Terence <
tbwri...@cantv.net> wrote:
> On Oct 21, 7:55 am, Manny <
mgim...@gmail.com> wrote:
>
> > Well, it's been a while since I've coded in FORTRAN. I have a project
> > FORTRAN group got netjacked.
>
> Yes. One page of spam for every one honest entry. (Sigh) :o(>=
At work where I really need to use a web interface I've given up on
reading CLF via google groups. At home I have set my newsreader to
deal with "eternal-september"'s feed. Fortunately my ISP does not
block the port I need.
> I suggest you look into the use of the nVidia graphics chip and the
> free Cuda Fortran compiler that comes with it.
> You can then forget about the usual computer chip and its speed as
> this graphics chip is thousands of times faster than any commercial
> CPU for a home or business computer (it has to be for real time high
> speed graphics). The latest news is that the newest chip has doubled
> the normal and compleax float point precisions.
> Your code then runs on the graphics chip and not the CPU chip
Most of this is beyond me. I undestand the 8 bit chips where
minimizing the instruction count does most of the job. I don't know
anything about SSE or OMP or MPI or co-arrays or the proper switch
options for g95, let alone dealing with cache, out of order execution
and partial register stalls.......
Optimizing 8088/8086 or '386 .... forget it!
--- e