
- check subroutine parameters - implement PMPIX_* subroutines Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
16 строки
292 B
C
16 строки
292 B
C
/*
|
|
* Copyright (c) 2018 Research Organization for Information Science
|
|
* and Technology (RIST). All rights reserved.
|
|
* $COPYRIGHT$
|
|
*
|
|
* Additional copyrights may follow
|
|
*
|
|
* $HEADER$
|
|
*
|
|
*/
|
|
|
|
void mpiext_pcollreq_dummy(void);
|
|
|
|
void mpiext_pcollreq_dummy() {
|
|
}
|