Re: A program to measure flops in Perl (should it be this "off"?)
- From: fishfry <BLOCKSPAMfishfry@xxxxxxxxxxxxxxxx>
- Date: Tue, 30 Aug 2005 18:51:20 -0700
In article <1125433075.641083.64400@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
px1138@xxxxxxxxx wrote:
> I am in a grad level computer architecture class. Although it does not
> have any programming prereqs most of the students are CS (I am EE), so
> the first assignment was to write a little program to determine the
> amount of flops per second your computer runs at. It is suppose to be a
> short program, and apart from making sure you use a good timer and run
> for long enough to ensure accuracy it doesn't have to include any
> really big optimizations (i.e. making sure all the data fits in cache
> to minimize memory transfer, doing something like LINPACK and making
> sure your # ops >> # data, etc etc).
>
> My personal caveat is that I suck at C/C++, I wouldn't even know where
> to start.
Pardon me for asking ... I'm a bit of an old timer. How do you get to
grad school in computers without knowing a compiled language?
.
- Follow-Ups:
- Re: A program to measure flops in Perl (should it be this "off"?)
- From: John Bokma
- Re: A program to measure flops in Perl (should it be this "off"?)
- References:
- Prev by Date: Re: problem about the perl code. thanks for any comments
- Next by Date: Re: problem about the perl code. thanks for any comments
- Previous by thread: Re: A program to measure flops in Perl (should it be this "off"?)
- Next by thread: Re: A program to measure flops in Perl (should it be this "off"?)
- Index(es):