Date: Wed, 11 Sep 2002 16:14:31 -0700 (PDT) From: To: cs524@rohan.sdsu.edu Subject: Found it - F90 needs to explicit link with dtime's F77 library Hello CS 575 students, towards the end of lab today, i did discover why fsample was not producing timing values of use. the library where dtime resides is -lF77 and so the compile and link command needed to set up the fsample example is f90 -o fsample fsample.f -lm -lF77 just like the c code sample needed. i look forward to seeing you during my office hours - MW 1-2:30 BAM223 and in lecture on Monday kris stewart