Fortran Interface
lio_open(’/tmp/data’, 0, fd, ret)
lio_read_reals(fd, dat, 1024, ret)
Standard library interface
- Simple copy-in/copy-out interface
- allows use of standard Fortran READ/WRITE statements, minimal code changes
lio_create_tempfile(tmp, ret);
lio_tempfile_to_legion(tmp, ‘results’, ret)