module load CMake
module load binutils
git clone [email protected]:swom/ArchitectureEvolution.git
cd ArchitectureEvolution
git checkout # your branch
mkdir build
cd build
cmake ..
cmake --build .
This will generate the binary 'test' in 'build'.
In this project we will study how different architecture evolution algorithms affect the outcome of an evolutionary process