User: ramako

  • Public profile

User profile: ramako

User info
User name:ramako
History
Joined:
Number of posts:36
Latest posts:

OpenMP omp_get_schedule() segmentation fault
I am guessing I need 2 malloc? [code] omp_sched_t *kind =malloc(sizeof(omp_sched_t)); int *modifier...

OpenMP omp_get_schedule() segmentation fault
I have isolated the problem in those three lines, in a new program containing the main ,defines and ...

OpenMP omp_get_schedule() segmentation fault
So basically this is what I am doing: [code] omp_sched_t *kind; int *modifier; omp_get_schedul...

warning: reference to local variable ‘tmp’ returned
Oh, I think I get what you mean: [code]const ColeccionCoches ColeccionCoches::operator -(const ch...

warning: reference to local variable ‘tmp’ returned
Indeed, the problem is that I've seen doing it that way (creating a temporary object and then return...

This user does not accept Private Messages