@inproceedings{16568,
  abstract     = {{We present a data structure problem which describes the requirements of a simple variant of fully dynamic walk-through animation: We assume the scene to consist of unit size balls in R2 or higher dimensions. The scene may be arbitrarily large and has to be stored in secondary memory (discs) with relatively slow access. We allow a visitor to walk in the scene, and a modeler to update the scene by insertions and deletions of balls. We focus on the realtime requirement of animation systems: For some t (specified by the computation power of (the rendering hardware of) the graphic workstation) the data structure has to guarantee that the balls within distance t of the current visitor's position are presented to the rendering hardware, 20 times per second. Insertions and deletions should also be available to the visitor with small delay, independent of the size of the scene. We present a data structure that fulfills the above task in realtime. Its runtime is output-sensitive, i.e. linear in a quantity close to the output size of the query. We further present (preliminary) experimental results indicating that our structure is efficient in practice.
}},
  author       = {{Fischer, Matthias and Meyer auf der Heide, Friedhelm and Strothmann, Willy-Bernhard}},
  booktitle    = {{5th Annual European Symposium on Algorithms (ESA '97)}},
  isbn         = {{9783540633976}},
  issn         = {{0302-9743}},
  pages        = {{157--170}},
  publisher    = {{Springer}},
  title        = {{{Dynamic data structures for realtime management of large geometric scenes}}},
  doi          = {{10.1007/3-540-63397-9_13}},
  volume       = {{1284}},
  year         = {{1997}},
}

@article{19958,
  author       = {{Schwarze, Frank and Meyer auf der Heide, Friedhelm and Schröder, Klaus}},
  journal      = {{Euro-Par 1996}},
  pages        = {{299--306}},
  title        = {{{Routing on Networks of Optical Crossbars (Extended Abstract).}}},
  volume       = {{I}},
  year         = {{1996}},
}

@techreport{17418,
  author       = {{Czumaj, Artur and Meyer auf der Heide, Friedhelm and Stemann, Volker}},
  title        = {{{Contention Resolution in Hashing Based Shared Memory Simulations}}},
  year         = {{1996}},
}

@inproceedings{17419,
  abstract     = {{We present a parallel algorithm for the rendering of complex three-dimensional scenes. The algorithm runs across heterogeneous architectures of PC-clusters consisting of a visualization-node, equipped with a powerful graphics adapter, and cluster nodes requiring weaker graphics capabilities only. The visualization-node renders a mixture of scene objects and simplified meshes (Reliefboards). The cluster nodes assist the visualization-node by asynchronous computing of Reliefboards, which are used to replace and render distant parts of the scene. Our algorithm is capable of gaining significant speedups if the cluster's nodes provide weak graphics adapters only. We trade the number of cluster nodes off the scene objects' image quality.}},
  author       = {{Grigoriev, Dima and Karpinski, Marek and Meyer auf der Heide, Friedhelm and Smolensky, Roman}},
  booktitle    = {{Proc. of 28th ACM-STOC}},
  pages        = {{612--621}},
  publisher    = {{Eurographics Symposium on Parallel Graphics and Visualization}},
  title        = {{{A lower bound for randomized algebraic decision trees}}},
  volume       = {{65453}},
  year         = {{1996}},
}

@inproceedings{17483,
  abstract     = {{In this paper we develop a model for communication time on parallel computers consisting of processors and a service network, i.e., a network performing services like broadcast, synchronization, and global variables. The implementation of the service network is done on a free configurable Transputer network.
Our cost model describes the communication time of accesses to global variables and consists of a multi-linear function. The cost model includes the parameters packet size, send hot spot, and the number of processors accessing global variables. These parameters influence the communication time in a high degree and capture important parameters like contention.
We implement a Bitonic Sort and a Connected Components algorithm (among others) and we show that our model is able to predict the communication time within a 10% error if indirect service networks are used. The applications show that it is easy for a programmer to determine the parameter values for our model and that our new cost model precisely predicts the communication time of parallel algorithms.
Furthermore, we minimize the communication time of accesses to global variables by finding a balance between the number of messages in the network and their size. Our model predicts the optimal values for these parameters which we validate by experiments. A modified implementation of our routing which determines on-line the optimal parameter values for an access to a global variable achieves good speed ups.}},
  author       = {{Fischer, Matthias and Rethmann, Jochen and Wachsmann, Alf}},
  booktitle    = {{3rd Workshop on Abstract Machine Models for Parallel and Distributed Computing (AMW '96)}},
  isbn         = {{905199267X}},
  pages        = {{13–27}},
  publisher    = {{IOS Press}},
  title        = {{{A Realistic Cost Model for the Communication Time in Parallel Programs}}},
  year         = {{1996}},
}

@inbook{17564,
  author       = {{Bäumker, Armin and Dittrich, Wolfgang and Meyer auf der Heide, Friedhelm and Rieping, Ingo}},
  booktitle    = {{Lecture Notes in Computer Science}},
  isbn         = {{9783540616276}},
  issn         = {{0302-9743}},
  pages        = {{369--376}},
  title        = {{{Realistic parallel algorithms: Priority queue operations and selection for the BSP* Model}}},
  doi          = {{10.1007/bfb0024725}},
  year         = {{1996}},
}

@techreport{18352,
  abstract     = {{In this report, we develop a cost model for the communication time on parallel computers consisting of processors and a service network, i.e., a network performing services like broadcast, synchronization, and global variables. Because we do not have a parallel computer at our disposal that is equipped with a service network, we emulate the service network on a reconfigurable Transputer network.
Our cost model describes the communication time of accesses to global variables and consists of a multi­linear function. The cost model includes the parameters packet size, send hot spot (the number of messages sent out by one processor), and number of processors accessing global variables. We show that these parameters influence the communication time in a high degree and capture important parameters like network contention.
We implement a Bitonic Sort, Sample Sort, Matrix Multiplication, and Connected Components algorithm, and we show that our model is able to predict the communication time within a 10% error if indirect service networks are used. The applications show that it is easy for a programer to determine the parameter values for our model and that our new cost model precisely predicts the communication time of parallel algorithms.
We explore the interaction of hot spots and asynchrony and show that the influence of hot spots to the communication time is not as high as one would expect from theoretical considerations in a synchronous model. Therefore, we do not apprehend the hot spot in our cost model.
Furthermore, we minimize the communication time of accesses to global variables by finding a balance between the number of messages in the network and their size. Our model predicts the optimal values for these parameters which we validate by experiments. A modified implementation of our routing which determines on­line the optimal parameter values for an access to a global variable achieves good speed ups.
}},
  author       = {{Fischer, Matthias and Rethmann, Jochen and Wachsmann, Alf}},
  title        = {{{A Realistic Cost Model for the Communication Time in Parallel Programs on Parallel Computers Using a Service Hardware}}},
  year         = {{1996}},
}

@phdthesis{2181,
  author       = {{Scheideler, Christian}},
  publisher    = {{University of Paderborn, Germany}},
  title        = {{{Universal routing strategies}}},
  year         = {{1996}},
}

@article{2182,
  author       = {{Meyer auf der Heide, Friedhelm and Scheideler, Christian and Stemann, Volker}},
  journal      = {{Theor. Comput. Sci.}},
  number       = {{2}},
  pages        = {{245----281}},
  title        = {{{Exploiting Storage Redundancy to Speed up Randomized Shared Memory Simulations}}},
  doi          = {{10.1016/0304-3975(96)00032-1}},
  year         = {{1996}},
}

@inproceedings{2183,
  author       = {{Meyer auf der Heide, Friedhelm and Scheideler, Christian}},
  booktitle    = {{FOCS}},
  pages        = {{370----379}},
  title        = {{{Deterministic Routing with Bounded Buffers: Turning Offline into Online Protocols}}},
  year         = {{1996}},
}

@inproceedings{2184,
  author       = {{Meyer auf der Heide, Friedhelm and Scheideler, Christian}},
  booktitle    = {{SOFSEM}},
  pages        = {{16----33}},
  publisher    = {{Springer}},
  title        = {{{Communication in Parallel Systems}}},
  volume       = {{1175}},
  year         = {{1996}},
}

@inproceedings{2186,
  author       = {{Cypher, Robert and Meyer auf der Heide, Friedhelm and Scheideler, Christian and Vöcking, Berthold}},
  booktitle    = {{STOC}},
  pages        = {{356----365}},
  publisher    = {{ACM}},
  title        = {{{Universal Algorithms for Store-and-Forward and Wormhole Routing}}},
  year         = {{1996}},
}

@article{16698,
  author       = {{Ameur, Foued and Fischer, Paul and Höffgen, Klaus -U. and Meyer auf der Heide, Friedhelm}},
  issn         = {{0001-5903}},
  journal      = {{Acta Informatica}},
  pages        = {{621--630}},
  title        = {{{Trial and error. A new approach to space-bounded learning}}},
  doi          = {{10.1007/bf03036467}},
  year         = {{1996}},
}

@article{16699,
  author       = {{Meyer auf der Heide, Friedhelm and Oesterdiekhoff, Brigitte and Wanka, Rolf}},
  issn         = {{0178-4617}},
  journal      = {{Algorithmica}},
  pages        = {{413--427}},
  title        = {{{Strongly adaptive token distribution}}},
  doi          = {{10.1007/bf01955042}},
  year         = {{1996}},
}

@article{16700,
  author       = {{Karp, R. M. and Luby, M. and Meyer auf der Heide, Friedhelm}},
  issn         = {{0178-4617}},
  journal      = {{Algorithmica}},
  pages        = {{517--542}},
  title        = {{{Efficient PRAM simulation on a distributed memory machine}}},
  doi          = {{10.1007/bf01940878}},
  year         = {{1996}},
}

@article{16701,
  author       = {{Gil, Joseph and Meyer auf der Heide, Friedhelm and Wigderson, Avi}},
  issn         = {{0097-5397}},
  journal      = {{SIAM Journal on Computing}},
  pages        = {{936--955}},
  title        = {{{The Tree Model for Hashing: Lower and Upper Bounds}}},
  doi          = {{10.1137/s0097539793255722}},
  year         = {{1996}},
}

@book{16702,
  editor       = {{Meyer auf der Heide, Friedhelm and Monien, Burkhard}},
  isbn         = {{9783540614401}},
  issn         = {{0302-9743}},
  title        = {{{Automata, Languages and Programming, 23rd International Colloquium, ICALP96}}},
  doi          = {{10.1007/3-540-61440-0}},
  year         = {{1996}},
}

@inbook{16703,
  author       = {{Berenbrink, Petra and Meyer auf der Heide, Friedhelm and Stemann, Volker}},
  booktitle    = {{STACS 96}},
  isbn         = {{9783540609223}},
  issn         = {{0302-9743}},
  title        = {{{Fault-tolerant shared memory simulations}}},
  doi          = {{10.1007/3-540-60922-9_16}},
  year         = {{1996}},
}

@phdthesis{19623,
  author       = {{Stemann, Volker}},
  isbn         = {{3-931466-02-7}},
  publisher    = {{Verlagsschriftenreihe des Heinz Nixdorf Instituts, Paderborn}},
  title        = {{{Contention Resolution in Hashing Based Shared Memory Simulations}}},
  volume       = {{3}},
  year         = {{1995}},
}

@phdthesis{19627,
  author       = {{Czumaj, Artur}},
  isbn         = {{3-931466-07-8}},
  publisher    = {{Verlagsschriftenreihe des Heinz Nixdorf Instituts, Paderborn}},
  title        = {{{Parallel Algorithmic Techniques: PRAM Algorithms and PRAM Simulations}}},
  volume       = {{8}},
  year         = {{1995}},
}

