FORTRAN ETIME subroutine on AIX4.3/xlf5.1 
Author Message
 FORTRAN ETIME subroutine on AIX4.3/xlf5.1

I need the fortran ETIME subroutine (used for testing LAPACK)
on AIX4.3/xlf5.1.

Thanks for all

--
/\/\/\/\/\-- Speaking for myself, not my employer --/\/\/\/\/\
Paul LE TEXIER
CEA/CESTA

33114 Le Barp Cedex            Tel  : +33 (0) 556 68 49 53
France
\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/



Wed, 18 Jun 1902 08:00:00 GMT  
 FORTRAN ETIME subroutine on AIX4.3/xlf5.1


Quote:
>    ?

>    I need the FORTRAN ETIME subroutine (used for testing LAPACK)
>    on AIX4.3/xlf5.1.

Try appending an underscore (etime_).  It seems to work here (albeit
with slightly different versions)
--

Polyhedron Software Ltd.        
Programs for Programmers - QA, Compilers, Graphics

************ Visit our Web site on http://www.polyhedron.co.uk/ ************



Wed, 18 Jun 1902 08:00:00 GMT  
 FORTRAN ETIME subroutine on AIX4.3/xlf5.1


the FORTRAN ETIME subroutine (used for testing LAPACK) on >AIX4.3/xlf5.1.

I use the following routine for AIX timing:

 real function second()
c    returns CPU seconds under AIX
      integer mclock
      second = mclock()/100.
      return
      end

Ignacy Misztal

Department of Animal and Dairy Science,
354 Animal Science Complex, University Of Georgia,
Athens, GA 30602, USA

tel. (706) 542-0951, fax: (706) 583-0274
anonymous ftp: num.ads.uga.edu,    http://nce.ads.uga.edu/~ignacy



Wed, 18 Jun 1902 08:00:00 GMT  
 FORTRAN ETIME subroutine on AIX4.3/xlf5.1

Quote:



> >    I need the FORTRAN ETIME subroutine (used for testing LAPACK)
> >    on AIX4.3/xlf5.1.
> Try appending an underscore (etime_).  It seems to work here (albeit
> with slightly different versions)

That's basically the correct answer, but... if you don't want to
maintain a separate version of your source code just for AIX, you
can add

        -brename:.etime,.etime_

to your link-time options.



Wed, 18 Jun 1902 08:00:00 GMT  
 FORTRAN ETIME subroutine on AIX4.3/xlf5.1


Wed, 18 Jun 1902 08:00:00 GMT  
 FORTRAN ETIME subroutine on AIX4.3/xlf5.1

Quote:



> the FORTRAN ETIME subroutine (used for testing LAPACK) on >AIX4.3/xlf5.1.

> I use the following routine for AIX timing:

>  real function second()
> c    returns CPU seconds under AIX
>       integer mclock
>       second = mclock()/100.
>       return
>       end

> Ignacy Misztal

> Department of Animal and Dairy Science,
> 354 Animal Science Complex, University Of Georgia,
> Athens, GA 30602, USA

> tel. (706) 542-0951, fax: (706) 583-0274
> anonymous ftp: num.ads.uga.edu,    http://nce.ads.uga.edu/~ignacy

The LAPACK function DSECND also use ETIME.

Do you have DSECND for AIX / xlf ?

Thanks.
                                     PLT

--
/\/\/\/\/\-- Speaking for myself, not my employer --/\/\/\/\/\
Paul LE TEXIER
CEA/CESTA

33114 Le Barp Cedex            Tel  : +33 (0) 556 68 49 53
France
\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/



Wed, 18 Jun 1902 08:00:00 GMT  
 
 [ 6 post ] 

 Relevant Pages 

1. LAPACK] DSECND function on AIX4.3/xlf5.1

2. Passing logical variables from Fortran subroutine to C subroutine

3. Open Watcom Fortran: ETIME, FDATE, FLUSH, GETENV

4. getarg/sleep/etime for Visual Fortran

5. DTIME() and ETIME() for MS FORTRAN

6. dtime, etime and itime in RS6000 fortran

7. Fortran subroutine to run in ADAMS/Solver FORTRAN

8. Help: how to call a c subroutine in a fortran program

9. Fortran subroutine interfacing with MS-C call

10. Can you speed up my Fortran subroutine?

11. How do you call FORTRAN subroutines?

12. Calling IMSL Subroutines in Digital Visual Fortran

 

 
Powered by phpBB® Forum Software