Hi to all!
This is my first message.
I have a code like this:
SUBROUTINE MyProc (counter)
USE DFMT
!DEC$ ATTRIBUTES VALUE :: counter
integer*4 counter
! Subroutine work goes here.
Call exitthread(0) ! Exit code is 0.
END
SUBROUTINE other (arg1,arg2)
USE DFMT
integer*4...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.