PrincetonUniversity / cpf

Collaborative Parallelization Framework (CPF)
MIT License
31 stars 4 forks source link

Change location of heap files #19

Open gchan510 opened 4 years ago

gchan510 commented 4 years ago

Right now all the heaps are mapped to files in /dev/shm/specpriv-PID-* (~NUM_WORKERS + 10 heaps). It would be better to create a directory based on the user of the running process and store the files in there.