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.

Why aren’t system service calls in Fortran code found under UNICOS/mp?

code FORTRAN MP service system
0
Posted

Why aren’t system service calls in Fortran code found under UNICOS/mp?

0

System service calls such as GETARG and SYSTEM are part of the PXF POSIX library. If your Fortran code uses system service calls, you will most likely have to modify your code to call the PXF equivalent. It is common to find these when porting code from other systems. Below is a list of common system calls and their equivalent PXF interfaces. Other interfaces may be found through man intro_pxf. Details on each interface may be found through its man page. Please note that in most cases the PXF calls require at least one additional argument than the common interfaces.

Related Questions

What is your question?

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

Experts123