View previous topic :: View next topic |
Author |
Message |
simon
Joined: 05 Jul 2006 Posts: 152
|
Posted: Thu Apr 06, 2017 8:36 pm Post subject: Fortran 2003 and 2008 features |
|
|
There are a few features of Fortran 2003 and 2008 that are available in alternative form as Silverfrost extensions. How easy would it be to implement such features following the standards?
Examples include:
GETENV@ for the 2003 intrinsic subroutine GET_ENVIRONMENT_VARIABLE
COMMAND_LINE for the 2003 intrinsic GET_COMMAND
START_PROCESS@ for the 2008 intrinsic EXECUTE_COMMAND_LINE |
|
Back to top |
|
 |
PaulLaidler Site Admin

Joined: 21 Feb 2005 Posts: 5294 Location: Salford, UK
|
Posted: Thu Apr 06, 2017 9:46 pm Post subject: |
|
|
Thanks Simon.
GET_COMMAND is already provided. The others two should be fairly easy to add. |
|
Back to top |
|
 |
DanRRight

Joined: 10 Mar 2008 Posts: 1780 Location: South Pole, Antarctica
|
Posted: Fri Apr 07, 2017 7:14 am Post subject: |
|
|
One of third party codes I use written in gFortran started using Fortran 2003 FLUSH, the only what FTN95 does not have being in all other respects superior to gFortran, at least with this specific code (FTN95 found like a billion of small and pretty serious bugs making this code stable and results believable). Though there exist workaround for FLUSH it would be probably good to eventually have it in FTN95 |
|
Back to top |
|
 |
PaulLaidler Site Admin

Joined: 21 Feb 2005 Posts: 5294 Location: Salford, UK
|
Posted: Fri Apr 07, 2017 7:33 am Post subject: |
|
|
OK I will add FLUSH to the list. |
|
Back to top |
|
 |
|