Opened 10 years ago
Last modified 9 years ago
#2874 new enhancement
Implement threaded for-loops in MetaModelica — at Initial Version
Reported by: | Per Östlund | Owned by: | Martin Sjölund |
---|---|---|---|
Priority: | high | Milestone: | Future |
Component: | MetaModelica | Version: | trunk |
Keywords: | Cc: |
Description
We currently have threaded reductions, it would be nice to have the equivalent for-loops also (syntax is only a suggestion):
for threaded e1 in list1, e2 in list2 loop // Iterates simultaneously over list1 and list2. end for;
Note:
See TracTickets
for help on using tickets.