Academic literature on the topic 'Parallel execution of tasks'
Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles
Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'Parallel execution of tasks.'
Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.
You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.
Journal articles on the topic "Parallel execution of tasks"
TAN, KIAN-LEE, and HONGJUN LU. "ON PROCESSING MULTI-JOINS IN PARALLEL SYSTEMS." Parallel Processing Letters 01, no. 02 (December 1991): 157–64. http://dx.doi.org/10.1142/s0129626491000112.
Full textZOMAYA, ALBERT Y., and GERARD CHAN. "EFFICIENT CLUSTERING FOR PARALLEL TASKS EXECUTION IN DISTRIBUTED SYSTEMS." International Journal of Foundations of Computer Science 16, no. 02 (April 2005): 281–99. http://dx.doi.org/10.1142/s0129054105002991.
Full textOz, Isil, Muhammad Khurram Bhatti, Konstantin Popov, and Mats Brorsson. "Regression-Based Prediction for Task-Based Program Performance." Journal of Circuits, Systems and Computers 28, no. 04 (March 31, 2019): 1950060. http://dx.doi.org/10.1142/s0218126619500609.
Full textAgrawal, Amrit, and Pranay Chaudhuri. "An Algorithm for Task Scheduling in Heterogeneous Distributed Systems Using Task Duplication." International Journal of Grid and High Performance Computing 3, no. 1 (January 2011): 89–97. http://dx.doi.org/10.4018/jghpc.2011010105.
Full textBrecht, Timothy, Xiaotie Deng, and Nian Gu. "Competitive Dynamic Multiprocessor Allocation for Parallel Applications." Parallel Processing Letters 07, no. 01 (March 1997): 89–100. http://dx.doi.org/10.1142/s0129626497000115.
Full textGonzález, J. Solano, and D. I. Jonest. "Parallel computation of configuration space." Robotica 14, no. 2 (March 1996): 205–12. http://dx.doi.org/10.1017/s0263574700019111.
Full textHirata, Hiroaki, and Atsushi Nunome. "Decoupling Computation and Result Write-Back for Thread-Level Parallelization." International Journal of Software Innovation 8, no. 3 (July 2020): 19–34. http://dx.doi.org/10.4018/ijsi.2020070102.
Full textDümmler, Jörg, Thomas Rauber, and Gudula Rünger. "Combined Scheduling and Mapping for Scalable Computing with Parallel Tasks." Scientific Programming 20, no. 1 (2012): 45–67. http://dx.doi.org/10.1155/2012/514940.
Full textZhang, Guo Quan, Guo Qing Shi, Hao Guang Zhao, and Yong Hong Chen. "A Parallel Test Task Scheduling of Integrated Avionics System Based on the Ant Colony Algorithm." Applied Mechanics and Materials 713-715 (January 2015): 2069–72. http://dx.doi.org/10.4028/www.scientific.net/amm.713-715.2069.
Full textDhanesh, Lavanya, and 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, no. 1 (March 1, 2018): 80. http://dx.doi.org/10.11591/ijpeds.v9.i1.pp80-88.
Full textDissertations / Theses on the topic "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.
Full textRaghu, Kumbakonam S. "Taskmaster: an interactive, graphical environment for task specification, execution and monitoring." Thesis, Virginia Tech, 1988. http://hdl.handle.net/10919/43277.
Full textMaster 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.
Full textMcGuigan, 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.
Full textCheese, Andrew B. "Parallel execution of Parlog." Thesis, University of Nottingham, 1990. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.277848.
Full textKing, Andrew. "Distributed parallel symbolic execution." Thesis, Manhattan, Kan. : Kansas State University, 2009. http://hdl.handle.net/2097/1643.
Full textNarula, Neha. "Parallel execution for conflicting transactions." Thesis, Massachusetts Institute of Technology, 2015. http://hdl.handle.net/1721.1/99779.
Full textThis 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.
Full textBen, 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.
Full textSimpson, 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.
Full textBooks on the topic "Parallel execution of tasks"
Parallel execution of Parlog. Berlin: Springer-Verlag, 1992.
Find full textAdams, Loyce M. Reordering computations for parallel execution. Hampton, Va: National Aeronautics and Space Administration, Langley Research Center, 1985.
Find full textParallel execution of logic programs. Boston: Kluwer Academic Publishers, 1987.
Find full textConery, JohnS. Parallel execution of logic programs. Boston, Mass: Kluwer, 1987.
Find full textConery, John S. Parallel Execution of Logic Programs. Boston, MA: Springer US, 1987.
Find full textBeaumont, A., and G. Gupta, eds. Parallel Execution of Logic Programs. Berlin, Heidelberg: Springer Berlin Heidelberg, 1991. http://dx.doi.org/10.1007/3-540-55038-0.
Full textConery, John S. Parallel Execution of Logic Programs. Boston, MA: Springer US, 1987. http://dx.doi.org/10.1007/978-1-4613-1987-0.
Full textExecution models of Prolog for parallel computers. Cambridge, Mass: MIT Press, 1990.
Find full textKacsuk, Péter. Execution models of Prolog for parallel computers. London: Pitman, 1990.
Find full textSun, Xian-He. The reliability of scalability and execution time. Hampton, VA: Institute for Computer Applications in Science and Engineering, NASA Langley Research Center, 1995.
Find full textBook chapters on the topic "Parallel execution of tasks"
Laure, Erwin, Hans Zima, Matthew Haines, and 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.
Full textWiewiura, Piotr, Maciej Malawski, and 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.
Full textBaruah, 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.
Full textDietze, Robert, Michael Hofmann, and 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.
Full textSerrano, Estefania, Javier Garcia Blas, Jesus Carretero, and 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.
Full textCiesko, 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.
Full textHbeika, Jad, and 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.
Full textRiekki, Jukka, Jussi Pajala, Antti Tikanmäki, and 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.
Full textHoge, Christian, Dan Keith, and 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.
Full textShichkina, Yulia, and 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.
Full textConference papers on the topic "Parallel execution of tasks"
Trevisan, Daniela G., Luciana P. Nedel, and 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.
Full textDarbha, Sekhar, and 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.
Full textBalasubramanian, Vivekanandan, Antons Treikalis, Ole Weidner, and 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.
Full textCoronato, Antonio, Giuseppe De Pietro, and 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.
Full textSen, Uddalok, Madhulina Sarkar, and 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.
Full textAlbers, Rob, Eric Suijs, and 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.
Full textFreire de Souza, Jaime, Hermes Senger, and 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.
Full textGhafarian-M., T., and 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.
Full textNesmachnow, S., and 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.
Full textWilson, Lucas A., and 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.
Full textReports on the topic "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.
Full textAmela, R., R. Badia, S. Böhm, R. Tosi, C. Soriano, and 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.
Full textGelman, Andrew. Petascale Hierarchical Modeling VIA Parallel Execution. Office of Scientific and Technical Information (OSTI), April 2014. http://dx.doi.org/10.2172/1127434.
Full textSmith, Tyler Barratt, and James Thomas Perry. Dual compile strategy for parallel heterogeneous execution. Office of Scientific and Technical Information (OSTI), June 2012. http://dx.doi.org/10.2172/1121974.
Full textJi, Zhengrong, Junlan Zhou, Mineo Takai, Jay Martin, and Rajive Bagrodia. Optimizing Parallel Execution of Detailed Wireless Network Simulation. Fort Belvoir, VA: Defense Technical Information Center, January 2004. http://dx.doi.org/10.21236/ada467039.
Full textKnoblock, Craig A. Generating Parallel Execution Plans with a Partial Order Planner. Fort Belvoir, VA: Defense Technical Information Center, May 1994. http://dx.doi.org/10.21236/ada285888.
Full textManacero, 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.
Full textAndersson, Bjorn A., Dionisio de Niz, Hyoseung Kim, Mark Klein, and Ragunathan Rajkumar. Scheduling Constrained-Deadline Sporadic Parallel Tasks Considering Memory Contention. Fort Belvoir, VA: Defense Technical Information Center, October 2014. http://dx.doi.org/10.21236/ada610918.
Full textLi, Pey-yun P., and Alain J. Martin. The Sync Model: A Parallel Execution Method for Logic Programming. Fort Belvoir, VA: Defense Technical Information Center, March 1986. http://dx.doi.org/10.21236/ada442971.
Full textOzmen, Ozgur, James J. Nutaro, and Joshua Ryan New. Parallel Execution of Functional Mock-up Units in Buildings Modeling. Office of Scientific and Technical Information (OSTI), June 2016. http://dx.doi.org/10.2172/1257905.
Full text