next up previous
Next: List of Error Codes Up: smp_lib Previous: Utility Routines

4. Non-SMPlib-API Routines

The next two routines are included in v2.2+, but they are not part of the SMPlib v2 API. The two routines are intended for calling by non-SMP programs.
void SMP_Pinit(int nprocs, int myid);

SUBROUTINE SMP_PINIT(NPROCS, MYID)
INTEGER NPROCS, MYID

void SMP_Pinit_thread(int nprocs, int myid, int nthreads[]);

SUBROUTINE SMP_PINIT_THREAD(NPROCS, MYID, NTHREADS)
INTEGER NPROCS, MYID, NTHREADS(0:*)



Haoqiang Jin 2005-08-10