Re: [petsc-dev] Naming for functions that are safe to call from threads
16 Feb
2013
16 Feb
'13
8:17 p.m.
On Sat, Feb 16, 2013 at 8:10 PM, Barry Smith <[email protected]> wrote:
size_t and friends makes me nervous at _t
Good point, _t means type in way too many contexts. We have used _T in a type macro as well (PETSC_UINTPTR_T, MPIU_SIZE_T, ...). Maybe _K is not so bad after all.
On Feb 16, 2013, at 8:08 PM, Jed Brown <[email protected]> wrote:
On Sat, Feb 16, 2013 at 7:55 PM, Barry Smith <[email protected]> wrote: _k _t ?
I think I'd prefer _t or _T. The "kernel" mnemonic is more about the
intent of the code that usually goes in such a function than the semantics of that execution mode.
4924
Age (days ago)
4924
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jed Brown