Inhaltsverzeichnis
Auswahl der wissenschaftlichen Literatur zum Thema „Parallel execution of tasks“
Geben Sie eine Quelle nach APA, MLA, Chicago, Harvard und anderen Zitierweisen an
Machen Sie sich mit den Listen der aktuellen Artikel, Bücher, Dissertationen, Berichten und anderer wissenschaftlichen Quellen zum Thema "Parallel execution of tasks" bekannt.
Neben jedem Werk im Literaturverzeichnis ist die Option "Zur Bibliographie hinzufügen" verfügbar. Nutzen Sie sie, wird Ihre bibliographische Angabe des gewählten Werkes nach der nötigen Zitierweise (APA, MLA, Harvard, Chicago, Vancouver usw.) automatisch gestaltet.
Sie können auch den vollen Text der wissenschaftlichen Publikation im PDF-Format herunterladen und eine Online-Annotation der Arbeit lesen, wenn die relevanten Parameter in den Metadaten verfügbar sind.
Zeitschriftenartikel zum Thema "Parallel execution of tasks"
TAN, KIAN-LEE, und HONGJUN LU. „ON PROCESSING MULTI-JOINS IN PARALLEL SYSTEMS“. Parallel Processing Letters 01, Nr. 02 (Dezember 1991): 157–64. http://dx.doi.org/10.1142/s0129626491000112.
Der volle Inhalt der QuelleZOMAYA, ALBERT Y., und GERARD CHAN. „EFFICIENT CLUSTERING FOR PARALLEL TASKS EXECUTION IN DISTRIBUTED SYSTEMS“. International Journal of Foundations of Computer Science 16, Nr. 02 (April 2005): 281–99. http://dx.doi.org/10.1142/s0129054105002991.
Der volle Inhalt der QuelleOz, Isil, Muhammad Khurram Bhatti, Konstantin Popov und Mats Brorsson. „Regression-Based Prediction for Task-Based Program Performance“. Journal of Circuits, Systems and Computers 28, Nr. 04 (31.03.2019): 1950060. http://dx.doi.org/10.1142/s0218126619500609.
Der volle Inhalt der QuelleAgrawal, Amrit, und Pranay Chaudhuri. „An Algorithm for Task Scheduling in Heterogeneous Distributed Systems Using Task Duplication“. International Journal of Grid and High Performance Computing 3, Nr. 1 (Januar 2011): 89–97. http://dx.doi.org/10.4018/jghpc.2011010105.
Der volle Inhalt der QuelleBrecht, Timothy, Xiaotie Deng und Nian Gu. „Competitive Dynamic Multiprocessor Allocation for Parallel Applications“. Parallel Processing Letters 07, Nr. 01 (März 1997): 89–100. http://dx.doi.org/10.1142/s0129626497000115.
Der volle Inhalt der QuelleGonzález, J. Solano, und D. I. Jonest. „Parallel computation of configuration space“. Robotica 14, Nr. 2 (März 1996): 205–12. http://dx.doi.org/10.1017/s0263574700019111.
Der volle Inhalt der QuelleHirata, Hiroaki, und Atsushi Nunome. „Decoupling Computation and Result Write-Back for Thread-Level Parallelization“. International Journal of Software Innovation 8, Nr. 3 (Juli 2020): 19–34. http://dx.doi.org/10.4018/ijsi.2020070102.
Der volle Inhalt der QuelleDümmler, Jörg, Thomas Rauber und Gudula Rünger. „Combined Scheduling and Mapping for Scalable Computing with Parallel Tasks“. Scientific Programming 20, Nr. 1 (2012): 45–67. http://dx.doi.org/10.1155/2012/514940.
Der volle Inhalt der QuelleZhang, Guo Quan, Guo Qing Shi, Hao Guang Zhao und Yong Hong Chen. „A Parallel Test Task Scheduling of Integrated Avionics System Based on the Ant Colony Algorithm“. Applied Mechanics and Materials 713-715 (Januar 2015): 2069–72. http://dx.doi.org/10.4028/www.scientific.net/amm.713-715.2069.
Der volle Inhalt der QuelleDhanesh, Lavanya, und P. Murugesan. „A Novel Approach in Scheduling Of the Real- Time Tasks In Heterogeneous Multicore Processor with Fuzzy Logic Technique For Micro-grid Power Management“. International Journal of Power Electronics and Drive Systems (IJPEDS) 9, Nr. 1 (01.03.2018): 80. http://dx.doi.org/10.11591/ijpeds.v9.i1.pp80-88.
Der volle Inhalt der QuelleDissertationen zum Thema "Parallel execution of tasks"
Mtshali, Progress Q. T. „Minimizing Parallel Virtual Machine [PVM] Tasks Execution Times Through Optimal Host Assignments“. NSUWorks, 2000. http://nsuworks.nova.edu/gscis_etd/740.
Der volle Inhalt der QuelleRaghu, Kumbakonam S. „Taskmaster: an interactive, graphical environment for task specification, execution and monitoring“. Thesis, Virginia Tech, 1988. http://hdl.handle.net/10919/43277.
Der volle Inhalt der QuelleMaster of Science
Grepl, Filip. „Aplikace pro řízení paralelního zpracování dat“. Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2021. http://www.nusl.cz/ntk/nusl-445490.
Der volle Inhalt der QuelleMcGuigan, Brian. „The Effects of Stress and Executive Functions on Decision Making in an Executive Parallel Task“. Thesis, Umeå universitet, Institutionen för psykologi, 2016. http://urn.kb.se/resolve?urn=urn:nbn:se:umu:diva-124398.
Der volle Inhalt der QuelleCheese, Andrew B. „Parallel execution of Parlog“. Thesis, University of Nottingham, 1990. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.277848.
Der volle Inhalt der QuelleKing, Andrew. „Distributed parallel symbolic execution“. Thesis, Manhattan, Kan. : Kansas State University, 2009. http://hdl.handle.net/2097/1643.
Der volle Inhalt der QuelleNarula, Neha. „Parallel execution for conflicting transactions“. Thesis, Massachusetts Institute of Technology, 2015. http://hdl.handle.net/1721.1/99779.
Der volle Inhalt der QuelleThis electronic version was submitted by the student author. The certified thesis is available in the Institute Archives and Special Collections.
Cataloged from student-submitted PDF version of thesis.
Includes bibliographical references (pages 75-79).
Multicore main-memory databases only obtain parallel performance when transactions do not conflict. Conflicting transactions are executed one at a time in order to ensure that they have serializable effects. Sequential execution on contended data leaves cores idle and reduces throughput. In other parallel programming contexts---not serializable transactions--techniques have been developed that can reduce contention on shared variables using per-core state. This thesis asks the question, can these techniques apply to a general serializable database? This work introduces a new concurrency control technique, phase reconciliation, that uses per-core state to greatly reduce contention on popular database records for many important workloads. Phase reconciliation uses the idea of synchronized phases to amortize the cost of combining per-core data and to extract parallelism. Doppel, our phase reconciliation database, repeatedly cycles through joined and split phases. Joined phases use traditional concurrency control and allow any transaction to execute. When workload contention causes unnecessary sequential execution, Doppel switches to a split phase. During a split phase, commutative operations on popular records act on per-core state, and thus proceed in parallel on different cores. By explicitly using phases, phase reconciliation realizes two important performance benefits: First, it amortizes the potentially high costs of aggregating per-core state over many transactions. Second, it can dynamically split data or not based on observed contention, handling challenging, varying workloads. Doppel achieves higher performance because it parallelizes transactions on popular data that would be run sequentially by conventional concurrency control. Phase reconciliation helps most when there are many updates to a few popular database records. On an 80-core machine, its throughput is up to 38x higher than conventional concurrency control protocols on microbenchmarks, and up to 3x on a larger application, at the cost of increased latency for some transactions.
by Neha Narula.
Ph. D.
Zhao, Zhijia. „Enabling Parallel Execution via Principled Speculation“. W&M ScholarWorks, 2015. https://scholarworks.wm.edu/etd/1593092101.
Der volle Inhalt der QuelleBen, Lahmar Imen. „Continuity of user tasks execution in pervasive environments“. Phd thesis, Institut National des Télécommunications, 2012. http://tel.archives-ouvertes.fr/tel-00789725.
Der volle Inhalt der QuelleSimpson, David John. „Space-efficient execution of parallel functional programs“. Thesis, National Library of Canada = Bibliothèque nationale du Canada, 1999. http://www.collectionscanada.ca/obj/s4/f2/dsk1/tape7/PQDD_0028/NQ51922.pdf.
Der volle Inhalt der QuelleBücher zum Thema "Parallel execution of tasks"
Parallel execution of Parlog. Berlin: Springer-Verlag, 1992.
Den vollen Inhalt der Quelle findenAdams, Loyce M. Reordering computations for parallel execution. Hampton, Va: National Aeronautics and Space Administration, Langley Research Center, 1985.
Den vollen Inhalt der Quelle findenParallel execution of logic programs. Boston: Kluwer Academic Publishers, 1987.
Den vollen Inhalt der Quelle findenConery, JohnS. Parallel execution of logic programs. Boston, Mass: Kluwer, 1987.
Den vollen Inhalt der Quelle findenConery, John S. Parallel Execution of Logic Programs. Boston, MA: Springer US, 1987.
Den vollen Inhalt der Quelle findenBeaumont, A., und G. Gupta, Hrsg. Parallel Execution of Logic Programs. Berlin, Heidelberg: Springer Berlin Heidelberg, 1991. http://dx.doi.org/10.1007/3-540-55038-0.
Der volle Inhalt der QuelleConery, John S. Parallel Execution of Logic Programs. Boston, MA: Springer US, 1987. http://dx.doi.org/10.1007/978-1-4613-1987-0.
Der volle Inhalt der QuelleExecution models of Prolog for parallel computers. Cambridge, Mass: MIT Press, 1990.
Den vollen Inhalt der Quelle findenKacsuk, Péter. Execution models of Prolog for parallel computers. London: Pitman, 1990.
Den vollen Inhalt der Quelle findenSun, Xian-He. The reliability of scalability and execution time. Hampton, VA: Institute for Computer Applications in Science and Engineering, NASA Langley Research Center, 1995.
Den vollen Inhalt der Quelle findenBuchteile zum Thema "Parallel execution of tasks"
Laure, Erwin, Hans Zima, Matthew Haines und Piyush Mehrotra. „Compiling Data Parallel Tasks for Coordinated Execution⋆“. In Euro-Par’99 Parallel Processing, 413–17. Berlin, Heidelberg: Springer Berlin Heidelberg, 1999. http://dx.doi.org/10.1007/3-540-48311-x_54.
Der volle Inhalt der QuelleWiewiura, Piotr, Maciej Malawski und Monika Piwowar. „Distributed Execution of Dynamically Defined Tasks on Microsoft Azure“. In Parallel Processing and Applied Mathematics, 291–301. Cham: Springer International Publishing, 2016. http://dx.doi.org/10.1007/978-3-319-32149-3_28.
Der volle Inhalt der QuelleBaruah, Sanjoy. „Resource-Efficient Execution of Conditional Parallel Real-Time Tasks“. In Euro-Par 2018: Parallel Processing, 218–31. Cham: Springer International Publishing, 2018. http://dx.doi.org/10.1007/978-3-319-96983-1_16.
Der volle Inhalt der QuelleDietze, Robert, Michael Hofmann und Gudula Rünger. „Resource Contention Aware Execution of Multiprocessor Tasks on Heterogeneous Platforms“. In Euro-Par 2017: Parallel Processing Workshops, 390–402. Cham: Springer International Publishing, 2018. http://dx.doi.org/10.1007/978-3-319-75178-8_32.
Der volle Inhalt der QuelleSerrano, Estefania, Javier Garcia Blas, Jesus Carretero und Monica Abella. „Architecture for the Execution of Tasks in Apache Spark in Heterogeneous Environments“. In Euro-Par 2016: Parallel Processing Workshops, 504–15. Cham: Springer International Publishing, 2017. http://dx.doi.org/10.1007/978-3-319-58943-5_41.
Der volle Inhalt der QuelleCiesko, Jan, Sergi Mateo, Xavier Teruel, Xavier Martorell, Eduard Ayguadé, Jesús Labarta, Alex Duran et al. „Towards Task-Parallel Reductions in OpenMP“. In OpenMP: Heterogenous Execution and Data Movements, 189–201. Cham: Springer International Publishing, 2015. http://dx.doi.org/10.1007/978-3-319-24595-9_14.
Der volle Inhalt der QuelleHbeika, Jad, und Milind Kulkarni. „Locality-Aware Task-Parallel Execution on GPUs“. In Languages and Compilers for Parallel Computing, 250–64. Cham: Springer International Publishing, 2017. http://dx.doi.org/10.1007/978-3-319-52709-3_19.
Der volle Inhalt der QuelleRiekki, Jukka, Jussi Pajala, Antti Tikanmäki und Juha Röning. „CAT Finland: Executing Primitive Tasks in Parallel“. In Lecture Notes in Computer Science, 396–401. Berlin, Heidelberg: Springer Berlin Heidelberg, 1999. http://dx.doi.org/10.1007/3-540-48422-1_36.
Der volle Inhalt der QuelleHoge, Christian, Dan Keith und Allen D. Malony. „Client-Side Task Support in Matlab for Concurrent Distributed Execution“. In Distributed and Parallel Systems, 113–22. Boston, MA: Springer US, 2007. http://dx.doi.org/10.1007/978-0-387-69858-8_12.
Der volle Inhalt der QuelleShichkina, Yulia, und Mikhail Kupriyanov. „Creating a Schedule for Parallel Execution of Tasks Based on the Adjacency Lists“. In Lecture Notes in Computer Science, 102–15. Cham: Springer International Publishing, 2018. http://dx.doi.org/10.1007/978-3-030-01168-0_10.
Der volle Inhalt der QuelleKonferenzberichte zum Thema "Parallel execution of tasks"
Trevisan, Daniela G., Luciana P. Nedel und Ariane Boge da SIlva. „Evaluation of Multimodal Interaction in Parallel Tasks Execution“. In 2011 XIII Symposium on Virtual Reality (SVR). IEEE, 2011. http://dx.doi.org/10.1109/svr.2011.31.
Der volle Inhalt der QuelleDarbha, Sekhar, und Dharma Agrawal. „A Task Duplication Based Optimal Scheduling Algorithm for Variable Execution Time Tasks“. In 1994 International Conference on Parallel Processing (ICPP'94). IEEE, 1994. http://dx.doi.org/10.1109/icpp.1994.47.
Der volle Inhalt der QuelleBalasubramanian, Vivekanandan, Antons Treikalis, Ole Weidner und Shantenu Jha. „Ensemble Toolkit: Scalable and Flexible Execution of Ensembles of Tasks“. In 2016 45th International Conference on Parallel Processing (ICPP). IEEE, 2016. http://dx.doi.org/10.1109/icpp.2016.59.
Der volle Inhalt der QuelleCoronato, Antonio, Giuseppe De Pietro und Luigi Gallo. „Dynamic Distribution and Execution of Tasks in Pervasive Grids“. In 15th EUROMICRO International Conference on Parallel, Distributed and Network-Based Processing (PDP'07). IEEE, 2007. http://dx.doi.org/10.1109/pdp.2007.39.
Der volle Inhalt der QuelleSen, Uddalok, Madhulina Sarkar und Nandini Mukherjee. „A Heuristic-Based Resource Allocation Approach for Parallel Execution of Interacting Tasks“. In 2017 IEEE 7th International Advance Computing Conference (IACC). IEEE, 2017. http://dx.doi.org/10.1109/iacc.2017.0158.
Der volle Inhalt der QuelleAlbers, Rob, Eric Suijs und Peter H. N. de With. „Resource prediction and quality control for parallel execution of heterogeneous medical imaging tasks“. In 2009 16th IEEE International Conference on Image Processing ICIP 2009. IEEE, 2009. http://dx.doi.org/10.1109/icip.2009.5414222.
Der volle Inhalt der QuelleFreire de Souza, Jaime, Hermes Senger und Fabricio A. B. Silva. „Escalabilidade de Aplicações Bag-of-Tasks em Plataformas Heterogêneas“. In XXXVII Simpósio Brasileiro de Redes de Computadores e Sistemas Distribuídos. Sociedade Brasileira de Computação - SBC, 2019. http://dx.doi.org/10.5753/sbrc.2019.7394.
Der volle Inhalt der QuelleGhafarian-M., T., und H. Deldari. „Task Execution Availability Prediction in the Enterprise Desktop Grid“. In Parallel and Distributed Computing and Networks. Calgary,AB,Canada: ACTAPRESS, 2010. http://dx.doi.org/10.2316/p.2010.676-039.
Der volle Inhalt der QuelleNesmachnow, S., und A. Tchernykh. „Affinity multiprocessor scheduling considering communications and synchronizations using a Multiobjective Iterated Local Search algorithm“. In 1st International Workshop on Advanced Information and Computation Technologies and Systems 2020. Crossref, 2021. http://dx.doi.org/10.47350/aicts.2020.14.
Der volle Inhalt der QuelleWilson, Lucas A., und Jeffery von Ronne. „A Distributed Dataflow Model for Task-Uncoordinated Parallel Program Execution“. In 2014 43nd International Conference on Parallel Processing Workshops (ICCPW). IEEE, 2014. http://dx.doi.org/10.1109/icppw.2014.49.
Der volle Inhalt der QuelleBerichte der Organisationen zum Thema "Parallel execution of tasks"
Subhlok, Jaspal. Automatic Mapping of Task and Data Parallel Programs for Efficient Execution on Multicomputers. Fort Belvoir, VA: Defense Technical Information Center, November 1993. http://dx.doi.org/10.21236/ada274125.
Der volle Inhalt der QuelleAmela, R., R. Badia, S. Böhm, R. Tosi, C. Soriano und R. Rossi. D4.2 Profiling report of the partner’s tools, complete with performance suggestions. Scipedia, 2021. http://dx.doi.org/10.23967/exaqute.2021.2.023.
Der volle Inhalt der QuelleGelman, Andrew. Petascale Hierarchical Modeling VIA Parallel Execution. Office of Scientific and Technical Information (OSTI), April 2014. http://dx.doi.org/10.2172/1127434.
Der volle Inhalt der QuelleSmith, Tyler Barratt, und James Thomas Perry. Dual compile strategy for parallel heterogeneous execution. Office of Scientific and Technical Information (OSTI), Juni 2012. http://dx.doi.org/10.2172/1121974.
Der volle Inhalt der QuelleJi, Zhengrong, Junlan Zhou, Mineo Takai, Jay Martin und Rajive Bagrodia. Optimizing Parallel Execution of Detailed Wireless Network Simulation. Fort Belvoir, VA: Defense Technical Information Center, Januar 2004. http://dx.doi.org/10.21236/ada467039.
Der volle Inhalt der QuelleKnoblock, Craig A. Generating Parallel Execution Plans with a Partial Order Planner. Fort Belvoir, VA: Defense Technical Information Center, Mai 1994. http://dx.doi.org/10.21236/ada285888.
Der volle Inhalt der QuelleManacero, Aleardo. Performance prediction of parallel programs through execution graph simulation. Office of Scientific and Technical Information (OSTI), September 1997. http://dx.doi.org/10.2172/1421702.
Der volle Inhalt der QuelleAndersson, Bjorn A., Dionisio de Niz, Hyoseung Kim, Mark Klein und Ragunathan Rajkumar. Scheduling Constrained-Deadline Sporadic Parallel Tasks Considering Memory Contention. Fort Belvoir, VA: Defense Technical Information Center, Oktober 2014. http://dx.doi.org/10.21236/ada610918.
Der volle Inhalt der QuelleLi, Pey-yun P., und Alain J. Martin. The Sync Model: A Parallel Execution Method for Logic Programming. Fort Belvoir, VA: Defense Technical Information Center, März 1986. http://dx.doi.org/10.21236/ada442971.
Der volle Inhalt der QuelleOzmen, Ozgur, James J. Nutaro und Joshua Ryan New. Parallel Execution of Functional Mock-up Units in Buildings Modeling. Office of Scientific and Technical Information (OSTI), Juni 2016. http://dx.doi.org/10.2172/1257905.
Der volle Inhalt der Quelle