view paper/src/parGotoCreateTask.cbc @ 27:bc7ea5774f6b

Add dataparallel section
author Tatsuki IHA <innparusu@cr.ie.u-ryukyu.ac.jp>
date Wed, 31 Jan 2018 21:25:43 +0900
parents 2c896f2b2d04
children
line wrap: on
line source

__code code1(Integer *integer1, Integer * integer2, Integer *output) {
    par goto add(integer1, integer2, output, __exit);
    goto code2();
}