Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

Fortran I/O #2

Open
nmueller18 opened this issue May 5, 2019 · 0 comments
Open

Fortran I/O #2

nmueller18 opened this issue May 5, 2019 · 0 comments

Comments

@nmueller18
Copy link
Member

The original Fortran-code writes to and reads from scratch to form a list of the rectangles found. For CRAN, this is highly problematic and will likely prevent its aceptance as CRAN-package:

Compiled code should not call entry points which might terminate R nor write to stdout/stderr instead of to the console, nor use Fortran I/O nor system RNGs.

The obvious solution is to exit the Fortran-code to test for possible rectangles and write to the rectangle-list in R, and then return to the loop in Fortran. BUT: Is this possible at all (or desirable)?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant