Wednesday, July 02, 2008

No cpu_time() function in f77 of sun studio.

The est_noise6ac.f program failed to compile with f77 compiler of Sun Studio 12. It prints an error saying something about a missing function "cpu_time()" which may be a f90/gcc function. This program was finally compiled with f90 of Sun Studio 12, with the sun performance library (-xlic_lib=sunperf).

The est_noise program took about 1700+MB ram when running.

No comments: