I have a functioning implementation of a MPI routine, which works fine. In the process of making this a hybrid between MPI and shared memory, I am using pthreads. This in ...
I have declared a variable:
static __thread int a;
I am getting the following error:
fatal error (dcc:1796): __thread not supported in the specified target environment
How can I resolve this? Should I enable some ...
I used to use a mac to write some c programs but its not working now.. I have to use an old windows laptop for a while..
I installed codeblocks and tested ...