KULeuven-MICAS / snax_cluster

A heterogeneous accelerator-centric compute cluster
Apache License 2.0
10 stars 9 forks source link

Modify cfg file to include necessary params needed by HeMAiA #329

Closed IveanEx closed 1 month ago

IveanEx commented 1 month ago

Recently, frequent changes in cluster's cfg file makes the maintenance more and more difficult, so I decided to do the automatic synchronization between both of them.

Before doing that, the cfg inside snax needs several modifications. Please check the HeMAiA repo to see how the cfg file should be changed.

rgantonio commented 1 month ago

@IveanEx main branch or chip_antwerp? also what you mean by how cfg file changed? The settings you have there and the SNAX needs to follow it?

IveanEx commented 1 month ago

@IveanEx main branch or chip_antwerp? also what you mean by how cfg file changed? The settings you have there and the SNAX needs to follow it?

chip_antwerp.

There are some more items in the hemaia's cfg. Just compare them and add all necessary item back to snax cluster's cfg. It will not cause any problems for snax side, as they are not used by snax.

rgantonio commented 1 month ago

This is resolved with PR #330