Rewrite run.sh script

This commit is contained in:
Nikolay Puzanov
2023-06-17 10:56:00 +03:00
parent 0cb0d82998
commit 142fb46b2f
20 changed files with 247 additions and 109 deletions

11
scripts/sim_vars.sh Normal file
View File

@@ -0,0 +1,11 @@
if [ $# -lt 3 ]
then
echo "Usage: $0 <CPU_COUNT> <BLOCK_SIZE> <THREADS_COUNT"
exit -1
fi
CPU_COUNT=$1
BLOCK_SIZE=$2
THREADS=$3
FFILE=../source/sources.f