소스 검색

fix build

Samuel Thibault 7 년 전
부모
커밋
dc641c0329
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/util/openmp_runtime_support.c

+ 2 - 0
src/util/openmp_runtime_support.c

@@ -1001,7 +1001,9 @@ void starpu_omp_shutdown(void)
 	_starpu_omp_environment_exit();
 	STARPU_PTHREAD_KEY_DELETE(omp_task_key);
 	STARPU_PTHREAD_KEY_DELETE(omp_thread_key);
+#ifdef STARPU_SIMGRID
 	_starpu_simgrid_deinit_late();
+#endif
 }
 
 static void implicit_task__destroy_callback(void *_task)