andreww / fox

A Fortran XML library
https://andreww.github.io/fox/
Other
58 stars 50 forks source link

Use intel module for abort and flush #52

Closed andreww closed 6 years ago

andreww commented 6 years ago

For the Intel compiler the functions Abort and Flush need to be used from ifport.

andreww commented 6 years ago

Tested on arc3 with ifort version 17.0.1. Tests pass apart from those when we expect to abort, where ifort adds "abort:" to the output. I've not found a way to turn this off but I'll create a new issue for that.