PanzerAdaptersIOSS_tIOSSConnManager tests failing in ATDM builds cee-rhel6 builds
*Created by: fryeguy52*
CC: @trilinos/panzer , @mperego (Trilinos Discretizations Product Lead), @bartlettroscoe
## Next Action Status
EMPIRE works just fine against these 'cee-rhel6' builds (see [TRIL-242](https://sems-atlassian-son.sandia.gov/jira/browse/TRIL-242?focusedCommentId=25085&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-25085)) so tests failing tests are not indicative of any problems for EMPIRE. With the merge of PR #4079 to 'develop' on 12/19/2018, these tests are now be disabled in the 'cee-rhel6' builds are were shown to be missing on 12/20/2018.
## Description
As shown in [this query](https://testing.sandia.gov/cdash-dev-view/queryTests.php?project=Trilinos&date=2018-10-15&filtercount=3&showfilters=1&filtercombine=and&field1=buildname&compare1=65&value1=Trilinos-atdm-cee-rhel6-&field2=testname&compare2=65&value2=Panzer&field3=status&compare3=62&value3=passed) the tests:
* PanzerAdaptersIOSS_tIOSSConnManager3_MPI_3
* PanzerAdaptersIOSS_tIOSSConnManager2_MPI_2
are failing in the builds:
* Trilinos-atdm-cee-rhel6-gnu-opt-serial
* Trilinos-atdm-cee-rhel6-intel-opt-serial
* Trilinos-atdm-cee-rhel6-clang-opt-serial
## Current Status on CDash
To see the current status of these tests on CDash, click on the below link:
* [PanzerAdaptersIOSS_tIOSSConnManagerXXX tests in ATDM Trilinos builds for current test testing](https://testing.sandia.gov/cdash/queryTests.php?project=Trilinos&filtercombine=and&filtercombine=and&filtercombine=and&filtercombine=and&filtercombine=and&filtercombine=and&filtercombine=and&filtercombine=and&filtercount=2&showfilters=1&filtercombine=and&field1=buildname&compare1=65&value1=Trilinos-atdm-&field2=testname&compare2=65&value2=PanzerAdaptersIOSS_tIOSSConnManager)
NOTES:
* Click on 'Status' twice to sort all of the currently 'Failed' tests to the top
* Click 'Previous' to see status for prior days, etc.
## Steps to Reproduce
One should be able to reproduce this failure on any CEE LAN RHEL6 SRN as described in:
* https://github.com/trilinos/Trilinos/blob/develop/cmake/std/atdm/README.md
More specifically, the commands given for the systemCEE LAN RHEL6 SRN are provided at:
* https://github.com/trilinos/Trilinos/blob/develop/cmake/std/atdm/README.md#cee-rhel6-environment
The exact commands to reproduce this issue should be:
```
$ cd <some_build_dir>/
$ source $TRILINOS_DIR/cmake/std/atdm/load-env.sh cee-rhel6-gnu-opt-serial
$ cmake \
-GNinja \
-DTrilinos_CONFIGURE_OPTIONS_FILE:STRING=cmake/std/atdm/ATDMDevEnv.cmake \
-DTrilinos_ENABLE_TESTS=ON -DTrilinos_ENABLE_Panzer=ON \
$TRILINOS_DIR
$ make NP=16
$ ctest -j16
```
issue