OpenMP omp_get_schedule() segmentation faultI am guessing I need 2 malloc? [code] omp_sched_t *kind =malloc(sizeof(omp_sched_t)); int *modifier...
OpenMP omp_get_schedule() segmentation faultI have isolated the problem in those three lines, in a new program containing the main ,defines and ...
OpenMP omp_get_schedule() segmentation faultSo 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