diff --git a/control/auxiliary.h b/control/auxiliary.h index 15b9699f30114cfb73b9c15e9972d20e32863380..653bb38a037cd8188ca450947ba6b2652421043a 100644 --- a/control/auxiliary.h +++ b/control/auxiliary.h @@ -3,7 +3,7 @@ * @copyright (c) 2009-2014 The University of Tennessee and The University * of Tennessee Research Foundation. * All rights reserved. - * @copyright (c) 2012-2014 Inria. All rights reserved. + * @copyright (c) 2012-2016 Inria. All rights reserved. * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved. * **/ @@ -42,6 +42,13 @@ void morse_fatal_error (const char *func_name, char* msg_text); int morse_rank (MORSE_context_t *morse); int morse_tune (MORSE_enum func, int M, int N, int NRHS); +/******************************************************************************* + * API routines + **/ +int MORSE_Version (int *ver_major, int *ver_minor, int *ver_micro); +int MORSE_Element_Size (int type); +int MORSE_My_Mpi_Rank (void); + #ifdef __cplusplus } #endif