Skip to content

oshmem examples use deprecated APIs #2164

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

Closed
jsquyres opened this issue Oct 4, 2016 · 2 comments
Closed

oshmem examples use deprecated APIs #2164

jsquyres opened this issue Oct 4, 2016 · 2 comments
Assignees
Labels
Milestone

Comments

@jsquyres
Copy link
Member

jsquyres commented Oct 4, 2016

On master, make in the examples directory yields:

shmemcc -g oshmem_shmalloc.c -o oshmem_shmalloc
oshmem_shmalloc.c:18:2: warning: #warning This application uses deprecated API see http: [-Wcpp]
 #warning This application uses deprecated API see http://www.open-mpi.org/
  ^
make[2]: Leaving directory `/home/jsquyres/git/o2/examples'
make[2]: Entering directory `/home/jsquyres/git/o2/examples'
shmemcc -g oshmem_circular_shift.c -o oshmem_circular_shift
oshmem_circular_shift.c:14:2: warning: #warning This application uses deprecated API see http: [-Wcpp]
 #warning This application uses deprecated API see http://www.open-mpi.org/
  ^
make[2]: Leaving directory `/home/jsquyres/git/o2/examples'
make[2]: Entering directory `/home/jsquyres/git/o2/examples'
shmemcc -g oshmem_max_reduction.c -o oshmem_max_reduction
oshmem_max_reduction.c:18:2: warning: #warning This application uses deprecated API see http: [-Wcpp]
 #warning This application uses deprecated API see http://www.open-mpi.org/
  ^
make[2]: Leaving directory `/home/jsquyres/git/o2/examples'
make[2]: Entering directory `/home/jsquyres/git/o2/examples'
shmemcc -g oshmem_strided_puts.c -o oshmem_strided_puts
oshmem_strided_puts.c:30:2: warning: #warning This application uses deprecated API see http: [-Wcpp]
 #warning This application uses deprecated API see http://www.open-mpi.org/
  ^
make[2]: Leaving directory `/home/jsquyres/git/o2/examples'
make[2]: Entering directory `/home/jsquyres/git/o2/examples'
shmemcc -g oshmem_symmetric_data.c -o oshmem_symmetric_data
oshmem_symmetric_data.c:14:2: warning: #warning This application uses deprecated API see http: [-Wcpp]
 #warning This application uses deprecated API see http://www.open-mpi.org/
  ^
@jsquyres jsquyres added the bug label Oct 4, 2016
@jsquyres jsquyres added this to the v2.1.0 milestone Oct 4, 2016
@jsquyres
Copy link
Member Author

Mellanox: given that we're updating to OSHMEM 1.3 in v2.1.0, can we fix the examples to match?

@jsquyres
Copy link
Member Author

jsquyres commented Nov 3, 2016

This was fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants