We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On master, make in the examples directory yields:
make
examples
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/ ^
The text was updated successfully, but these errors were encountered:
Mellanox: given that we're updating to OSHMEM 1.3 in v2.1.0, can we fix the examples to match?
Sorry, something went wrong.
This was fixed.
karasevb
No branches or pull requests
On master,
make
in theexamples
directory yields:The text was updated successfully, but these errors were encountered: