Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do benchmarks combine C and Fortran sources?

benchmarks FORTRAN sources
0
Posted

How do benchmarks combine C and Fortran sources?

0

In the combined-language benchmarks, most of the C files are used to implement I/O and memory-allocation utilities, or specific mathematical calculations like FFT, Bessel functions, or random number generation. But fundamental pieces of 115.fds4, 127.wrf2, 128.GAPgeofem, and 130.socorro are also written in C. In 121.pop2, the C code is limited to the netcdf library, which is also used in 127.wrf2.

0

In the combined-language benchmarks, most of the C files are used to implement I/O and memory-allocation utilities, or specific mathematical calculations like FFT, Bessel functions, or random number generation. But fundamental pieces of 115.fds4, 127.wrf2, 128.GAPgeofem, and 130.socorro are also written in C. In 121.pop2, the C code is limited to the netcdf library, which is also used in 127.wrf2. How the source files are compiled and linked is described below.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123