From 4e43c4a2def5ae52c409967cad250bec51b4ddfc Mon Sep 17 00:00:00 2001 From: Aurelien Bouteiller Date: Mon, 1 Mar 2021 15:34:21 -0500 Subject: [PATCH] Update the 'version' meta to parsec API 4.0 Signed-off-by: Aurelien Bouteiller --- examples/Ex00_StartStop.c | 2 +- examples/Ex01_HelloWorld.jdf | 2 +- examples/Ex02_Chain.jdf | 2 +- examples/Ex03_ChainMPI.jdf | 2 +- examples/Ex04_ChainData.jdf | 2 +- examples/Ex05_Broadcast.jdf | 2 +- examples/Ex06_RAW.jdf | 2 +- examples/Ex07_RAW_CTL.jdf | 2 +- examples/interfaces/dtd/dtd_example_hello_arg.c | 2 +- examples/interfaces/dtd/dtd_example_hello_world.c | 2 +- examples/interfaces/dtd/dtd_example_hello_world_untied.c | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/examples/Ex00_StartStop.c b/examples/Ex00_StartStop.c index 8ca2cb669..45b3ebe82 100644 --- a/examples/Ex00_StartStop.c +++ b/examples/Ex00_StartStop.c @@ -7,7 +7,7 @@ * * [mpicc|cc] -o Ex00_StartStop Ex00_StartStop.c `pkg-config --cflags --libs parsec` -lpthread -lm -lrt [-ldl -lcudart] * - * @version 3.0 + * @version 4.0 * @email parsec-users@icl.utk.edu * */ diff --git a/examples/Ex01_HelloWorld.jdf b/examples/Ex01_HelloWorld.jdf index 724b5012d..a67d67fb1 100644 --- a/examples/Ex01_HelloWorld.jdf +++ b/examples/Ex01_HelloWorld.jdf @@ -9,7 +9,7 @@ extern "C" %{ * * Can play with the HelloWorld bounds to show embarissingly parallel algorithm. * - * @version 3.0 + * @version 4.0 * @email parsec-users@icl.utk.edu * */ diff --git a/examples/Ex02_Chain.jdf b/examples/Ex02_Chain.jdf index bafa21e44..4544a19b8 100644 --- a/examples/Ex02_Chain.jdf +++ b/examples/Ex02_Chain.jdf @@ -7,7 +7,7 @@ extern "C" %{ * guarded calls, RW * parsec_arena_datatype_construct() * - * @version 3.0 + * @version 4.0 * @email parsec-users@icl.utk.edu * */ diff --git a/examples/Ex03_ChainMPI.jdf b/examples/Ex03_ChainMPI.jdf index 3b6301bd7..d54eae388 100644 --- a/examples/Ex03_ChainMPI.jdf +++ b/examples/Ex03_ChainMPI.jdf @@ -5,7 +5,7 @@ extern "C" %{ * descriptor as global * rank_of() / possibility of playing with value in rank_of * - * @version 3.0 + * @version 4.0 * @email parsec-users@icl.utk.edu * */ diff --git a/examples/Ex04_ChainData.jdf b/examples/Ex04_ChainData.jdf index 54711214d..2d5d40729 100644 --- a/examples/Ex04_ChainData.jdf +++ b/examples/Ex04_ChainData.jdf @@ -6,7 +6,7 @@ extern "C" %{ * parsec_data_create() * parsec_data_destroy() * - * @version 3.0 + * @version 4.0 * @email parsec-users@icl.utk.edu * */ diff --git a/examples/Ex05_Broadcast.jdf b/examples/Ex05_Broadcast.jdf index bf09e564c..bbd3e5251 100644 --- a/examples/Ex05_Broadcast.jdf +++ b/examples/Ex05_Broadcast.jdf @@ -7,7 +7,7 @@ extern "C" %{ * * Each process broadcast an information to NB/2 tasks. * - * @version 3.0 + * @version 4.0 * @email parsec-users@icl.utk.edu * */ diff --git a/examples/Ex06_RAW.jdf b/examples/Ex06_RAW.jdf index 727ca13b6..b0c0d0bc9 100644 --- a/examples/Ex06_RAW.jdf +++ b/examples/Ex06_RAW.jdf @@ -4,7 +4,7 @@ extern "C" %{ * This example illustrates the Read After Write problem that might happen when anti-dependencies are present in the code * Each process broadcast an information to NB/2 tasks, and to a local task that updates the information. * - * @version 3.0 + * @version 4.0 * @email parsec-users@icl.utk.edu * */ diff --git a/examples/Ex07_RAW_CTL.jdf b/examples/Ex07_RAW_CTL.jdf index 178e7a875..e0308b233 100644 --- a/examples/Ex07_RAW_CTL.jdf +++ b/examples/Ex07_RAW_CTL.jdf @@ -4,7 +4,7 @@ extern "C" %{ * This example illustrates the Read After Write problem that might happen when anti-dependencies are present in the code * Each process broadcast an information to NB/2 tasks, and to a local task that updates the information. * - * @version 3.0 + * @version 4.0 * @email parsec-users@icl.utk.edu * */ diff --git a/examples/interfaces/dtd/dtd_example_hello_arg.c b/examples/interfaces/dtd/dtd_example_hello_arg.c index d1b06e62c..2775b8320 100644 --- a/examples/interfaces/dtd/dtd_example_hello_arg.c +++ b/examples/interfaces/dtd/dtd_example_hello_arg.c @@ -8,7 +8,7 @@ /** * @file dtd_example_hello_world.c * - * @version 3.0 + * @version 4.0 * @email parsec-users@icl.utk.edu * */ diff --git a/examples/interfaces/dtd/dtd_example_hello_world.c b/examples/interfaces/dtd/dtd_example_hello_world.c index 26a59b8be..1c7319ecc 100644 --- a/examples/interfaces/dtd/dtd_example_hello_world.c +++ b/examples/interfaces/dtd/dtd_example_hello_world.c @@ -8,7 +8,7 @@ /** * @file dtd_example_hello_world.c * - * @version 3.0 + * @version 4.0 * @email parsec-users@icl.utk.edu * */ diff --git a/examples/interfaces/dtd/dtd_example_hello_world_untied.c b/examples/interfaces/dtd/dtd_example_hello_world_untied.c index ec0e9fa32..dcc28e903 100644 --- a/examples/interfaces/dtd/dtd_example_hello_world_untied.c +++ b/examples/interfaces/dtd/dtd_example_hello_world_untied.c @@ -8,7 +8,7 @@ /** * @file dtd_example_hello_world_untied.c * - * @version 3.0 + * @version 4.0 * @email parsec-users@icl.utk.edu * */