Academic literature on the topic 'Paralellization'

Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles

Select a source type:

Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'Paralellization.'

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 "Paralellization"

1

Daniel, H. A., and A. E. Ruano. "Automatic paralellization of matricial algorithms." IFAC Proceedings Volumes 32, no. 2 (July 1999): 8716–21. http://dx.doi.org/10.1016/s1474-6670(17)57487-x.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Kok, Maarten P., Tim Segers, and Michel Versluis. "Bubble sorting in pinched microchannels for ultrasound contrast agent enrichment." Lab on a Chip 15, no. 18 (2015): 3716–22. http://dx.doi.org/10.1039/c5lc00370a.

Full text
Abstract:
We present a lab-on-a-chip methodology for the enrichment of ultrasound contrast agents using pinched flow fractionation. We extend the modelling to include relatively large particles, by combining numerical and experimental results. Due to the simple operating principle, sorting devices based on this method are ideally suited for paralellization.
APA, Harvard, Vancouver, ISO, and other styles
3

ITO, NOBUYASU. "PARALLELIZATION OF THE ISING SIMULATION." International Journal of Modern Physics C 04, no. 06 (December 1993): 1131–35. http://dx.doi.org/10.1142/s0129183193000884.

Full text
Abstract:
The parallelization aspect of the Ising Monte Carlo simulation is discussed. It is shown that most of the theoretically interesting simulations now are suitable for the trivial parallelization, that is, the Ising simulation is ideally parallelizable. Furthermore, presently most efficient simulation algorithm for single processor is also a kind of trivial paralellization. Results on the non-equilibrium critical relaxation study is included as an example.
APA, Harvard, Vancouver, ISO, and other styles
4

Ferles, Kostas, Benjamin Sepanski, Rahul Krishnan, James Bornholt, and Işil Dillig. "Synthesizing fine-grained synchronization protocols for implicit monitors." Proceedings of the ACM on Programming Languages 6, OOPSLA1 (December 8, 2022): 1–26. http://dx.doi.org/10.1145/3527311.

Full text
Abstract:
A monitor is a widely-used concurrent programming abstraction that encapsulates all shared state between threads. Monitors can be classified as being either implicit or explicit depending on the primitives they provide. Implicit monitors are much easier to program but typically not as efficient. To address this gap, there has been recent research on automatically synthesizing explicit-signal monitors from an implicit specification, but prior work does not exploit all paralellization opportunities due to the use of a single lock for the entire monitor. This paper presents a new technique for synthesizing fine-grained explicit-synchronization protocols from implicit monitors. Our method is based on two key innovations: First, we present a new static analysis for inferring safe interleavings that allow violating mutual exclusion of monitor operations without changing its semantics. Second, we use the results of this static analysis to generate a MaxSAT instance whose models correspond to correct-by-construction synchronization protocols. We have implemented our approach in a tool called Cortado and evaluate it on monitors that contain parallelization opportunities. Our evaluation shows that Cortado can synthesize synchronization policies that are competitive with, or even better than, expert-written ones on these benchmarks.
APA, Harvard, Vancouver, ISO, and other styles
5

"USING A DETERMINISTIC PARTITIONING FUNCTION FOR POLLARD’S RHO METHOD PARALELLIZATION." Bulletin of the South Ural State University. Series "Computational Mathematics and Software Engineering" 2, no. 3 (September 2013). http://dx.doi.org/10.14529/cmse130305.

Full text
APA, Harvard, Vancouver, ISO, and other styles

Dissertations / Theses on the topic "Paralellization"

1

Liang, Weifa, and wliang@cs anu edu au. "Designing Efficient Parallel Algorithms for Graph Problems." The Australian National University. Department of Computer Science, 1997. http://thesis.anu.edu.au./public/adt-ANU20010829.114536.

Full text
Abstract:
Graph algorithms are concerned with the algorithmic aspects of solving graph problems. The problems are motivated from and have application to diverse areas of computer science, engineering and other disciplines. Problems arising from these areas of application are good candidates for parallelization since they often have both intense computational needs and stringent response time requirements. Motivated by these concerns, this thesis investigates parallel algorithms for these kinds of graph problems that have at least one of the following properties: the problems involve some type of dynamic updates; the sparsification technique is applicable; or the problems are closely related to communications network issues. The models of parallel computation used in our studies are the Parallel Random Access Machine (PRAM) model and the practical interconnection network models such as meshes and hypercubes. ¶ Consider a communications network which can be represented by a graph G = (V;E), where V is a set of sites (processors), and E is a set of links which are used to connect the sites (processors). In some cases, we also assign weights and/or directions to the edges in E. Associated with this network, there are many problems such as (i) whether the network is k-edge (k-vertex) connected withfixed k; (ii) whether there are k-edge (k-vertex) disjoint paths between u and v for a pair of given vertices u and v after the network is dynamically updated by adding and/or deleting an edge etc; (iii) whether the sites in the network can communicate with each other when some sites and links fail; (iv) identifying the first k edges in the network whose deletion will result in the maximum increase in the routing cost in the resulting network for fixed k; (v) how to augment the network at optimal cost with a given feasible set of weighted edges such that the augmented network is k-edge (k-vertex) connected; (vi) how to route messages through the network efficiently. In this thesis we answer the problems mentioned above by presenting efficient parallel algorithms to solve them. As far as we know, most of the proposed algorithms are the first ones in the parallel setting. ¶ Even though most of the problems concerned in this thesis are related to communications networks, we also study the classic edge-coloring problem. The outstanding difficulty to solve this problem in parallel is that we do not yet know whether or not it is in NC. In this thesis we present an improved parallel algorithm for the problem which needs [bigcircle]([bigtriangleup][superscript 4.5]log [superscript 3] [bigtriangleup] log n + [bigtriangleup][superscript 4] log [superscript 4] n) time using [bigcircle](n[superscript 2][bigtriangleup] + n[bigtriangleup][superscript 3]) processors, where n is the number of vertices and [bigtriangleup] is the maximum vertex degree. Compared with a previously known result on the same model, we improved by an [bigcircle]([bigtriangleup][superscript 1.5]) factor in time. The non-trivial part is to reduce this problem to the edge-coloring update problem. We also generalize this problem to the approximate edge-coloring problem by giving a faster parallel algorithm for the latter case. ¶ Throughout the design and analysis of parallel graph algorithms, we also find a technique called the sparsification technique is very powerful in the design of efficient sequential and parallel algorithms on dense undirected graphs. We believe that this technique may be useful in its own right for guiding the design of efficient sequential and parallel algorithms for problems in other areas as well as in graph theory.
APA, Harvard, Vancouver, ISO, and other styles
2

Balakrishnan, Saisanthosh. "Program demultiplexing : data-flow based speculative paralellization of methods in sequential programs /." 2007. http://www.library.wisc.edu/databases/connect/dissertations.html.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Záboj, Petr. "Efektivní paralelizace evolučních algoritmů." Master's thesis, 2020. http://www.nusl.cz/ntk/nusl-434860.

Full text
Abstract:
Evolutionary algorithms are often used for hard optimization problems. Solving time of this problems is long, so we want effective parallelization for this algorithms. Unfortunately, classical methods of parallelization do not work very well in cases where the individual evaluations of problems take significantly different times. In this project, we will try to extend the evolu- tionary algorithm with interleaving generations, which offers a better use of computational resources than classical parallel evolutionary algorithms, by speculative evaluation. Speculative evaluation means the estimation of an in- dividual's fitness function and the prediction of the following steps, which we will use later in the case of a correct estimate. We compare the algorithm with speculative evaluation with the original version in a series of experi- ments and we look at the effect of accuracy in the speculative step on the performance of the algorithm. 1
APA, Harvard, Vancouver, ISO, and other styles
4

Liang, Weifa. "Designing Efficient Parallel Algorithms for Graph Problems." Phd thesis, 1997. http://hdl.handle.net/1885/47660.

Full text
Abstract:
Graph algorithms are concerned with the algorithmic aspects of solving graph problems. The problems are motivated from and have application to diverse areas of computer science, engineering and other disciplines. Problems arising from these areas of application are good candidates for parallelization since they often have both intense computational needs and stringent response time requirements. Motivated by these concerns, this thesis investigates parallel algorithms for these kinds of graph problems that have at least one of the following properties: the problems involve some type of dynamic updates; the sparsification technique is applicable; or the problems are closely related to communications network issues. The models of parallel computation used in our studies are the Parallel Random Access Machine (PRAM) model and the practical interconnection network models such as meshes and hypercubes. ¶ ...
APA, Harvard, Vancouver, ISO, and other styles

Books on the topic "Paralellization"

1

Phipps, Warren E. Paralellization of the Naval Space Surveillance Center (NAVSPASUR) satellite motion model. Monterey, Calif: Naval Postgraduate School, 1992.

Find full text
APA, Harvard, Vancouver, ISO, and other styles

Conference papers on the topic "Paralellization"

1

Olcan, Dragan, Jovana Perovic, Jasmin Music, and Branko Kolundzija. "Paralellization efficiency of 2D MoM code with higher order basis functions." In 2017 IEEE International Symposium on Antennas and Propagation & USNC/URSI National Radio Science Meeting. IEEE, 2017. http://dx.doi.org/10.1109/apusncursinrsm.2017.8072523.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Blaauwbroek, Niels, Phuong Nguyen, Madeleine Gibescu, and Han Slootweg. "Branch current state estimation of three phase distribution networks suitable for paralellization." In 2016 IEEE PES Innovative Smart Grid Technologies Conference Europe (ISGT-Europe). IEEE, 2016. http://dx.doi.org/10.1109/isgteurope.2016.7856262.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Ajiatmo, Dwi, and Imam Robandi. "Modeling and simulation performance of photovoltaic system integration battery and supercapacitor paralellization of MPPT prototipe for solar vehicle." In ENGINEERING INTERNATIONAL CONFERENCE (EIC) 2016: Proceedings of the 5th International Conference on Education, Concept, and Application of Green Technology. Author(s), 2017. http://dx.doi.org/10.1063/1.4979943.

Full text
APA, Harvard, Vancouver, ISO, and other styles
We offer discounts on all premium plans for authors whose works are included in thematic literature selections. Contact us to get a unique promo code!

To the bibliography