Skip to content

Commit

Permalink
add config file
Browse files Browse the repository at this point in the history
  • Loading branch information
PoneyUHC committed Aug 28, 2024
1 parent de977cf commit c68d964
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions config.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export OMP_NUM_THREAD=12
3 changes: 2 additions & 1 deletion run.bash
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ if [ "$result" -ne "0" ]; then
exit
fi

OMP_NUM_THREAD=12 ./build/executable/render.exe $1
source ./config.bash
./build/executable/render.exe $1
result=$?

if [ "$result" -eq "0" ]; then
Expand Down

0 comments on commit c68d964

Please sign in to comment.