Hi,
suppose I'm defining a function based on argument(s) with min/max values
and suppose I don't know this bounds a priori (for example max depends
on obs number or number of CPU cores). So I'd like to write something
like that:
<hansl>
function void foo (int a[0:$nobs:], int
threads[1:$sysinfo.omp_num_threads:1])
...
end function
</hansl>
I think it would be useful. What do you think?
Marcin
--
Marcin Błażejowski
Show replies by date