I followed the instructions on the MOOSE website getting-started-page.
When I got to the “Test It!” step, I got many failures (see below) at the ‘make -j8’ step.
The errors seem to involve unresolved references/paths to MPI_Comm, Petsc, and MPI_Abort.
There are many errors, so I may have missed other unresolved references.
Are there some default path(s) that need to be set, or am I doing something else wrong?
I am attempting this installation on an iMac Pro 2.7 GHz Intel Core i5 (1 processor/4 cores).
Also I need a GUI to define the geometry for my model (a novel form of Maxwell’s equations that eliminates the need for a gauge condition).
Jay Billings tells me that Peacock (MOOSE's GUI) has no capability for defining the problem geometry.
Last login: Thu Mar 3 13:17:52 on ttys000
Lees-iMac:~ leehively$ cd projects
Lees-iMac:projects leehively$ cd moose
Lees-iMac:moose leehively$ git pull --rebase origin master
* branch master -> FETCH_HEAD
Current branch master is up to date.
Lees-iMac:moose leehively$ cd test
Lees-iMac:test leehively$ make -j8
MOOSE Compiling C++ (in opt mode) /Users/leehively/projects/moose/framework/src/actions/Action.C...
MOOSE Compiling C++ (in opt mode) /Users/leehively/projects/moose/framework/src/actions/ActionFactory.C...
MOOSE Compiling C++ (in opt mode) /Users/leehively/projects/moose/framework/src/actions/ActionWarehouse.C...
MOOSE Compiling C++ (in opt mode) /Users/leehively/projects/moose/framework/src/actions/AdaptivityAction.C...
MOOSE Compiling C++ (in opt mode) /Users/leehively/projects/moose/framework/src/actions/AddAuxVariableAction.C...
MOOSE Compiling C++ (in opt mode) /Users/leehively/projects/moose/framework/src/actions/AddBCAction.C...
MOOSE Compiling C++ (in opt mode) /Users/leehively/projects/moose/framework/src/actions/AddBoundsVectorsAction.C...
MOOSE Compiling C++ (in opt mode) /Users/leehively/projects/moose/framework/src/actions/AddConstraintAction.C...
In file included from /Users/leehively/projects/moose/framework/src/actions/ActionFactory.C:16:
In file included from /Users/leehively/projects/moose/framework/include/actions/ActionFactory.h:22:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
In file included from /Users/leehively/projects/moose/framework/include/utils/InputParameters.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseError.h:18:
/Users/leehively/projects/moose/framework/include/base/Moose.h:120:1: error:
unknown type name 'MPI_Comm'
MPI_Comm swapLibMeshComm(MPI_Comm new_comm);
^
In file included from /Users/leehively/projects/moose/framework/src/actions/ActionWarehouse.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/ActionWarehouse.h:24:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
In file included from /Users/leehively/projects/moose/framework/include/utils/InputParameters.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseError.h:18:
/Users/leehively/projects/moose/framework/include/base/Moose.h:120:1: error:
unknown type name 'MPI_Comm'
/Users/leehively/projects/moose/framework/include/base/Moose.h:120:26: error:
unknown type name 'MPI_Comm'
MPI_Comm swapLibMeshComm(MPI_Comm new_comm);
^
/Users/leehively/projects/moose/framework/include/base/Moose.h:126:4: error:
PETSc has not been detected, please ensure your environment is set up
properly then rerun the libmesh build script and try to compile MOOSE
again.
#error PETSc has not been detected, please ensure your environment is ...
^
MPI_Comm swapLibMeshComm(MPI_Comm new_comm);
^
/Users/leehively/projects/moose/framework/include/base/Moose.h:120:26: error:
unknown type name 'MPI_Comm'
MPI_Comm swapLibMeshComm(MPI_Comm new_comm);
^
/Users/leehively/projects/moose/framework/include/base/Moose.h:126:4: error:
PETSc has not been detected, please ensure your environment is set up
properly then rerun the libmesh build script and try to compile MOOSE
again.
#error PETSc has not been detected, please ensure your environment is ...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/Action.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
In file included from /Users/leehively/projects/moose/framework/include/utils/InputParameters.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseError.h:18:
/Users/leehively/projects/moose/framework/include/base/Moose.h:120:1: error:
unknown type name 'MPI_Comm'
MPI_Comm swapLibMeshComm(MPI_Comm new_comm);
^
/Users/leehively/projects/moose/framework/include/base/Moose.h:120:26: error:
unknown type name 'MPI_Comm'
MPI_Comm swapLibMeshComm(MPI_Comm new_comm);
^
/Users/leehively/projects/moose/framework/include/base/Moose.h:126:4: error:
PETSc has not been detected, please ensure your environment is set up
properly then rerun the libmesh build script and try to compile MOOSE
again.
#error PETSc has not been detected, please ensure your environment is ...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AdaptivityAction.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/AdaptivityAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
In file included from /Users/leehively/projects/moose/framework/include/utils/InputParameters.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseError.h:18:
/Users/leehively/projects/moose/framework/include/base/Moose.h:120:1: error:
unknown type name 'MPI_Comm'
MPI_Comm swapLibMeshComm(MPI_Comm new_comm);
^
/Users/leehively/projects/moose/framework/include/base/Moose.h:120:26: error:
unknown type name 'MPI_Comm'
MPI_Comm swapLibMeshComm(MPI_Comm new_comm);
^
/Users/leehively/projects/moose/framework/include/base/Moose.h:126:4: error:
PETSc has not been detected, please ensure your environment is set up
properly then rerun the libmesh build script and try to compile MOOSE
again.
#error PETSc has not been detected, please ensure your environment is ...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddAuxVariableAction.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/AddAuxVariableAction.h:19:
In file included from /Users/leehively/projects/moose/framework/include/actions/AddVariableAction.h:19:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
In file included from /Users/leehively/projects/moose/framework/include/utils/InputParameters.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseError.h:18:
/Users/leehively/projects/moose/framework/include/base/Moose.h:120:1: error:
unknown type name 'MPI_Comm'
MPI_Comm swapLibMeshComm(MPI_Comm new_comm);
^
/Users/leehively/projects/moose/framework/include/base/Moose.h:120:26: error:
unknown type name 'MPI_Comm'
MPI_Comm swapLibMeshComm(MPI_Comm new_comm);
^
/Users/leehively/projects/moose/framework/include/base/Moose.h:126:4: error:
PETSc has not been detected, please ensure your environment is set up
properly then rerun the libmesh build script and try to compile MOOSE
again.
#error PETSc has not been detected, please ensure your environment is ...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddConstraintAction.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/AddConstraintAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/MooseObjectAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
In file included from /Users/leehively/projects/moose/framework/include/utils/InputParameters.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseError.h:18:
/Users/leehively/projects/moose/framework/include/base/Moose.h:120:1: error:
unknown type name 'MPI_Comm'
MPI_Comm swapLibMeshComm(MPI_Comm new_comm);
^
/Users/leehively/projects/moose/framework/include/base/Moose.h:120:26: error:
unknown type name 'MPI_Comm'
MPI_Comm swapLibMeshComm(MPI_Comm new_comm);
^
/Users/leehively/projects/moose/framework/include/base/Moose.h:126:4: error:
PETSc has not been detected, please ensure your environment is set up
properly then rerun the libmesh build script and try to compile MOOSE
again.
#error PETSc has not been detected, please ensure your environment is ...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddBoundsVectorsAction.C:16:
In file included from /Users/leehively/projects/moose/framework/include/actions/AddBoundsVectorsAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
In file included from /Users/leehively/projects/moose/framework/include/utils/InputParameters.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseError.h:18:
/Users/leehively/projects/moose/framework/include/base/Moose.h:120:1: error:
unknown type name 'MPI_Comm'
MPI_Comm swapLibMeshComm(MPI_Comm new_comm);
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddBCAction.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/AddBCAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/MooseObjectAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
In file included from /Users/leehively/projects/moose/framework/include/utils/InputParameters.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseError.h:18:
/Users/leehively/projects/moose/framework/include/base/Moose.h:120:1: error:
unknown type name 'MPI_Comm'
MPI_Comm swapLibMeshComm(MPI_Comm new_comm);
^
/Users/leehively/projects/moose/framework/include/base/Moose.h:120:26: error:
unknown type name 'MPI_Comm'
MPI_Comm swapLibMeshComm(MPI_Comm new_comm);
^
/Users/leehively/projects/moose/framework/include/base/Moose.h:126:4: error:
PETSc has not been detected, please ensure your environment is set up
properly then rerun the libmesh build script and try to compile MOOSE
again.
#error PETSc has not been detected, please ensure your environment is ...
^
/Users/leehively/projects/moose/framework/include/base/Moose.h:120:26: error:
unknown type name 'MPI_Comm'
MPI_Comm swapLibMeshComm(MPI_Comm new_comm);
^
/Users/leehively/projects/moose/framework/include/base/Moose.h:126:4: error:
PETSc has not been detected, please ensure your environment is set up
properly then rerun the libmesh build script and try to compile MOOSE
again.
#error PETSc has not been detected, please ensure your environment is ...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/ActionFactory.C:16:
In file included from /Users/leehively/projects/moose/framework/include/actions/ActionFactory.h:22:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
In file included from /Users/leehively/projects/moose/framework/include/utils/InputParameters.h:23:
In file included from /Users/leehively/projects/moose/framework/include/utils/MooseUtils.h:19:
In file included from /Users/leehively/projects/moose/framework/include/materials/MaterialProperty.h:22:
/Users/leehively/projects/moose/framework/include/restart/DataIO.h:134:3: error:
use of undeclared identifier 'MPI_Abort'
mooseError("Cannot store raw pointers as restartable data!\nWrite a cu...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/ActionWarehouse.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/ActionWarehouse.h:24:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
In file included from /Users/leehively/projects/moose/framework/include/utils/InputParameters.h:23:
In file included from /Users/leehively/projects/moose/framework/include/utils/MooseUtils.h:19:
In file included from /Users/leehively/projects/moose/framework/include/materials/MaterialProperty.h:22:
/Users/leehively/projects/moose/framework/include/restart/DataIO.h:134:3: error:
use of undeclared identifier 'MPI_Abort'
mooseError("Cannot store raw pointers as restartable data!\nWrite a cu...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/ActionFactory.C:16:
In file included from /Users/leehively/projects/moose/framework/include/actions/ActionFactory.h:22:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
In file included from /Users/leehively/projects/moose/framework/include/utils/InputParameters.h:23:
In file included from /Users/leehively/projects/moose/framework/include/utils/MooseUtils.h:19:
In file included from /Users/leehively/projects/moose/framework/include/materials/MaterialProperty.h:22:
/Users/leehively/projects/moose/framework/include/restart/DataIO.h:275:3: error:
use of undeclared identifier 'MPI_Abort'
mooseError("Cannot load raw pointers as restartable data!\nWrite a cus...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/ActionWarehouse.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/ActionWarehouse.h:24:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
In file included from /Users/leehively/projects/moose/framework/include/utils/InputParameters.h:23:
In file included from /Users/leehively/projects/moose/framework/include/utils/MooseUtils.h:19:
In file included from /Users/leehively/projects/moose/framework/include/materials/MaterialProperty.h:22:
/Users/leehively/projects/moose/framework/include/restart/DataIO.h:275:3: error:
use of undeclared identifier 'MPI_Abort'
mooseError("Cannot load raw pointers as restartable data!\nWrite a cus...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/Action.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
In file included from /Users/leehively/projects/moose/framework/include/utils/InputParameters.h:23:
In file included from /Users/leehively/projects/moose/framework/include/utils/MooseUtils.h:19:
In file included from /Users/leehively/projects/moose/framework/include/materials/MaterialProperty.h:22:
/Users/leehively/projects/moose/framework/include/restart/DataIO.h:134:3: error:
use of undeclared identifier 'MPI_Abort'
mooseError("Cannot store raw pointers as restartable data!\nWrite a cu...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/ActionFactory.C:16:
In file included from /Users/leehively/projects/moose/framework/include/actions/ActionFactory.h:22:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
In file included from /Users/leehively/projects/moose/framework/include/utils/InputParameters.h:23:
In file included from /Users/leehively/projects/moose/framework/include/utils/MooseUtils.h:19:
/Users/leehively/projects/moose/framework/include/materials/MaterialProperty.h:202:59: error:
use of undeclared identifier 'MPI_Abort'
MaterialProperty(const MaterialProperty<T> & /*src*/) { mooseError("Ma...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/Action.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
In file included from /Users/leehively/projects/moose/framework/include/utils/InputParameters.h:23:
In file included from /Users/leehively/projects/moose/framework/include/utils/MooseUtils.h:19:
In file included from /Users/leehively/projects/moose/framework/include/materials/MaterialProperty.h:22:
/Users/leehively/projects/moose/framework/include/restart/DataIO.h:275:3: error:
use of undeclared identifier 'MPI_Abort'
mooseError("Cannot load raw pointers as restartable data!\nWrite a cus...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/ActionFactory.C:16:
In file included from /Users/leehively/projects/moose/framework/include/actions/ActionFactory.h:22:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
In file included from /Users/leehively/projects/moose/framework/include/utils/InputParameters.h:23:
In file included from /Users/leehively/projects/moose/framework/include/utils/MooseUtils.h:19:
/Users/leehively/projects/moose/framework/include/materials/MaterialProperty.h:205:76: error:
use of undeclared identifier 'MPI_Abort'
...& operator = (const MaterialProperty<T> & /*rhs*/) { mooseError("Materia...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/ActionWarehouse.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/ActionWarehouse.h:24:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
In file included from /Users/leehively/projects/moose/framework/include/utils/InputParameters.h:23:
In file included from /Users/leehively/projects/moose/framework/include/utils/MooseUtils.h:19:
/Users/leehively/projects/moose/framework/include/materials/MaterialProperty.h:202:59: error:
use of undeclared identifier 'MPI_Abort'
MaterialProperty(const MaterialProperty<T> & /*src*/) { mooseError("Ma...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AdaptivityAction.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/AdaptivityAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
In file included from /Users/leehively/projects/moose/framework/include/utils/InputParameters.h:23:
In file included from /Users/leehively/projects/moose/framework/include/utils/MooseUtils.h:19:
In file included from /Users/leehively/projects/moose/framework/include/materials/MaterialProperty.h:22:
/Users/leehively/projects/moose/framework/include/restart/DataIO.h:134:3: error:
use of undeclared identifier 'MPI_Abort'
mooseError("Cannot store raw pointers as restartable data!\nWrite a cu...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/ActionWarehouse.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/ActionWarehouse.h:24:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
In file included from /Users/leehively/projects/moose/framework/include/utils/InputParameters.h:23:
In file included from /Users/leehively/projects/moose/framework/include/utils/MooseUtils.h:19:
/Users/leehively/projects/moose/framework/include/materials/MaterialProperty.h:205:76: error:
use of undeclared identifier 'MPI_Abort'
...& operator = (const MaterialProperty<T> & /*rhs*/) { mooseError("Materia...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/Action.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
In file included from /Users/leehively/projects/moose/framework/include/utils/InputParameters.h:23:
In file included from /Users/leehively/projects/moose/framework/include/utils/MooseUtils.h:19:
/Users/leehively/projects/moose/framework/include/materials/MaterialProperty.h:202:59: error:
use of undeclared identifier 'MPI_Abort'
MaterialProperty(const MaterialProperty<T> & /*src*/) { mooseError("Ma...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AdaptivityAction.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/AdaptivityAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
In file included from /Users/leehively/projects/moose/framework/include/utils/InputParameters.h:23:
In file included from /Users/leehively/projects/moose/framework/include/utils/MooseUtils.h:19:
In file included from /Users/leehively/projects/moose/framework/include/materials/MaterialProperty.h:22:
/Users/leehively/projects/moose/framework/include/restart/DataIO.h:275:3: error:
use of undeclared identifier 'MPI_Abort'
mooseError("Cannot load raw pointers as restartable data!\nWrite a cus...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/Action.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
In file included from /Users/leehively/projects/moose/framework/include/utils/InputParameters.h:23:
In file included from /Users/leehively/projects/moose/framework/include/utils/MooseUtils.h:19:
/Users/leehively/projects/moose/framework/include/materials/MaterialProperty.h:205:76: error:
use of undeclared identifier 'MPI_Abort'
...& operator = (const MaterialProperty<T> & /*rhs*/) { mooseError("Materia...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AdaptivityAction.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/AdaptivityAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
In file included from /Users/leehively/projects/moose/framework/include/utils/InputParameters.h:23:
In file included from /Users/leehively/projects/moose/framework/include/utils/MooseUtils.h:19:
/Users/leehively/projects/moose/framework/include/materials/MaterialProperty.h:202:59: error:
use of undeclared identifier 'MPI_Abort'
MaterialProperty(const MaterialProperty<T> & /*src*/) { mooseError("Ma...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddAuxVariableAction.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/AddAuxVariableAction.h:19:
In file included from /Users/leehively/projects/moose/framework/include/actions/AddVariableAction.h:19:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
In file included from /Users/leehively/projects/moose/framework/include/utils/InputParameters.h:23:
In file included from /Users/leehively/projects/moose/framework/include/utils/MooseUtils.h:19:
In file included from /Users/leehively/projects/moose/framework/include/materials/MaterialProperty.h:22:
/Users/leehively/projects/moose/framework/include/restart/DataIO.h:134:3: error:
use of undeclared identifier 'MPI_Abort'
mooseError("Cannot store raw pointers as restartable data!\nWrite a cu...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AdaptivityAction.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/AdaptivityAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
In file included from /Users/leehively/projects/moose/framework/include/utils/InputParameters.h:23:
In file included from /Users/leehively/projects/moose/framework/include/utils/MooseUtils.h:19:
/Users/leehively/projects/moose/framework/include/materials/MaterialProperty.h:205:76: error:
use of undeclared identifier 'MPI_Abort'
...& operator = (const MaterialProperty<T> & /*rhs*/) { mooseError("Materia...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddAuxVariableAction.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/AddAuxVariableAction.h:19:
In file included from /Users/leehively/projects/moose/framework/include/actions/AddVariableAction.h:19:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
In file included from /Users/leehively/projects/moose/framework/include/utils/InputParameters.h:23:
In file included from /Users/leehively/projects/moose/framework/include/utils/MooseUtils.h:19:
In file included from /Users/leehively/projects/moose/framework/include/materials/MaterialProperty.h:22:
/Users/leehively/projects/moose/framework/include/restart/DataIO.h:275:3: error:
use of undeclared identifier 'MPI_Abort'
mooseError("Cannot load raw pointers as restartable data!\nWrite a cus...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddConstraintAction.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/AddConstraintAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/MooseObjectAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
In file included from /Users/leehively/projects/moose/framework/include/utils/InputParameters.h:23:
In file included from /Users/leehively/projects/moose/framework/include/utils/MooseUtils.h:19:
In file included from /Users/leehively/projects/moose/framework/include/materials/MaterialProperty.h:22:
/Users/leehively/projects/moose/framework/include/restart/DataIO.h:134:3: error:
use of undeclared identifier 'MPI_Abort'
mooseError("Cannot store raw pointers as restartable data!\nWrite a cu...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddAuxVariableAction.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/AddAuxVariableAction.h:19:
In file included from /Users/leehively/projects/moose/framework/include/actions/AddVariableAction.h:19:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
In file included from /Users/leehively/projects/moose/framework/include/utils/InputParameters.h:23:
In file included from /Users/leehively/projects/moose/framework/include/utils/MooseUtils.h:19:
/Users/leehively/projects/moose/framework/include/materials/MaterialProperty.h:202:59: error:
use of undeclared identifier 'MPI_Abort'
MaterialProperty(const MaterialProperty<T> & /*src*/) { mooseError("Ma...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddBCAction.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/AddBCAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/MooseObjectAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
In file included from /Users/leehively/projects/moose/framework/include/utils/InputParameters.h:23:
In file included from /Users/leehively/projects/moose/framework/include/utils/MooseUtils.h:19:
In file included from /Users/leehively/projects/moose/framework/include/materials/MaterialProperty.h:22:
/Users/leehively/projects/moose/framework/include/restart/DataIO.h:134:3: error:
use of undeclared identifier 'MPI_Abort'
mooseError("Cannot store raw pointers as restartable data!\nWrite a cu...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddConstraintAction.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/AddConstraintAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/MooseObjectAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
In file included from /Users/leehively/projects/moose/framework/include/utils/InputParameters.h:23:
In file included from /Users/leehively/projects/moose/framework/include/utils/MooseUtils.h:19:
In file included from /Users/leehively/projects/moose/framework/include/materials/MaterialProperty.h:22:
/Users/leehively/projects/moose/framework/include/restart/DataIO.h:275:3: error:
use of undeclared identifier 'MPI_Abort'
mooseError("Cannot load raw pointers as restartable data!\nWrite a cus...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddBoundsVectorsAction.C:16:
In file included from /Users/leehively/projects/moose/framework/include/actions/AddBoundsVectorsAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
In file included from /Users/leehively/projects/moose/framework/include/utils/InputParameters.h:23:
In file included from /Users/leehively/projects/moose/framework/include/utils/MooseUtils.h:19:
In file included from /Users/leehively/projects/moose/framework/include/materials/MaterialProperty.h:22:
/Users/leehively/projects/moose/framework/include/restart/DataIO.h:134:3: error:
use of undeclared identifier 'MPI_Abort'
mooseError("Cannot store raw pointers as restartable data!\nWrite a cu...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddAuxVariableAction.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/AddAuxVariableAction.h:19:
In file included from /Users/leehively/projects/moose/framework/include/actions/AddVariableAction.h:19:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
In file included from /Users/leehively/projects/moose/framework/include/utils/InputParameters.h:23:
In file included from /Users/leehively/projects/moose/framework/include/utils/MooseUtils.h:19:
/Users/leehively/projects/moose/framework/include/materials/MaterialProperty.h:205:76: error:
use of undeclared identifier 'MPI_Abort'
...& operator = (const MaterialProperty<T> & /*rhs*/) { mooseError("Materia...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddBCAction.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/AddBCAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/MooseObjectAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
In file included from /Users/leehively/projects/moose/framework/include/utils/InputParameters.h:23:
In file included from /Users/leehively/projects/moose/framework/include/utils/MooseUtils.h:19:
In file included from /Users/leehively/projects/moose/framework/include/materials/MaterialProperty.h:22:
/Users/leehively/projects/moose/framework/include/restart/DataIO.h:275:3: error:
use of undeclared identifier 'MPI_Abort'
mooseError("Cannot load raw pointers as restartable data!\nWrite a cus...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expandedIn file included from /Users/leehively/projects/moose/framework/src/actions/ActionFactory.C:16:
In file included from /Users/leehively/projects/moose/framework/include/actions/ActionFactory.h:22:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
/Users/leehively/projects/moose/framework/include/utils/InputParameters.h:786:5:error:
use of undeclared identifier 'MPI_Abort'
mooseError("Parameter " << name << " is NULL.\n" << error_string);
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/ActionWarehouse.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/ActionWarehouse.h:24:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
/Users/leehively/projects/moose/framework/include/utils/InputParameters.h:786:5:error:
use of undeclared identifier 'MPI_Abort'
mooseError("Parameter " << name << " is NULL.\n" << error_string);
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddConstraintAction.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/AddConstraintAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/MooseObjectAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
In file included from /Users/leehively/projects/moose/framework/include/utils/InputParameters.h:23:
In file included from /Users/leehively/projects/moose/framework/include/utils/MooseUtils.h:19:
/Users/leehively/projects/moose/framework/include/materials/MaterialProperty.h:202:59: error:
use of undeclared identifier 'MPI_Abort'
MaterialProperty(const MaterialProperty<T> & /*src*/) { mooseError("Ma...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddBoundsVectorsAction.C:16:
In file included from /Users/leehively/projects/moose/framework/include/actions/AddBoundsVectorsAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
In file included from /Users/leehively/projects/moose/framework/include/utils/InputParameters.h:23:
In file included from /Users/leehively/projects/moose/framework/include/utils/MooseUtils.h:19:
In file included from /Users/leehively/projects/moose/framework/include/materials/MaterialProperty.h:22:
/Users/leehively/projects/moose/framework/include/restart/DataIO.h:275:3: error:
use of undeclared identifier 'MPI_Abort'
mooseError("Cannot load raw pointers as restartable data!\nWrite a cus...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/ActionFactory.C:16:
In file included from /Users/leehively/projects/moose/framework/include/actions/ActionFactory.h:22:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
/Users/leehively/projects/moose/framework/include/utils/InputParameters.h:805:3:error:
use of undeclared identifier 'MPI_Abort'
mooseError("You cannot call addRequiredParam and supply a default valu...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddBCAction.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/AddBCAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/MooseObjectAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
In file included from /Users/leehively/projects/moose/framework/include/utils/InputParameters.h:23:
In file included from /Users/leehively/projects/moose/framework/include/utils/MooseUtils.h:19:
/Users/leehively/projects/moose/framework/include/materials/MaterialProperty.h:202:59: error:
use of undeclared identifier 'MPI_Abort'
MaterialProperty(const MaterialProperty<T> & /*src*/) { mooseError("Ma...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddConstraintAction.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/AddConstraintAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/MooseObjectAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
In file included from /Users/leehively/projects/moose/framework/include/utils/InputParameters.h:23:
In file included from /Users/leehively/projects/moose/framework/include/utils/MooseUtils.h:19:
/Users/leehively/projects/moose/framework/include/materials/MaterialProperty.h:205:76: error:
use of undeclared identifier 'MPI_Abort'
...& operator = (const MaterialProperty<T> & /*rhs*/) { mooseError("Materia...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/Action.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
/Users/leehively/projects/moose/framework/include/utils/InputParameters.h:786:5:error:
use of undeclared identifier 'MPI_Abort'
mooseError("Parameter " << name << " is NULL.\n" << error_string);
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddBoundsVectorsAction.C:16:
In file included from /Users/leehively/projects/moose/framework/include/actions/AddBoundsVectorsAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
In file included from /Users/leehively/projects/moose/framework/include/utils/InputParameters.h:23:
In file included from /Users/leehively/projects/moose/framework/include/utils/MooseUtils.h:19:
/Users/leehively/projects/moose/framework/include/materials/MaterialProperty.h:202:59: error:
use of undeclared identifier 'MPI_Abort'
MaterialProperty(const MaterialProperty<T> & /*src*/) { mooseError("Ma...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddBCAction.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/AddBCAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/MooseObjectAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
In file included from /Users/leehively/projects/moose/framework/include/utils/InputParameters.h:23:
In file included from /Users/leehively/projects/moose/framework/include/utils/MooseUtils.h:19:
/Users/leehively/projects/moose/framework/include/materials/MaterialProperty.h:205:76: error:
use of undeclared identifier 'MPI_Abort'
...& operator = (const MaterialProperty<T> & /*rhs*/) { mooseError("Materia...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/ActionWarehouse.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/ActionWarehouse.h:24:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
/Users/leehively/projects/moose/framework/include/utils/InputParameters.h:805:3:error:
use of undeclared identifier 'MPI_Abort'
mooseError("You cannot call addRequiredParam and supply a default valu...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddBoundsVectorsAction.C:16:
In file included from /Users/leehively/projects/moose/framework/include/actions/AddBoundsVectorsAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
In file included from /Users/leehively/projects/moose/framework/include/utils/InputParameters.h:23:
In file included from /Users/leehively/projects/moose/framework/include/utils/MooseUtils.h:19:
/Users/leehively/projects/moose/framework/include/materials/MaterialProperty.h:205:76: error:
use of undeclared identifier 'MPI_Abort'
...& operator = (const MaterialProperty<T> & /*rhs*/) { mooseError("Materia...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/ActionFactory.C:16:
In file included from /Users/leehively/projects/moose/framework/include/actions/ActionFactory.h:22:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
/Users/leehively/projects/moose/framework/include/utils/InputParameters.h:942:5:error:
use of undeclared identifier 'MPI_Abort'
mooseError("Attempting to set parameter \"" << name << "\" with typ...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/Action.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
/Users/leehively/projects/moose/framework/include/utils/InputParameters.h:805:3:error:
use of undeclared identifier 'MPI_Abort'
mooseError("You cannot call addRequiredParam and supply a default valu...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/ActionWarehouse.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/ActionWarehouse.h:24:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
/Users/leehively/projects/moose/framework/include/utils/InputParameters.h:942:5:error:
use of undeclared identifier 'MPI_Abort'
mooseError("Attempting to set parameter \"" << name << "\" with typ...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/ActionFactory.C:16:
In file included from /Users/leehively/projects/moose/framework/include/actions/ActionFactory.h:22:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
/Users/leehively/projects/moose/framework/include/utils/InputParameters.h:950:5:error:
use of undeclared identifier 'MPI_Abort'
mooseError("Unable to suppress nonexistent parameter: " << name);
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AdaptivityAction.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/AdaptivityAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
/Users/leehively/projects/moose/framework/include/utils/InputParameters.h:786:5:error:
use of undeclared identifier 'MPI_Abort'
mooseError("Parameter " << name << " is NULL.\n" << error_string);
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/Action.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
/Users/leehively/projects/moose/framework/include/utils/InputParameters.h:942:5:error:
use of undeclared identifier 'MPI_Abort'
mooseError("Attempting to set parameter \"" << name << "\" with typ...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/ActionFactory.C:16:
In file included from /Users/leehively/projects/moose/framework/include/actions/ActionFactory.h:22:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
/Users/leehively/projects/moose/framework/include/utils/InputParameters.h:1058:5: error:
use of undeclared identifier 'MPI_Abort'
mooseError("The parameter \"" << name << "\" is being retrieved befo...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AdaptivityAction.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/AdaptivityAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
/Users/leehively/projects/moose/framework/include/utils/InputParameters.h:805:3:error:
use of undeclared identifier 'MPI_Abort'
mooseError("You cannot call addRequiredParam and supply a default valu...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/ActionWarehouse.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/ActionWarehouse.h:24:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
/Users/leehively/projects/moose/framework/include/utils/InputParameters.h:950:5:error:
use of undeclared identifier 'MPI_Abort'
mooseError("Unable to suppress nonexistent parameter: " << name);
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/Action.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
/Users/leehively/projects/moose/framework/include/utils/InputParameters.h:950:5:error:
use of undeclared identifier 'MPI_Abort'
mooseError("Unable to suppress nonexistent parameter: " << name);
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/ActionWarehouse.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/ActionWarehouse.h:24:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
/Users/leehively/projects/moose/framework/include/utils/InputParameters.h:1058:5: error:
use of undeclared identifier 'MPI_Abort'
mooseError("The parameter \"" << name << "\" is being retrieved befo...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AdaptivityAction.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/AdaptivityAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
/Users/leehively/projects/moose/framework/include/utils/InputParameters.h:942:5:error:
use of undeclared identifier 'MPI_Abort'
mooseError("Attempting to set parameter \"" << name << "\" with typ...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddAuxVariableAction.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/AddAuxVariableAction.h:19:
In file included from /Users/leehively/projects/moose/framework/include/actions/AddVariableAction.h:19:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
/Users/leehively/projects/moose/framework/include/utils/InputParameters.h:786:5:error:
use of undeclared identifier 'MPI_Abort'
mooseError("Parameter " << name << " is NULL.\n" << error_string);
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/Action.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
/Users/leehively/projects/moose/framework/include/utils/InputParameters.h:1058:5: error:
use of undeclared identifier 'MPI_Abort'
mooseError("The parameter \"" << name << "\" is being retrieved befo...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/ActionFactory.C:17:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseApp.h:20:
In file included from /Users/leehively/projects/moose/framework/include/parser/Parser.h:22:
In file included from /Users/leehively/projects/moose/framework/include/parser/Syntax.h:20:
/Users/leehively/projects/moose/framework/include/utils/DependencyResolver.h:287:7: error:
use of undeclared identifier 'MPI_Abort'
mooseError("DependencyResolver error: next_set shouldn't be empty!");
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddAuxVariableAction.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/AddAuxVariableAction.h:19:
In file included from /Users/leehively/projects/moose/framework/include/actions/AddVariableAction.h:19:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
/Users/leehively/projects/moose/framework/include/utils/InputParameters.h:805:3:error:
use of undeclared identifier 'MPI_Abort'
mooseError("You cannot call addRequiredParam and supply a default valu...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AdaptivityAction.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/AdaptivityAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
/Users/leehively/projects/moose/framework/include/utils/InputParameters.h:950:5:error:
use of undeclared identifier 'MPI_Abort'
mooseError("Unable to suppress nonexistent parameter: " << name);
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddConstraintAction.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/AddConstraintAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/MooseObjectAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
/Users/leehively/projects/moose/framework/include/utils/InputParameters.h:786:5:error:
use of undeclared identifier 'MPI_Abort'
mooseError("Parameter " << name << " is NULL.\n" << error_string);
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/ActionWarehouse.C:15:
/Users/leehively/projects/moose/framework/include/actions/ActionWarehouse.h:122:9: error:
use of undeclared identifier 'MPI_Abort'
mooseError("Action with name being "+name+" does not exist");
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddBCAction.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/AddBCAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/MooseObjectAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
/Users/leehively/projects/moose/framework/include/utils/InputParameters.h:786:5:error:
use of undeclared identifier 'MPI_Abort'
mooseError("Parameter " << name << " is NULL.\n" << error_string);
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AdaptivityAction.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/AdaptivityAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
/Users/leehively/projects/moose/framework/include/utils/InputParameters.h:1058:5: error:
use of undeclared identifier 'MPI_Abort'
mooseError("The parameter \"" << name << "\" is being retrieved befo...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddBoundsVectorsAction.C:16:
In file included from /Users/leehively/projects/moose/framework/include/actions/AddBoundsVectorsAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
/Users/leehively/projects/moose/framework/include/utils/InputParameters.h:786:5:error:
use of undeclared identifier 'MPI_Abort'
mooseError("Parameter " << name << " is NULL.\n" << error_string);
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddAuxVariableAction.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/AddAuxVariableAction.h:19:
In file included from /Users/leehively/projects/moose/framework/include/actions/AddVariableAction.h:19:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
/Users/leehively/projects/moose/framework/include/utils/InputParameters.h:942:5:error:
use of undeclared identifier 'MPI_Abort'
mooseError("Attempting to set parameter \"" << name << "\" with typ...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/Action.C:16:
/Users/leehively/projects/moose/framework/include/actions/ActionWarehouse.h:122:9: error:
use of undeclared identifier 'MPI_Abort'
mooseError("Action with name being "+name+" does not exist");
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddConstraintAction.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/AddConstraintAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/MooseObjectAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
/Users/leehively/projects/moose/framework/include/utils/InputParameters.h:805:3:error:
use of undeclared identifier 'MPI_Abort'
mooseError("You cannot call addRequiredParam and supply a default valu...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/ActionWarehouse.C:17:
In file included from /Users/leehively/projects/moose/framework/include/parser/Parser.h:22:
In file included from /Users/leehively/projects/moose/framework/include/parser/Syntax.h:20:
/Users/leehively/projects/moose/framework/include/utils/DependencyResolver.h:287:7: error:
use of undeclared identifier 'MPI_Abort'
mooseError("DependencyResolver error: next_set shouldn't be empty!");
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddBCAction.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/AddBCAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/MooseObjectAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
/Users/leehively/projects/moose/framework/include/utils/InputParameters.h:805:3:error:
use of undeclared identifier 'MPI_Abort'
mooseError("You cannot call addRequiredParam and supply a default valu...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddAuxVariableAction.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/AddAuxVariableAction.h:19:
In file included from /Users/leehively/projects/moose/framework/include/actions/AddVariableAction.h:19:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
/Users/leehively/projects/moose/framework/include/utils/InputParameters.h:950:5:error:
use of undeclared identifier 'MPI_Abort'
mooseError("Unable to suppress nonexistent parameter: " << name);
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddBoundsVectorsAction.C:16:
In file included from /Users/leehively/projects/moose/framework/include/actions/AddBoundsVectorsAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
/Users/leehively/projects/moose/framework/include/utils/InputParameters.h:805:3:error:
use of undeclared identifier 'MPI_Abort'
mooseError("You cannot call addRequiredParam and supply a default valu...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddConstraintAction.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/AddConstraintAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/MooseObjectAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
/Users/leehively/projects/moose/framework/include/utils/InputParameters.h:942:5:error:
use of undeclared identifier 'MPI_Abort'
mooseError("Attempting to set parameter \"" << name << "\" with typ...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddBCAction.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/AddBCAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/MooseObjectAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
/Users/leehively/projects/moose/framework/include/utils/InputParameters.h:942:5:error:
use of undeclared identifier 'MPI_Abort'
mooseError("Attempting to set parameter \"" << name << "\" with typ...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddBoundsVectorsAction.C:16:
In file included from /Users/leehively/projects/moose/framework/include/actions/AddBoundsVectorsAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
/Users/leehively/projects/moose/framework/include/utils/InputParameters.h:942:5:error:
use of undeclared identifier 'MPI_Abort'
mooseError("Attempting to set parameter \"" << name << "\" with typ...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddAuxVariableAction.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/AddAuxVariableAction.h:19:
In file included from /Users/leehively/projects/moose/framework/include/actions/AddVariableAction.h:19:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
/Users/leehively/projects/moose/framework/include/utils/InputParameters.h:1058:5: error:
use of undeclared identifier 'MPI_Abort'
mooseError("The parameter \"" << name << "\" is being retrieved befo...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/Action.C:17:
In file included from /Users/leehively/projects/moose/framework/include/mesh/MooseMesh.h:21:
/Users/leehively/projects/moose/framework/include/restart/Restartable.h:232:5: error:
use of undeclared identifier 'MPI_Abort'
mooseError("No valid SubProblem found for " << _restartable_system_n...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddConstraintAction.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/AddConstraintAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/MooseObjectAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
/Users/leehively/projects/moose/framework/include/utils/InputParameters.h:950:5:error:
use of undeclared identifier 'MPI_Abort'
mooseError("Unable to suppress nonexistent parameter: " << name);
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddBCAction.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/AddBCAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/MooseObjectAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
/Users/leehively/projects/moose/framework/include/utils/InputParameters.h:950:5:error:
use of undeclared identifier 'MPI_Abort'
mooseError("Unable to suppress nonexistent parameter: " << name);
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddBoundsVectorsAction.C:16:
In file included from /Users/leehively/projects/moose/framework/include/actions/AddBoundsVectorsAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
/Users/leehively/projects/moose/framework/include/utils/InputParameters.h:950:5:error:
use of undeclared identifier 'MPI_Abort'
mooseError("Unable to suppress nonexistent parameter: " << name);
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddConstraintAction.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/AddConstraintAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/MooseObjectAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
/Users/leehively/projects/moose/framework/include/utils/InputParameters.h:1058:5: error:
use of undeclared identifier 'MPI_Abort'
mooseError("The parameter \"" << name << "\" is being retrieved befo...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/Action.C:17:
In file included from /Users/leehively/projects/moose/framework/include/mesh/MooseMesh.h:21:
/Users/leehively/projects/moose/framework/include/restart/Restartable.h:247:5: error:
use of undeclared identifier 'MPI_Abort'
mooseError("No valid SubProblem found for " << _restartable_system_n...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddBCAction.C:15:
In file included from /Users/leehively/projects/moose/framework/include/actions/AddBCAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/MooseObjectAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
/Users/leehively/projects/moose/framework/include/utils/InputParameters.h:1058:5: error:
use of undeclared identifier 'MPI_Abort'
mooseError("The parameter \"" << name << "\" is being retrieved befo...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddBoundsVectorsAction.C:16:
In file included from /Users/leehively/projects/moose/framework/include/actions/AddBoundsVectorsAction.h:18:
In file included from /Users/leehively/projects/moose/framework/include/actions/Action.h:18:
/Users/leehively/projects/moose/framework/include/utils/InputParameters.h:1058:5: error:
use of undeclared identifier 'MPI_Abort'
mooseError("The parameter \"" << name << "\" is being retrieved befo...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/Action.C:17:
In file included from /Users/leehively/projects/moose/framework/include/mesh/MooseMesh.h:21:
/Users/leehively/projects/moose/framework/include/restart/Restartable.h:286:5: error:
use of undeclared identifier 'MPI_Abort'
mooseError("No valid SubProblem found for " << _restartable_system_n...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/Action.C:17:
In file included from /Users/leehively/projects/moose/framework/include/mesh/MooseMesh.h:21:
/Users/leehively/projects/moose/framework/include/restart/Restartable.h:300:5: error:
use of undeclared identifier 'MPI_Abort'
mooseError("No valid SubProblem found for " << _restartable_system_n...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/ActionFactory.C:17:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseApp.h:21:
/Users/leehively/projects/moose/framework/include/actions/ActionWarehouse.h:122:9: error:
use of undeclared identifier 'MPI_Abort'
mooseError("Action with name being "+name+" does not exist");
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/ActionFactory.C:17:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseApp.h:22:
/Users/leehively/projects/moose/framework/include/base/Factory.h:166:9: error:
use of undeclared identifier 'MPI_Abort'
mooseError("Object '" + obj_name + "' already registered.");
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/ActionFactory.C:17:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseApp.h:22:
/Users/leehively/projects/moose/framework/include/base/Factory.h:235:7: error:
use of undeclared identifier 'MPI_Abort'
mooseError("We expected to create an object of type '" + demangle(...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/ActionWarehouse.C:21:
In file included from /Users/leehively/projects/moose/framework/include/mesh/MooseMesh.h:21:
/Users/leehively/projects/moose/framework/include/restart/Restartable.h:232:5: error:
use of undeclared identifier 'MPI_Abort'
mooseError("No valid SubProblem found for " << _restartable_system_n...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/ActionWarehouse.C:21:
In file included from /Users/leehively/projects/moose/framework/include/mesh/MooseMesh.h:21:
/Users/leehively/projects/moose/framework/include/restart/Restartable.h:247:5: error:
use of undeclared identifier 'MPI_Abort'
mooseError("No valid SubProblem found for " << _restartable_system_n...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/ActionFactory.C:17:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseApp.h:24:
In file included from /Users/leehively/projects/moose/framework/include/outputs/OutputWarehouse.h:19:
In file included from /Users/leehively/projects/moose/framework/include/outputs/Output.h:20:
/Users/leehively/projects/moose/framework/include/restart/Restartable.h:232:5: error:
use of undeclared identifier 'MPI_Abort'
mooseError("No valid SubProblem found for " << _restartable_system_n...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/ActionWarehouse.C:21:
In file included from /Users/leehively/projects/moose/framework/include/mesh/MooseMesh.h:21:
/Users/leehively/projects/moose/framework/include/restart/Restartable.h:286:5: error:
use of undeclared identifier 'MPI_Abort'
mooseError("No valid SubProblem found for " << _restartable_system_n...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/ActionFactory.C:17:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseApp.h:24:
In file included from /Users/leehively/projects/moose/framework/include/outputs/OutputWarehouse.h:19:
In file included from /Users/leehively/projects/moose/framework/include/outputs/Output.h:20:
/Users/leehively/projects/moose/framework/include/restart/Restartable.h:247:5: error:
use of undeclared identifier 'MPI_Abort'
mooseError("No valid SubProblem found for " << _restartable_system_n...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/ActionWarehouse.C:21:
In file included from /Users/leehively/projects/moose/framework/include/mesh/MooseMesh.h:21:
/Users/leehively/projects/moose/framework/include/restart/Restartable.h:300:5: error:
use of undeclared identifier 'MPI_Abort'
mooseError("No valid SubProblem found for " << _restartable_system_n...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/ActionFactory.C:17:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseApp.h:24:
In file included from /Users/leehively/projects/moose/framework/include/outputs/OutputWarehouse.h:19:
In file included from /Users/leehively/projects/moose/framework/include/outputs/Output.h:20:
/Users/leehively/projects/moose/framework/include/restart/Restartable.h:286:5: error:
use of undeclared identifier 'MPI_Abort'
mooseError("No valid SubProblem found for " << _restartable_system_n...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/Action.C:18:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseApp.h:20:
In file included from /Users/leehively/projects/moose/framework/include/parser/Parser.h:22:
In file included from /Users/leehively/projects/moose/framework/include/parser/Syntax.h:20:
/Users/leehively/projects/moose/framework/include/utils/DependencyResolver.h:287:7: error:
use of undeclared identifier 'MPI_Abort'
mooseError("DependencyResolver error: next_set shouldn't be empty!");
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
In file included from /Users/leehively/projects/moose/framework/src/actions/AdaptivityAction.C:19:
In file included from /Users/leehively/projects/moose/framework/include/base/FEProblem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/AuxiliarySystem.h:19:
/Users/leehively/projects/moose/framework/include/base/SystemBase.h:150:52: error:
use of undeclared identifier 'MPI_Abort'
virtual NumericVector<Number> & residualCopy() { mooseError("This syst...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AdaptivityAction.C:19:
In file included from /Users/leehively/projects/moose/framework/include/base/FEProblem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/AuxiliarySystem.h:19:
/Users/leehively/projects/moose/framework/include/base/SystemBase.h:151:55: error:
use of undeclared identifier 'MPI_Abort'
virtual NumericVector<Number> & residualGhosted() { mooseError("This s...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddAuxVariableAction.C:16:
In file included from /Users/leehively/projects/moose/framework/include/base/FEProblem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/AuxiliarySystem.h:19:
/Users/leehively/projects/moose/framework/include/base/SystemBase.h:150:52: error:
use of undeclared identifier 'MPI_Abort'
virtual NumericVector<Number> & residualCopy() { mooseError("This syst...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddConstraintAction.C:16:
In file included from /Users/leehively/projects/moose/framework/include/base/FEProblem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/AuxiliarySystem.h:19:
/Users/leehively/projects/moose/framework/include/base/SystemBase.h:150:52: error:
use of undeclared identifier 'MPI_Abort'
virtual NumericVector<Number> & residualCopy() { mooseError("This syst...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddBoundsVectorsAction.C:17:
In file included from /Users/leehively/projects/moose/framework/include/base/FEProblem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/AuxiliarySystem.h:19:
/Users/leehively/projects/moose/framework/include/base/SystemBase.h:150:52: error:
use of undeclared identifier 'MPI_Abort'
virtual NumericVector<Number> & residualCopy() { mooseError("This syst...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddBCAction.C:16:
In file included from /Users/leehively/projects/moose/framework/include/base/FEProblem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/AuxiliarySystem.h:19:
/Users/leehively/projects/moose/framework/include/base/SystemBase.h:150:52: error:
use of undeclared identifier 'MPI_Abort'
virtual NumericVector<Number> & residualCopy() { mooseError("This syst...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddAuxVariableAction.C:16:
In file included from /Users/leehively/projects/moose/framework/include/base/FEProblem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/AuxiliarySystem.h:19:
/Users/leehively/projects/moose/framework/include/base/SystemBase.h:151:55: error:
use of undeclared identifier 'MPI_Abort'
virtual NumericVector<Number> & residualGhosted() { mooseError("This s...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/Action.C:18:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseApp.h:22:
/Users/leehively/projects/moose/framework/include/base/Factory.h:166:9: error:
use of undeclared identifier 'MPI_Abort'
mooseError("Object '" + obj_name + "' already registered.");
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AdaptivityAction.C:19:
In file included from /Users/leehively/projects/moose/framework/include/base/FEProblem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/AuxiliarySystem.h:19:
/Users/leehively/projects/moose/framework/include/base/SystemBase.h:601:11: error:
use of undeclared identifier 'MPI_Abort'
mooseError("Invalid value passed as \"initial_from_file_timest...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddConstraintAction.C:16:
In file included from /Users/leehively/projects/moose/framework/include/base/FEProblem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/AuxiliarySystem.h:19:
/Users/leehively/projects/moose/framework/include/base/SystemBase.h:151:55: error:
use of undeclared identifier 'MPI_Abort'
virtual NumericVector<Number> & residualGhosted() { mooseError("This s...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
/Users/leehively/projects/moose/framework/src/actions/ActionWarehouse.C:125:7: error:
use of undeclared identifier 'MPI_Abort'
mooseError("A(n) " << task << " is not a registered task");
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddBoundsVectorsAction.C:17:
In file included from /Users/leehively/projects/moose/framework/include/base/FEProblem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/AuxiliarySystem.h:19:
/Users/leehively/projects/moose/framework/include/base/SystemBase.h:151:55: error:
use of undeclared identifier 'MPI_Abort'
virtual NumericVector<Number> & residualGhosted() { mooseError("This s...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddBCAction.C:16:
In file included from /Users/leehively/projects/moose/framework/include/base/FEProblem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/AuxiliarySystem.h:19:
/Users/leehively/projects/moose/framework/include/base/SystemBase.h:151:55: error:
use of undeclared identifier 'MPI_Abort'
virtual NumericVector<Number> & residualGhosted() { mooseError("This s...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
In file included from /Users/leehively/projects/moose/framework/src/actions/AddAuxVariableAction.C:16:
In file included from /Users/leehively/projects/moose/framework/include/base/FEProblem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/AuxiliarySystem.h:19:
/Users/leehively/projects/moose/framework/include/base/SystemBase.h:601:11: error:
use of undeclared identifier 'MPI_Abort'
mooseError("Invalid value passed as \"initial_from_file_timest...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AdaptivityAction.C:19:
In file included from /Users/leehively/projects/moose/framework/include/base/FEProblem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/AuxiliarySystem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/ExecuteMooseObjectWarehouse.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseObjectWarehouse.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseObjectWarehouseBase.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/DependencyResolverInterface.h:25:
/Users/leehively/projects/moose/framework/include/utils/DependencyResolver.h:287:7: error:
use of undeclared identifier 'MPI_Abort'
mooseError("DependencyResolver error: next_set shouldn't be empty!");
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
In file included from /Users/leehively/projects/moose/framework/src/actions/AddConstraintAction.C:16:
In file included from /Users/leehively/projects/moose/framework/include/base/FEProblem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/AuxiliarySystem.h:19:
/Users/leehively/projects/moose/framework/include/base/SystemBase.h:601:11: error:
use of undeclared identifier 'MPI_Abort'
mooseError("Invalid value passed as \"initial_from_file_timest...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddBoundsVectorsAction.C:17:
In file included from /Users/leehively/projects/moose/framework/include/base/FEProblem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/AuxiliarySystem.h:19:
/Users/leehively/projects/moose/framework/include/base/SystemBase.h:601:11: error:
use of undeclared identifier 'MPI_Abort'
mooseError("Invalid value passed as \"initial_from_file_timest...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddAuxVariableAction.C:16:
In file included from /Users/leehively/projects/moose/framework/include/base/FEProblem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/AuxiliarySystem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/ExecuteMooseObjectWarehouse.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseObjectWarehouse.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseObjectWarehouseBase.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/DependencyResolverInterface.h:25:
/Users/leehively/projects/moose/framework/include/utils/DependencyResolver.h:287:7: error:
use of undeclared identifier 'MPI_Abort'
mooseError("DependencyResolver error: next_set shouldn't be empty!");
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AdaptivityAction.C:19:
In file included from /Users/leehively/projects/moose/framework/include/base/FEProblem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/AuxiliarySystem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/ExecuteMooseObjectWarehouse.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseObjectWarehouse.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseObjectWarehouseBase.h:19:
/Users/leehively/projects/moose/framework/include/base/DependencyResolverInterface.h:109:3: error:
use of undeclared identifier 'MPI_Abort'
mooseError(oss.str());
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddBCAction.C:16:
In file included from /Users/leehively/projects/moose/framework/include/base/FEProblem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/AuxiliarySystem.h:19:
/Users/leehively/projects/moose/framework/include/base/SystemBase.h:601:11: error:
use of undeclared identifier 'MPI_Abort'
mooseError("Invalid value passed as \"initial_from_file_timest...
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddConstraintAction.C:16:
In file included from /Users/leehively/projects/moose/framework/include/base/FEProblem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/AuxiliarySystem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/ExecuteMooseObjectWarehouse.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseObjectWarehouse.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseObjectWarehouseBase.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/DependencyResolverInterface.h:25:
/Users/leehively/projects/moose/framework/include/utils/DependencyResolver.h:287:7: error:
use of undeclared identifier 'MPI_Abort'
mooseError("DependencyResolver error: next_set shouldn't be empty!");
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddBoundsVectorsAction.C:17:
In file included from /Users/leehively/projects/moose/framework/include/base/FEProblem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/AuxiliarySystem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/ExecuteMooseObjectWarehouse.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseObjectWarehouse.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseObjectWarehouseBase.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/DependencyResolverInterface.h:25:
/Users/leehively/projects/moose/framework/include/utils/DependencyResolver.h:287:7: error:
use of undeclared identifier 'MPI_Abort'
mooseError("DependencyResolver error: next_set shouldn't be empty!");
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddAuxVariableAction.C:16:
In file included from /Users/leehively/projects/moose/framework/include/base/FEProblem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/AuxiliarySystem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/ExecuteMooseObjectWarehouse.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseObjectWarehouse.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseObjectWarehouseBase.h:19:
/Users/leehively/projects/moose/framework/include/base/DependencyResolverInterface.h:109:3: error:
use of undeclared identifier 'MPI_Abort'
mooseError(oss.str());
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddBCAction.C:16:
In file included from /Users/leehively/projects/moose/framework/include/base/FEProblem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/AuxiliarySystem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/ExecuteMooseObjectWarehouse.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseObjectWarehouse.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseObjectWarehouseBase.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/DependencyResolverInterface.h:25:
/Users/leehively/projects/moose/framework/include/utils/DependencyResolver.h:287:7: error:
use of undeclared identifier 'MPI_Abort'
mooseError("DependencyResolver error: next_set shouldn't be empty!");
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddBoundsVectorsAction.C:17:
In file included from /Users/leehively/projects/moose/framework/include/base/FEProblem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/AuxiliarySystem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/ExecuteMooseObjectWarehouse.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseObjectWarehouse.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseObjectWarehouseBase.h:19:
/Users/leehively/projects/moose/framework/include/base/DependencyResolverInterface.h:109:3: error:
use of undeclared identifier 'MPI_Abort'
mooseError(oss.str());
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddConstraintAction.C:16:
In file included from /Users/leehively/projects/moose/framework/include/base/FEProblem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/AuxiliarySystem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/ExecuteMooseObjectWarehouse.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseObjectWarehouse.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseObjectWarehouseBase.h:19:
/Users/leehively/projects/moose/framework/include/base/DependencyResolverInterface.h:109:3: error:
use of undeclared identifier 'MPI_Abort'
mooseError(oss.str());
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AdaptivityAction.C:19:
In file included from /Users/leehively/projects/moose/framework/include/base/FEProblem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/AuxiliarySystem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/ExecuteMooseObjectWarehouse.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseObjectWarehouse.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseObjectWarehouseBase.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/BoundaryRestrictable.h:20:
/Users/leehively/projects/moose/framework/include/materials/MaterialData.h:282:5: error:
use of undeclared identifier 'MPI_Abort'
mooseError("Material has no property named: " + name);
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddBCAction.C:16:
In file included from /Users/leehively/projects/moose/framework/include/base/FEProblem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/AuxiliarySystem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/ExecuteMooseObjectWarehouse.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseObjectWarehouse.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseObjectWarehouseBase.h:19:
/Users/leehively/projects/moose/framework/include/base/DependencyResolverInterface.h:109:3: error:
use of undeclared identifier 'MPI_Abort'
mooseError(oss.str());
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
20 errors generated.
make: *** [/Users/leehively/projects/moose/framework/src/actions/ActionFactory.x86_64-apple-darwin13.4.0.opt.lo] Error 1
make: *** Waiting for unfinished jobs....
In file included from /Users/leehively/projects/moose/framework/src/actions/AdaptivityAction.C:19:
In file included from /Users/leehively/projects/moose/framework/include/base/FEProblem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/AuxiliarySystem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/ExecuteMooseObjectWarehouse.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseObjectWarehouse.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseObjectWarehouseBase.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/BoundaryRestrictable.h:20:
/Users/leehively/projects/moose/framework/include/materials/MaterialData.h:296:5: error:
use of undeclared identifier 'MPI_Abort'
mooseError("Material has no property named: " + name);
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddAuxVariableAction.C:16:
In file included from /Users/leehively/projects/moose/framework/include/base/FEProblem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/AuxiliarySystem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/ExecuteMooseObjectWarehouse.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseObjectWarehouse.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseObjectWarehouseBase.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/BoundaryRestrictable.h:20:
/Users/leehively/projects/moose/framework/include/materials/MaterialData.h:282:5: error:
use of undeclared identifier 'MPI_Abort'
mooseError("Material has no property named: " + name);
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddBoundsVectorsAction.C:17:
In file included from /Users/leehively/projects/moose/framework/include/base/FEProblem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/AuxiliarySystem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/ExecuteMooseObjectWarehouse.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseObjectWarehouse.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseObjectWarehouseBase.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/BoundaryRestrictable.h:20:
/Users/leehively/projects/moose/framework/include/materials/MaterialData.h:282:5: error:
use of undeclared identifier 'MPI_Abort'
mooseError("Material has no property named: " + name);
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddConstraintAction.C:16:
In file included from /Users/leehively/projects/moose/framework/include/base/FEProblem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/AuxiliarySystem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/ExecuteMooseObjectWarehouse.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseObjectWarehouse.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseObjectWarehouseBase.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/BoundaryRestrictable.h:20:
/Users/leehively/projects/moose/framework/include/materials/MaterialData.h:282:5: error:
use of undeclared identifier 'MPI_Abort'
mooseError("Material has no property named: " + name);
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
fatal error: too many errors emitted,In file included from /Users/leehively/projects/moose/framework/src/actions/AddAuxVariableAction.C:16:
In file included from /Users/leehively/projects/moose/framework/include/base/FEProblem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/AuxiliarySystem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/ExecuteMooseObjectWarehouse.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseObjectWarehouse.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseObjectWarehouseBase.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/BoundaryRestrictable.h:20:
/Users/leehively/projects/moose/framework/include/materials/MaterialData.h:296:5: error:
use of undeclared identifier 'MPI_Abort'
mooseError("Material has no property named: " + name);
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
stopping now [-ferror-limit=]
In file included from /Users/leehively/projects/moose/framework/src/actions/AddBCAction.C:16:
In file included from /Users/leehively/projects/moose/framework/include/base/FEProblem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/AuxiliarySystem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/ExecuteMooseObjectWarehouse.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseObjectWarehouse.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseObjectWarehouseBase.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/BoundaryRestrictable.h:20:
/Users/leehively/projects/moose/framework/include/materials/MaterialData.h:282:5: error:
use of undeclared identifier 'MPI_Abort'
mooseError("Material has no property named: " + name);
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddBoundsVectorsAction.C:17:
In file included from /Users/leehively/projects/moose/framework/include/base/FEProblem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/AuxiliarySystem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/ExecuteMooseObjectWarehouse.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseObjectWarehouse.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseObjectWarehouseBase.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/BoundaryRestrictable.h:20:
/Users/leehively/projects/moose/framework/include/materials/MaterialData.h:296:5: error:
use of undeclared identifier 'MPI_Abort'
mooseError("Material has no property named: " + name);
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddConstraintAction.C:16:
In file included from /Users/leehively/projects/moose/framework/include/base/FEProblem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/AuxiliarySystem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/ExecuteMooseObjectWarehouse.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseObjectWarehouse.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseObjectWarehouseBase.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/BoundaryRestrictable.h:20:
/Users/leehively/projects/moose/framework/include/materials/MaterialData.h:296:5: error:
use of undeclared identifier 'MPI_Abort'
mooseError("Material has no property named: " + name);
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
In file included from /Users/leehively/projects/moose/framework/src/actions/AddBCAction.C:16:
In file included from /Users/leehively/projects/moose/framework/include/base/FEProblem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/AuxiliarySystem.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/ExecuteMooseObjectWarehouse.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseObjectWarehouse.h:19:
In file included from /Users/leehively/projects/moose/framework/include/base/MooseObjectWarehouseBase.h:20:
In file included from /Users/leehively/projects/moose/framework/include/base/BoundaryRestrictable.h:20:
/Users/leehively/projects/moose/framework/include/materials/MaterialData.h:296:5: error:
use of undeclared identifier 'MPI_Abort'
mooseError("Material has no property named: " + name);
^
/Users/leehively/projects/moose/framework/include/base/MooseError.h:55:7: note:
expanded from macro 'mooseError'
MPI_Abort(libMesh::GLOBAL_COMM_WORLD,1)...
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
fatal error: too many errors emitted, stopping now [-ferror-limit=]
fatal error: too many errors emitted, stopping now [-ferror-limit=]
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make: *** [/Users/leehively/projects/moose/framework/src/actions/ActionWarehouse.x86_64-apple-darwin13.4.0.opt.lo] Error 1
20 errors generated.
make: *** [/Users/leehively/projects/moose/framework/src/actions/Action.x86_64-apple-darwin13.4.0.opt.lo] Error 1
20 errors generated.
20 errors generated.
make: *** [/Users/leehively/projects/moose/framework/src/actions/AddConstraintAction.x86_64-apple-darwin13.4.0.opt.lo] Error 1
20 errors generated.
make: *** [/Users/leehively/projects/moose/framework/src/actions/AddAuxVariableAction.x86_64-apple-darwin13.4.0.opt.lo] Error 1
make: *** [/Users/leehively/projects/moose/framework/src/actions/AddBCAction.x86_64-apple-darwin13.4.0.opt.lo] Error 1
20 errors generated.
make: *** [/Users/leehively/projects/moose/framework/src/actions/AddBoundsVectorsAction.x86_64-apple-darwin13.4.0.opt.lo] Error 1
20 errors generated.
make: *** [/Users/leehively/projects/moose/framework/src/actions/AdaptivityAction.x86_64-apple-darwin13.4.0.opt.lo] Error 1
Lees-iMac:test leehively$