0382 / argparse-f

Modern Fortran command line parser, implemented with OOP.
MIT License
23 stars 2 forks source link

Fix CI, use ifx instead of ifort #12

Closed zoziha closed 2 months ago

zoziha commented 2 months ago

Description

Currently, ifort has been deprecated by Intel and error reports have been thrown out. This PR uses ifx instead of ifort to test argparse-f. And a typo has been fixed, and the unused test-drive has been removed.