开发者ID:AlexMioMio,项目名称:gcc,代码行数:33,代码来源:parallel.c 示例13: GOMP_parallel_end ▲点赞 1▼ voidGOMP_parallel_end(void){structgomp_task_icv*icv=gomp_icv(false);if(__builtin_expect (icv->thread_limit_var != UINT_MAX,0)) {structgomp_thread*thr=gomp_thread();structgomp_te...
/opt/intel/composer_xe_2013_sp1.1.106/mkl/lib/intel64/libmkl_gnu_thread.so: undefined reference to `GOMP_critical_name_end' /opt/intel/composer_xe_2013_sp1.1.106/mkl/lib/intel64/libmkl_gnu_thread.so: undefined reference to `GOMP_parallel_start' /opt/intel/composer_xe_2013_sp...
program hello_parallel ! Include the MPI library definitons: include 'mpif.h' integer numtasks, rank, ierr, rc, len, i character*(MPI_MAX_PROCESSOR_NAME) name !$omp master print*, "hello from master thread" !$omp end master ! Initialize the MPI library: call MPI_...