scholarly journals An Experimental Implementation of a Resilient Graphic Rendering Cluster

2021 ◽  
Vol 11 (24) ◽  
pp. 12046
Author(s):  
Tibor Skala ◽  
Mirsad Todorovac ◽  
Miklós Kozlovszky ◽  
Marko Maričević

In this paper, we describe the challenge of developing a web front that will give an interactive and relatively immediate result without the overhead of complex grid scheduling, in the sense of the grid’s lack of interactivity and need for certificates that users simply do not own. In particular, the local system of issuing grid certificates is somewhat limited to a narrower community compared to that which we wanted to reach in order to popularize the grid, and our desired level of service availability exceeded the use of the cluster for grid purposes. Therefore, we have developed an interactive, scalable web front and back-end animation rendering frame dispatcher to access our cluster’s rendering power with low latency, low overhead and low performance penalty added to the cost of Persistence of Vision Ray rendering. The system is designed to survive temporary or catastrophic failures such as temporary power loss, load shedding, malfunction of rendering server cluster or client hardware, whether through an automatic or a manual restart, as long as the hardware that keeps the previous work and periodically dumped state of the automata is preserved.

2016 ◽  
Vol 9 (10) ◽  
pp. 3803-3815 ◽  
Author(s):  
Gheorghe-Teodor Bercea ◽  
Andrew T. T. McRae ◽  
David A. Ham ◽  
Lawrence Mitchell ◽  
Florian Rathgeber ◽  
...  

Abstract. We present a generic algorithm for numbering and then efficiently iterating over the data values attached to an extruded mesh. An extruded mesh is formed by replicating an existing mesh, assumed to be unstructured, to form layers of prismatic cells. Applications of extruded meshes include, but are not limited to, the representation of three-dimensional high aspect ratio domains employed by geophysical finite element simulations. These meshes are structured in the extruded direction. The algorithm presented here exploits this structure to avoid the performance penalty traditionally associated with unstructured meshes. We evaluate the implementation of this algorithm in the Firedrake finite element system on a range of low compute intensity operations which constitute worst cases for data layout performance exploration. The experiments show that having structure along the extruded direction enables the cost of the indirect data accesses to be amortized after 10–20 layers as long as the underlying mesh is well ordered. We characterize the resulting spatial and temporal reuse in a representative set of both continuous-Galerkin and discontinuous-Galerkin discretizations. On meshes with realistic numbers of layers the performance achieved is between 70 and 90 % of a theoretical hardware-specific limit.


Author(s):  
Valeriy Fedorovich Shurshev ◽  
Iurii Gostiunin

The article considers the problem of damage evaluation in case of failure of the information system. There have been analyzed the practical methods of assessing damage. It has been stated that the methods can reveal the dependence of the damage on the downtime of the information system, but they are unable to evaluate reputation, administrative or any other consequences. An algorithm is proposed by which specialists can conduct a comparative assessment of damage in case of failure of various information systems using expert information. Applying the proposed algorithm to different information systems, it is possible to determine the most critical systems and, on this basis, effectively plan operational impacts to increase the level of service availability.


2019 ◽  
Vol 11 (11) ◽  
pp. 168781401988696
Author(s):  
Ahsan Elahi ◽  
Arslan Ahmed Amin ◽  
Umar Tabraiz Shami ◽  
Muhammad Tayyab Usman ◽  
Muhammad Sajid Iqbal

Wireless charging has become an emerging challenge to reduce the cost of a conventional plug-in charging system in electric vehicles especially for supercapacitors that are utilized for quick charging and low-energy demands. In this article, the design of an efficient wireless power transfer system has been presented using resonant inductive coupling technique for supercapacitor-based electric vehicle. Mathematical analysis, simulation, and experimental implementation of the proposed charging system have been carried out. Simulations of various parts of the systems are carried out in two different software, ANSYS MAXWELL and MATLAB. ANSYS MAXWELL has been used to calculate the various parameters for the transmitter and receiver coils such as self-inductance ( L), mutual inductance ( M), coupling coefficient ( K), and magnetic flux magnitude ( B). MATLAB has been utilized to calculate output power and efficiency of the proposed system using the mathematical relationships of these parameters. The experimental setup is made with supercapacitor banks, electric vehicle, wattmeters, controller, and frequency generator to verify the simulation results. The results show that the proposed technique has better power transfer efficiency of more than 75% and higher power transfer density using a smaller coil size with a bigger gap of 4–24 cm.


Energies ◽  
2020 ◽  
Vol 13 (3) ◽  
pp. 716
Author(s):  
Karol Wawrzyniak ◽  
Endika Urresti Padrón ◽  
Wojciech Jaworski ◽  
Roman Korab

Risk-based redispatch optimization is proposed as a methodology to support the Transmission System Operator (TSO) with preventive remedial actions obtained by extending the security-constrained unit commitment/economic dispatch with constraints resulting from the risk assessed for the power system. Although being heuristic, the methodology is based on comprehensive dynamic security assessment as time-domain simulations are used, allowing to express the degree of all types of instabilities, e.g., caused by contingencies, in monetary terms. Therefore, the risk is assessed as the expected value of the cost incurred by the TSO. Such an approach forms a new pathway to including risk in planning procedures already used by TSOs. Results obtained for the IEEE39 dynamic power system, with costs assigned to load shedding and generator tripping due to single transmission lines short-circuits, are shown as a reference case.


2014 ◽  
Vol 2014 ◽  
pp. 1-10 ◽  
Author(s):  
Daeyong Jung ◽  
JongBeom Lim ◽  
JoonMin Gil ◽  
Eunyoung Lee ◽  
Heonchang Yu

Recently, the cloud computing is a computing paradigm that constitutes an advanced computing environment that evolved from the distributed computing. And the cloud computing provides acquired computing resources in a pay-as-you-go manner. For example, Amazon EC2 offers the Infrastructure-as-a-Service (IaaS) instances in three different ways with different price, reliability, and various performances of instances. Our study is based on the environment using spot instances. Spot instances can significantly decrease costs compared to reserved and on-demand instances. However, spot instances give a more unreliable environment than other instances. In this paper, we propose the workflow scheduling scheme that reduces the out-of-bid situation. Consequently, the total task completion time is decreased. The simulation results reveal that, compared to various instance types, our scheme achieves performance improvements in terms of an average combined metric of 12.76% over workflow scheme without considering the processing rate. However, the cost in our scheme is higher than an instance with low performance and is lower than an instance with high performance.


1999 ◽  
Vol 7 (2) ◽  
pp. 87-95 ◽  
Author(s):  
Zoran Budimlić ◽  
Ken Kennedy ◽  
Jeff Piper

Since the introduction of the Java programming language, there has been widespread interest in the use Java for the high performance scientific computing. One major impediment to such use is the performance penalty paid relative to Fortran. To support our research on overcoming this penalty through compiler technology, we have developed a benchmark suite, called OwlPack, which is based on the popular LINPACK library. Although there are existing implementations of LINPACK in Java, most of these are produced by direct translation from Fortran. As such they do not reflect the style of programming that a good object‐oriented programmer would use in Java. Our goal is to investigate how to make object‐oriented scientific programming practical. Therefore we developed two object‐oriented versions of LINPACK in Java, a true polymorphic version and a “Lite” version designed for higher performance. We used these libraries to perform a detailed performance analysis using several leading Java compilers and virtual machines, comparing the performance of the object‐oriented versions of the benchmark with a version produced by direct translation from Fortran. Although Java implementations have been made great strides, they still fall short on programs that use the full power of Java’s object‐oriented features. Our ultimate goal is to drive research on compiler technology that will reward, rather than penalize good object‐oriented programming practice.


Author(s):  
Melodi Adegoke Oladipo ◽  
Temikotan Kehinde Olusesan

The study aimed to investigate and obtain model values of system unavailability and cost of energy not supplied in existing Nigerian township electricity distributions using a robust representative system. Outage data was obtained from system records for analysis using frequency distribution statistics to identify the causes of outages, and the contribution of each cause of outage to the overall system outage. The cost of energy not supplied (CENS) due to faults, was evaluated at a rate of NGN6 per kWHr. An analysis of the results shows that in a distribution feeder (and system) unavailability is mainly due to load shedding arising and faults; feeder unavailability involving load shedding is 0.25, and 0.1 without load shedding. Compared with standard UA value for well managed systems of less than or 0.01, the obtained unavailability values for a feeder show that downtime management was poor, and the corresponding cost – prohibitive. In view of the regular load shedding on the feeders and poor downtime management, this study recommends a need to obtain model loadflow perspective of township electricity distribution to ascertain load carrying capacity, and the application of distribution automation system or other effective strategies to mitigate downtime.


Author(s):  
Rohit Nilkanth Devikar ◽  
D. V. Patil ◽  
V. Chandraprakash

Border Gateway Protocol (BGP), a path vector routing protocol, is a widespread exterior gateway protocol (EGP) in the internet. Extensive deployment of the new technologies in internet, protocols need to have continuous improvements in its behavior and operations. New routing technologies conserve a top level of service availability. Hence, due to topological changes, BGP needs to achieve a fast network convergence. Now a days size of the network growing very rapidly. To maintain the high scalability in the network BGP needs to avoid instability. The instability and failures may cause the network into an unstable state, which significantly increases the network convergence time. This paper summarizes the various approaches like BGP policies, instability, and fault detection etc. to improve the convergence time of BGP.


2020 ◽  
Author(s):  
Noah J. Goodall ◽  
Brian L. Smith

High-occupancy toll (HOT) lanes are in operation, under construction, and planned for in several major metropolitan areas. The premise behind HOT lanes is to allow single occupant vehicles (SOVs) to access high occupancy vehicle (HOV) lanes (and, a higher level of service) if they are willing to pay a toll. To maintain a high level of service in the HOT lanes, the toll rate is set dynamically to restrict the number of SOVs which access the facility as it nears capacity. Thus, HOT facilities provide operators of transportation systems with a new operations tool: pricing. In order to effectively use pricing, it is critical to understand driver behavior when faced with a set of traffic conditions and toll levels. This paper presents the results of an empirical investigation into the relationship between toll rate, traffic conditions, and SOV driver behavior, based on data from the dynamically-tolled I-394 HOT facility in Minneapolis, Minnesota. Analysis of the empirical data indicated that a large percentage of SOV drivers use the HOT lanes at different, yet predictable rates throughout the AM peak period, even when there is no clear travel time advantage. After accounting for these “regular” users, the remaining SOV drivers utilize the HOT lanes at greater rates when the cost per hour of commute time saved is lowest. A model was developed that incorporates both of these findings, predicting HOT lane usage rates based on time savings, time of day, and toll rates with an R2 value of 0.684.


2009 ◽  
Vol 22 (3) ◽  
pp. 329-339
Author(s):  
Marija Kacarska ◽  
Vesna Arnautovski-Toseva ◽  
Sanja Veleva

Automatic control of equipment is anticipated to represent the next logical step in the progression from passive monitoring toward plant wide automation. Automatic transfer functions, load-shedding and load sequencing are expected to find increasing application. In this paper a device named Peak Load for monitoring and control of power consumption in industrial plants is presented. It is a PLC based maxigraph developed upon the analysis of efficient and optimized use of the electrical energy and is planned to be used by medium and big industrial energy consumers with purpose to decrease the cost of their production. .


Sign in / Sign up

Export Citation Format

Share Document