You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
350 B
Makefile
24 lines
350 B
Makefile
|
|
install:
|
|
bash ./script_install.sh
|
|
|
|
run:
|
|
bash ./run_simulation.sh
|
|
|
|
|
|
test:
|
|
cd tests/integration && python3 -m unittest test.py
|
|
|
|
perf:
|
|
cd tests/performance && python3 generation.py
|
|
cd tests/performance && python3 connectivity.py
|
|
|
|
run-slurm:
|
|
sbatch run-simulation-slurm
|
|
|
|
test-slurm:
|
|
sbatch run-test-slurm
|
|
|
|
perf-slurm:
|
|
sbatch run-perf-slurm
|