Go to the source code of this file.
Functions | |
| int | getnumthreads_ () |
| int | get_thread_id_ () |
| void | getoutdir_ (char *dir, int *len) |
| void | getjobname_ (char *dir, int *len) |
| void | getnumcpus_ (int *num) |
| void | getrank_ (int *rank) |
| MPI_Comm | get_communicator () |
| void | stdb_abqerr_ (int *lop, char *format, int *intv, double *realv, char *charv, int format_len) |
| MPI_Comm get_communicator | ( | ) |
Definition at line 43 of file AbaqusUtils.C.
| int get_thread_id_ | ( | ) |
Definition at line 58 of file AbaqusUtils.C.
Referenced by uexternaldb_(), and uexternaldb_().
| void getjobname_ | ( | char * | dir, |
| int * | len | ||
| ) |
Definition at line 104 of file AbaqusUtils.C.
| void getnumcpus_ | ( | int * | num | ) |
Definition at line 29 of file AbaqusUtils.C.
| int getnumthreads_ | ( | ) |
Definition at line 52 of file AbaqusUtils.C.
Referenced by AbaqusUtils::smaInitialize(), and uexternaldb_().
| void getoutdir_ | ( | char * | dir, |
| int * | len | ||
| ) |
Definition at line 95 of file AbaqusUtils.C.
| void getrank_ | ( | int * | rank | ) |
Definition at line 36 of file AbaqusUtils.C.
| void stdb_abqerr_ | ( | int * | lop, |
| char * | format, | ||
| int * | intv, | ||
| double * | realv, | ||
| char * | charv, | ||
| int | format_len | ||
| ) |
Definition at line 115 of file AbaqusUtils.C.