Skip to content

Commit

Permalink
Values extraction #53 serial execution policy removed
Browse files Browse the repository at this point in the history
  • Loading branch information
tanguypierre committed Jun 19, 2024
1 parent f084ce0 commit e1765b4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions launchProcess.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,5 @@ do
echo "[Launching ReFrame with $casename]"

export RFM_REPORT_FILE=$(pwd)/docs/modules/${hostname}/pages/reports/${casename%-bench.cfg}-${current_date}.json
reframe -c $TEST_DIR/heatTest.py -S case=$cfgPath -r --system=$hostname --exec-policy=serial
done

# serial execution policy needed because error when test try to access to ginacExprDefault at the same time
reframe -c $TEST_DIR/heatTest.py -S case=$cfgPath -r --system=$hostname
done

0 comments on commit e1765b4

Please sign in to comment.