|
QUARK
0.9.0
QUARK-QUeuingAndRuntimeforKernels
|

Go to the source code of this file.
Functions/Subroutines | |
| void | hello_world_task (Quark *quark) |
| void | test1 (Quark *quark) |
| void | test2 (Quark *quark) |
| main () | |
| void hello_world_task | ( | Quark * | quark | ) |
Definition at line 8 of file hello_world.c.
References QUARK_Thread_Rank(), and quark_unpack_args_2.


| main | ( | ) |
Definition at line 49 of file hello_world.c.
References QUARK_Delete(), QUARK_New(), test1(), and test2().

| void test1 | ( | Quark * | quark | ) |
Definition at line 16 of file hello_world.c.
References hello_world_task(), INPUT, QUARK_Barrier(), QUARK_Insert_Task(), and VALUE.


| void test2 | ( | Quark * | quark | ) |
Definition at line 32 of file hello_world.c.
References hello_world_task(), INOUT, QUARK_Barrier(), QUARK_Insert_Task(), and VALUE.

