Skip to content

Commit

Permalink
Update the 'version' meta to parsec API 4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Aurelien Bouteiller <bouteill@icl.utk.edu>
  • Loading branch information
abouteiller committed Oct 28, 2022
1 parent 4ba2aa0 commit 4e43c4a
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion examples/Ex00_StartStop.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
*/
Expand Down
2 changes: 1 addition & 1 deletion examples/Ex01_HelloWorld.jdf
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
*/
Expand Down
2 changes: 1 addition & 1 deletion examples/Ex02_Chain.jdf
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
*/
Expand Down
2 changes: 1 addition & 1 deletion examples/Ex03_ChainMPI.jdf
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
*/
Expand Down
2 changes: 1 addition & 1 deletion examples/Ex04_ChainData.jdf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ extern "C" %{
* parsec_data_create()
* parsec_data_destroy()
*
* @version 3.0
* @version 4.0
* @email parsec-users@icl.utk.edu
*
*/
Expand Down
2 changes: 1 addition & 1 deletion examples/Ex05_Broadcast.jdf
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
*/
Expand Down
2 changes: 1 addition & 1 deletion examples/Ex06_RAW.jdf
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
*/
Expand Down
2 changes: 1 addition & 1 deletion examples/Ex07_RAW_CTL.jdf
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
*/
Expand Down
2 changes: 1 addition & 1 deletion examples/interfaces/dtd/dtd_example_hello_arg.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/**
* @file dtd_example_hello_world.c
*
* @version 3.0
* @version 4.0
* @email parsec-users@icl.utk.edu
*
*/
Expand Down
2 changes: 1 addition & 1 deletion examples/interfaces/dtd/dtd_example_hello_world.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/**
* @file dtd_example_hello_world.c
*
* @version 3.0
* @version 4.0
* @email parsec-users@icl.utk.edu
*
*/
Expand Down
2 changes: 1 addition & 1 deletion examples/interfaces/dtd/dtd_example_hello_world_untied.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/**
* @file dtd_example_hello_world_untied.c
*
* @version 3.0
* @version 4.0
* @email parsec-users@icl.utk.edu
*
*/
Expand Down

0 comments on commit 4e43c4a

Please sign in to comment.