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. I don't Install SLURM for bare-metal Clusters. When I run the following command, the following error appears. How can I solve it? #2

Open szuhzw opened 4 months ago

szuhzw commented 4 months ago

image image

szuhzw commented 4 months ago

@jesuisalexjamet

jesuisalexjamet commented 4 months ago

Hello, Could you provide more information about the problem you are facing? Such as:

Also, bare in mind that I do not have any experience with bare-metal clusters myself. So, I do not think I would be able to help if the issue comes from the cluster installation.

szuhzw commented 4 months ago

Hello. My trace directory and traces files path are shown in the figure below. I followed the steps of the experiment, but when I execute the command “./scripts/run_single_core.sh”, I encounter the following error. @jesuisalexjamet image image image

jesuisalexjamet commented 4 months ago

Hello there @szuhzw,

Having a quick look at your screenshots, I can see one obvious problem with scripts: the first line of print shows you the path to the trace directory (link to that line right below). https://github.com/jesuisalexjamet/TLP-HPCA30-artifact/blob/3697aa5e896a820185b1f80762e206669dbb9b9b/scripts/run_single_core.sh#L40

It turns out, that line still shows the original path that I was using on our cluster here in Barcelona. Here, you can find instructions on which variables to modify to properly setup the scripts. Basically, that corresponds to the following lines https://github.com/jesuisalexjamet/TLP-HPCA30-artifact/blob/3697aa5e896a820185b1f80762e206669dbb9b9b/scripts/run_single_core.sh#L7-L11 https://github.com/jesuisalexjamet/TLP-HPCA30-artifact/blob/3697aa5e896a820185b1f80762e206669dbb9b9b/scripts/run_single_core_legacy.sh#L7-L11

Hope that helps! 😃