failure of MOOSE installation

64 views
Skip to first unread message

lee.h...@gradientdynamicsllc.com

unread,
Mar 3, 2016, 2:32:53 PM3/3/16
to moose-users
I followed the instructions on the MOOSE website getting-started-page.
Everything went fine through “Compile libMesh."
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).
Memory = 16 GB
Monitor = Intel Iris Pro (1.536 GHz)
OS X 10.9.5 (13F34)
What is your guidance?

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.
Jay suggests using ICE, which does have the capability for defining the problem geometry.
How do I get ICE to work with MOOSE?
Thanks - Lee Hively, PhD (ORNL retired)
========================================================
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$ 

Miller, Jason M

unread,
Mar 3, 2016, 3:05:37 PM3/3/16
to moose...@googlegroups.com
This happens when ones environment is not properly sourcing the moose_profile. Usually this means: Close all your opened terminals, and re-open them. And try to rebuild libMesh again.

As for getting ICE up and running, I will have to leave that to others on the forum.

Thanks!
Jason

--
You received this message because you are subscribed to the Google Groups "moose-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to moose-users...@googlegroups.com.
Visit this group at https://groups.google.com/group/moose-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/moose-users/cc5f1aee-a5dc-4d58-ba15-448c0ce02411%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Cody Permann

unread,
Mar 3, 2016, 5:15:14 PM3/3/16
to moose...@googlegroups.com
The ICE team contributed a script to download and setup ICE with your MOOSE install. It's located in the "scripts" directory.

You need to make sure your environment is sane and you get a good compile of libMesh/MOOSE before you run that script though. It looks like MPI wasn't available when you configured libMesh (as Jason already pointed out).

You can look through the configure log of libMesh. It should detect MPI, PETSc with Hypre for a successful build.

Cody

LEE HIVELY

unread,
Mar 4, 2016, 11:19:17 AM3/4/16
to moose...@googlegroups.com
Thanks!

--
You received this message because you are subscribed to a topic in the Google Groups "moose-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/moose-users/18xTDui6fgU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to moose-users...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages