Running ASTRA-sim
Once ASTRA-sim is built, the executable ${BINARY}
is located at:
# For the analytical network backend
$ ${ASTRA_SIM}/build/astra_analytical/build/AnalyticalAstra/bin/AnalyticalAstra
Run simulations by passing the required aruguments:
$ ${BINARY} \
--workload-configuration=${WORKLOAD_CONFIG} \
--system-configuration=${SYSTEM_CONFIG} \
--network-configuration=${NETWORK_CONFIG} \
--memory-configuration=${MEMORY_CONFIG}
Note
Additional arguments may be required based on the type of network backend.