Englisch
I am trying to run a simple cilk plus program on MTL. The program runs both a serial (non-threaded) and a parallel (using cilk_spawn) version of the same code and reports the timing results for both versions.
I can compile it and run it on the login node, but it shows no speedup in the parallel version because it does not have access to multiple CPUs.
When I try to submit the job using qsub (hoping to get access to multiple cores), I get the following output file:
-----