From 67d8a3bee44c48ebe15bf5aeb072bf4cb4950228 Mon Sep 17 00:00:00 2001 From: WilliamMTK Date: Fri, 4 Jul 2025 15:11:15 -0400 Subject: Update ci (#119) * update_ci: use test matrix * update_ci: add updated test script and better name * update_ci: use minimal image for accelsim test as well * update_ci: use github image for sst run * update_ci: revert main yaml --- short-tests-cmake.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'short-tests-cmake.sh') diff --git a/short-tests-cmake.sh b/short-tests-cmake.sh index 23cf66c..c898ecd 100755 --- a/short-tests-cmake.sh +++ b/short-tests-cmake.sh @@ -13,6 +13,12 @@ if [ ! -n "$GPUAPPS_ROOT" ]; then exit 1; fi +# Set default value for APP +if [ ! -n "$APP" ]; then + APP=rodinia_2.0-ft +fi +echo "Running simulation for $APP with config $CONFIG" + git config --system --add safe.directory '*' export PATH=$CUDA_INSTALL_PATH/bin:$PATH @@ -23,5 +29,5 @@ cmake --install build source setup git clone https://github.com/accel-sim/accel-sim-framework.git -./accel-sim-framework/util/job_launching/run_simulations.py -C $CONFIG -B rodinia_2.0-ft -N regress -l local +./accel-sim-framework/util/job_launching/run_simulations.py -C $CONFIG -B $APP -N regress -l local ./accel-sim-framework/util/job_launching/monitor_func_test.py -v -N regress -j procman -- cgit v1.3