daphne-eu / daphne

DAPHNE: An Open and Extensible System Infrastructure for Integrated Data Analysis Pipelines
Apache License 2.0
67 stars 62 forks source link

Clean up parameters related to shared mem data transfer #718

Open pdamme opened 6 months ago

pdamme commented 6 months ago

DaphneLib's from_...()-functions have a parameter shared_memory (False/True). DaphneLib's compute()-function has a parameter type ("files"/"shared memory"). These parameters should be made consistent, since they mean the same.