Fortran: Make tensor size an optional argument for put_tensor unpack_tensor #227
Labels
area: fortran
issues related to the Fortran Client
type: feature
Issues that include feature request or feature idea
Description
Currently, the size of the tensor must be specified when using the
put_tensor
andunpack_tensor
commands. This was largely done to serve as an extra 'check' to ensure that the C/C++ client would not accidentally violate the expected memory space.This argument can be made an optional argument, perhaps useful as an extra debugging feature.
Justification
This will great simplify the process for users to put/unpack subsets of a tensor. For most other cases, this will remove one argument from the call line.
Implementation Strategy
The text was updated successfully, but these errors were encountered: