interface to user-adjustable core routines of scales ppm
More...
#include <stdio.h>
#include <cfortran.h>
#include "core.h"
#include "symprefix.h"
Go to the source code of this file.
|
| #define | XT_F2C_Data COMMON_BLOCK(XT_F2C_DATA,xt_f2c_data) |
| |
interface to user-adjustable core routines of scales ppm
- Copyright
- (C) 2010,2011,2012 Thomas Jahns jahns.nosp@m.@dkr.nosp@m.z.de
- Author
- Thomas Jahns jahns.nosp@m.@dkr.nosp@m.z.de
Definition in file core.c.
◆ XT_F2C_Data
| #define XT_F2C_Data COMMON_BLOCK(XT_F2C_DATA,xt_f2c_data) |
◆ abort_default()
| void SymPrefix() abort_default |
( |
MPI_Comm |
comm, |
|
|
const char * |
msg, |
|
|
const char * |
source, |
|
|
int |
line |
|
) |
| |
This function prints the message argument and file and line of the error to standard error, and calls either MPI_Abort or abort depending on wether MPI is initialized.
- Parameters
-
| comm | MPI communcator object to use on call to MPI_Abort |
| msg | message text to print |
| source | string describing source file name |
| line | line number of caller |
Definition at line 98 of file core.c.
◆ COMMON_BLOCK_DEF()
◆ set_default_comm()
change default communicator object
Definition at line 85 of file core.c.
◆ SymPrefix() [1/2]
◆ SymPrefix() [2/2]
Unless modified, this function pointer will reference PPM_abort_default.
Definition at line 112 of file core.c.
◆ XT_F2C_Data