木曜日, 10月 30, 2014

Error

Making all in mca/osc/sm
make[2]: ディレクトリ `/root/openmpi-1.8.3/ompi/mca/osc/sm' に入ります
CC osc_sm_component.lo
osc_sm_component.c: In function 'component_select':
osc_sm_component.c:313:11: error: 'ompi_osc_sm_module_t' has no member named 'my_sense'
module->my_sense = 1;
^
osc_sm_component.c:339:63: error: 'ompi_osc_sm_global_state_t' has no member named 'mtx'
ret = pthread_mutex_init(&module->global_state->mtx, &mattr);
^
osc_sm_component.c:345:66: error: 'ompi_osc_sm_global_state_t' has no member named 'cond'
ret = pthread_cond_init(&module->global_state->cond, &cattr);
^
osc_sm_component.c:351:33: error: 'ompi_osc_sm_global_state_t' has no member named 'sense'
module->global_state->sense = module->my_sense;
^
osc_sm_component.c:351:49: error: 'ompi_osc_sm_module_t' has no member named 'my_sense'
module->global_state->sense = module->my_sense;
^
osc_sm_component.c:352:33: error: 'ompi_osc_sm_global_state_t' has no member named 'count'
module->global_state->count = ompi_comm_size(module->comm);
^
make[2]: *** [osc_sm_component.lo] エラー 1
make[2]: ディレクトリ `/root/openmpi-1.8.3/ompi/mca/osc/sm' から出ます
make[1]: *** [all-recursive] エラー 1
make[1]: ディレクトリ `/root/openmpi-1.8.3/ompi' から出ます
make: *** [all-recursive] エラー 1

0 件のコメント: