I'm trying to compile with massive threads enabled:

Variable is set to: export CHPL_TASKS=massivethreads

***** src/tasks/massivethreads/ *****
making 
gen/linux64.gnu.loc-flat.tasks-massivethreads.tmr-generic.mem-default.atomics-intrinsics.gmp-none.hwloc-none.re2.wide-struct.fs-none
 subdirectory to store platform-specific files
gcc -c -std=c99 -MMD -MP -O3 -DCHPL_TASKS_MODEL_H=\"tasks-massivethreads.h\" 
-DCHPL_THREADS_MODEL_H=\"threads-none.h\" -DCHPL_WIDE_POINTER_STRUCT 
-DCHPL_OPTIMIZE 
-I/usr/share/acustat/src/chapel-code/third-party/massivethreads/install/linux64-gnu/include
  
-I/usr/share/acustat/src/chapel-code/third-party/massivethreads/install/linux64-gnu/include
 -I. -I../../../include/localeModels/flat/none 
-I../../../include/localeModels/flat -I../../../include/localeModels 
-I../../../include/comm/none -I../../../include/comm 
-I../../../include/tasks/massivethreads -I../../../include/threads/none 
-I../../../include/comp-gnu -I../../../include/linux64 -I../../../include 
-I../../../include/qio -I../../../include/atomics/intrinsics 
-I../../../include/mem/default 
-I/usr/share/acustat/src/chapel-code/third-party/utf8-decoder  
-I../../../include/hwloc/none -o 
gen/linux64.gnu.loc-flat.tasks-massivethreads.tmr-generic.mem-default.atomics-intrinsics.gmp-none.hwloc-none.re2.wide-struct.fs-none/tasks-massivethreads.o
 tasks-massivethreads.c
tasks-massivethreads.c:54:14: error: initializer element is not constant
              { c_sublocid_any, false };
              ^
tasks-massivethreads.c:54:14: error: (near initialization for 
âs_def_chpl_data.requestedSublocâ)
tasks-massivethreads.c:58:14: error: initializer element is not constant
              { c_sublocid_any, false };
              ^
tasks-massivethreads.c:58:14: error: (near initialization for 
âs_main_chpl_data.requestedSublocâ)
make[6]: *** 
[gen/linux64.gnu.loc-flat.tasks-massivethreads.tmr-generic.mem-default.atomics-intrinsics.gmp-none.hwloc-none.re2.wide-struct.fs-none/tasks-massivethreads.o]
 Error 1
make[5]: *** [massivethreads.makedir] Error 2
make[4]: *** [tasks.makedir] Error 2
make[3]: *** [src.makedir] Error 2
make[2]: *** [all.helpme] Error 2
make[1]: *** [runtime] Error 2
make: *** [comprt] Error 2



------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Chapel-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/chapel-developers

Reply via email to