Accéder au contenu.
Menu Sympa

starpu-devel - [Starpu-devel] Compile problem when installing StarPU with Xeon Phi support

Objet : Developers list for StarPU

Archives de la liste

[Starpu-devel] Compile problem when installing StarPU with Xeon Phi support


Chronologique Discussions 
  • From: David Pereira <david_sape@hotmail.com>
  • To: starpu-devel@lists.gforge.inria.fr
  • Subject: [Starpu-devel] Compile problem when installing StarPU with Xeon Phi support
  • Date: Sat, 27 Sep 2014 01:51:26 +0000
  • List-archive: <http://lists.gforge.inria.fr/pipermail/starpu-devel/>
  • List-id: "Developers list. For discussion of new features, code changes, etc." <starpu-devel.lists.gforge.inria.fr>

Hi everyone,

I'm having a hard time installing StarPU (from a nightly build of 2014-09-22) with MIC support. I keep getting this error:

"
  CC       libstarpu_1.2_la-bound.lo
  CC       libstarpu_1.2_la-profiling_helpers.lo
  CC       libstarpu_1.2_la-starpu_top.lo
  CC       libstarpu_1.2_la-starpu_top_task.lo
  CC       libstarpu_1.2_la-starpu_top_message_queue.lo
  CC       libstarpu_1.2_la-starpu_top_connection.lo
  CC       libstarpu_1.2_la-worker_list.lo
  CC       libstarpu_1.2_la-worker_tree.lo
  CC       libstarpu_1.2_la-driver_cpu.lo
  CC       libstarpu_1.2_la-starpu_cublas.lo
  CC       libstarpu_1.2_la-disk_unistd_o_direct.lo
  CC       libstarpu_1.2_la-mp_common.lo
  CC       libstarpu_1.2_la-source_common.lo
  CC       libstarpu_1.2_la-sink_common.lo
  CC       libstarpu_1.2_la-driver_mic_common.lo
  CC       libstarpu_1.2_la-driver_mic_source.lo
  CC       libstarpu_1.2_la-driver_mic_sink.lo
  CC       libstarpu_1.2_la-driver_mic_utils.lo
../.././src/drivers/mp_common/sink_common.c(211): error: struct "_starpu_worker" has no field "parallel_sect_mutex"
                starpu_pthread_mutex_init(&workers[i].parallel_sect_mutex,NULL);
                                                      ^

../.././src/drivers/mp_common/sink_common.c(212): error: struct "_starpu_worker" has no field "parallel_sect_mutex"
                starpu_pthread_mutex_destroy(&workers[i].parallel_sect_mutex);
                                                         ^

../.././src/drivers/mp_common/sink_common.c(214): error: struct "_starpu_worker" has no field "parallel_sect_cond"
                starpu_pthread_cond_init(&workers[i].parallel_sect_cond,NULL);
                                                     ^

../.././src/drivers/mp_common/sink_common.c(215): error: struct "_starpu_worker" has no field "parallel_sect_cond"
                starpu_pthread_cond_destroy(&workers[i].parallel_sect_cond);
                                                        ^

compilation aborted for ../.././src/drivers/mp_common/sink_common.c (code 2)
make[3]: *** [libstarpu_1.2_la-sink_common.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/home/cpd22821/starpu/starpu-1.2.0/build_mic/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/cpd22821/starpu/starpu-1.2.0/build_mic/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/cpd22821/starpu/starpu-1.2.0/build_mic'
make: *** [all] Error 2"

Could someone help me? 


Best Regards
--
David Pereira



Archives gérées par MHonArc 2.6.19+.

Haut de le page