#how many nodes and cores #PBS -W x=NACCESSPOLICY:SINGLEJOB -l nodes=1:ppn=12 # go in the directory from which the submission was made cd $PBS_O_WORKDIR make vector_scal_task_insert ./vector_scal_task_insert # to force the implementation on a GPU device, by default, it will enable CUDA # STARPU_NCPUS=0 ./vector_scal_task_insert # to force the implementation on a OpenCL device # STARPU_NCPUS=0 STARPU_NCUDA=0 ./vector_scal_task_insert