jesuisalexjamet / TLP-HPCA30-artifact

The Two Level Perceptron (TLP) predictor is a neural mechanism that effectively combines predicting whether an access will be off-chip with adaptive prefetch filtering at the first-level data cache (L1D).
https://doi.org/10.1109/HPCA57654.2024.00046
MIT License
3 stars 1 forks source link

Hello. Is it necessary to install SLURM in order to run the experiments? #3

Open szuhzw opened 3 months ago

szuhzw commented 3 months ago

@jesuisalexjamet

jesuisalexjamet commented 3 months ago

Hello, I reckon SLURM would speed-up the process of obtaining the results. However, manually running the experiments is also a possiblity. I guess to achieve that, you'd need to modify the SLURM scripts I have provided in the repo.

Best, Alex.

szuhzw commented 3 months ago

Hello. I have installed SLURM, but when I run ./scripts/run_single_core.sh, I encounter the following error. Do you know how to solve it? Also, do you know how much memory is required for the experiment? @jesuisalexjamet image

jesuisalexjamet commented 3 months ago

Hello, that problem seems to be due to the machines being used by SLURM to not have enough memory at their disposal. I would suggest consulting the man sbatch and looking up the arguments relative to the memory allocation.

I personally never encountered this issue, so I don't think I will be of great help here.