vtkm::exec::AtomicArray has valid constructors now.
Previously AtomicArray would create an ArrayHandle to a NULL array, and than try to use a NULL array with an inplace portal. Inplace operations require the ArrayHandle to have a size greator than zero.