소스 검색

small modif

Andra Hugo 13 년 전
부모
커밋
84a11e7b4d
1개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. 4 3
      tests/cholesky_2ctxs/sched.sh

+ 4 - 3
tests/cholesky_2ctxs/sched.sh

@@ -30,10 +30,11 @@ gpu=$2
 gpu1=$3
 gpu2=$4
 
-nmaxcpus=96
+nmaxcpus=$STARPU_NCPUS
+echo $nmaxcpus
 
-nmincpus1=20
-nmincpus2=20
+nmincpus1=1
+nmincpus2=1
 
 if [ $gpu1 -gt 0 ]
 then