Question:
Is it possible to make multiple read operations from the same file but not continuing reading past file beginning on multiple reads using CCES_runner.
Answer:
Unfortunately, the functionality is not available in the current release of CCES Runner.
Please note that, CCES Runner will read from the start of the file for each "--datafile" command.The --datafile option can be used to initialize memory from data stored in a file on the host as well as save data from memory back to a host file.
If you'd like to read from one file but different amounts, then a workaround would be to split the file accordingly before performing the CCES Runner run command.