Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Fortran intrinsic functions to improve accuracy and eliminate large amounts of code. #12

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

scivision
Copy link

@scivision scivision commented Nov 6, 2023

remove nearly 200 lines of code using Fortran standard intrinsics system_clock and storage_size.

This allows the code to completely work on Windows as well including MinGW, MSVC and oneAPI.

Add GitHub Actions CI testing.

Will update CMakeLists.txt when #11 is merged.

Probably of general interest to @mathomp4

@scivision scivision force-pushed the dev branch 2 times, most recently from c4b46c7 to 4e38841 Compare November 7, 2023 02:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant