Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update API versions in examples #435

Merged
merged 1 commit into from
Oct 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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