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.

Is NAGWare f95 binary compatible with another vendors f77?

0
Posted

Is NAGWare f95 binary compatible with another vendors f77?

0

Top] NAGWare f95 has limited binary compatibility with these Fortran 77 compilers: • HP f77 (only when -f77 option used) • IBM xlf (only when -f77 option used) • Sun f77 • g77 on FreeBSD and Linux (the -f77 option must be used if any procedure names contain underscores) Limitations: • Functions returning COMPLEX values are not binary compatible unless the -f77 option is used when compiling with f95. • I/O to a single logical unit should be done entirely within f95 or entirely within f77; since they have different i/o libraries and i/o buffers things will get very confused if you try to read from or write to the same file from both languages at once. • With HP and IBM, f77 routines with names matching C language keywords or library functions are not visible from NAGWare f95 and vice versa.

Related Questions

What is your question?

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

Experts123