-
Notifications
You must be signed in to change notification settings - Fork 192
Open
Labels
implementationImplementation in experimental and submission of a PRImplementation in experimental and submission of a PRtopic: IOCommon input/output related featuresCommon input/output related features
Description
Looking at savetxt and loadtxt are not portable #505 I wonder if save and load subroutines using unformatted stream should be added. The dimensions could be written at the beginning of the file so that a load subroutine can allocate an array of the appropriate shape
. I can write a file with this format on Windows and read it with a program compiled by gfortran, Intel, or g95, and also gfortran on WSL. I don't know about more general portability.
milancurcic
Metadata
Metadata
Assignees
Labels
implementationImplementation in experimental and submission of a PRImplementation in experimental and submission of a PRtopic: IOCommon input/output related featuresCommon input/output related features