Remove static
from MPIR_Breakpoint
so Intel compilers will not inline it
This commit was SVN r22014.
Этот коммит содержится в:
родитель
1886d5a004
Коммит
9e951ce664
@ -261,7 +261,7 @@ void ompi_wait_for_debugger(void)
|
||||
* defined in orterun for the starter. It should never conflict with
|
||||
* this one, but we'll make it static, just to be sure.
|
||||
*/
|
||||
static void *MPIR_Breakpoint(void)
|
||||
void *MPIR_Breakpoint(void)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user