Set MAX_GRID_CPU to increase 074 speed.

Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
Keith Rothman 2020-02-18 18:47:51 -08:00
parent 1f22d60160
commit cf463419bf
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ echo "Total Memory (GB): $MEM_GB"
# Approx memory per grid process
export MEM_PER_RUN=8
export MAX_CPU_PER_GRID=$(($MEM_GB/$MEM_PER_RUN))
export MAX_GRID_CPU=$(($MEM_GB/$MEM_PER_RUN))
export MAX_VIVADO_PROCESS=$(($MEM_GB/$MEM_PER_RUN))
echo