LIHPC-Computational-Geometry / coupe

the concurrent partitioner
https://LIHPC-Computational-Geometry.github.io/coupe/
Apache License 2.0
13 stars 3 forks source link

-i and -o options to read/write from/to files #229

Closed cedricchevalier19 closed 2 years ago

cedricchevalier19 commented 2 years ago

Coupe command line tools are designed to massively rely on stdin and stdout. It is nice for piping results between commands however, it is really a mess to execute commands from a non shell environment (CMake, IDE, ...).

Adding flags to specify read/write streams is necessary for non shell use.