I was curious if domains only worked for arrays or if they can also be used
for records. Some people find it an inconvenience to change an array of
structs to a struct of arrays. I was thinking that the equivalent array of
records to record of arrays might be more easily accomplished using domains.

I was going to test this myself, but I had issues installing with Cygwin.
At first I just realized that I hadn't installed all the dependencies, but
I found the doc for Cygwin and think I installed them all. The last time I
ran make, the tail of the output is below. I see a bunch of these undefined
reference to ___ lines.

./util/gen/cygwin64.gnu.wide-struct.llvm-none/misc.o:misc.cpp:(.text+0xe5f):
undefined reference to `Symbol::hasFlag(Flag) const'
./util/gen/cygwin64.gnu.wide-struct.llvm-none/misc.o:misc.cpp:(.text+0x1113):
undefined reference to `FnSymbol::isIterator() const'
./util/gen/cygwin64.gnu.wide-struct.llvm-none/misc.o:misc.cpp:(.rdata$.refptr.currentAstLoc[.refptr.currentAstLoc]+0x0):
undefined reference to `currentAstLoc'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:128:
/cygdrive/c/chapel/chapel-1.13.0/chapel-1.13.0/bin/cygwin64/chpl.exe] Error
1
make[1]: *** [Makefile:65: compiler] Error 2
make: *** [Makefile:57: comprt] Error 2
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
Chapel-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/chapel-users

Reply via email to