Sign in to use this feature.

Years

Between: -

Subjects

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

Article Types

Countries / Regions

Search Results (61)

Search Parameters:
Keywords = heterogeneous multicore

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
21 pages, 340 KB  
Article
Pareto-Optimal Explainable Diagnosis Under Cost-Aware Parallel Reasoning
by Ana Chacón-Luna, Miguel Tupac-Yupanqui, Nicolás Márquez and Cristian Vidal-Silva
Computers 2026, 15(5), 265; https://doi.org/10.3390/computers15050265 - 23 Apr 2026
Viewed by 464
Abstract
Model-Based Diagnosis (MBD) is widely used to identify minimal conflicts and repair actions in constraint-based systems. Recent advances in parallel reasoning have significantly reduced runtime in large-scale models through speculative and multicore execution strategies. However, existing approaches primarily focus on computational efficiency and [...] Read more.
Model-Based Diagnosis (MBD) is widely used to identify minimal conflicts and repair actions in constraint-based systems. Recent advances in parallel reasoning have significantly reduced runtime in large-scale models through speculative and multicore execution strategies. However, existing approaches primarily focus on computational efficiency and implicitly assume that minimal diagnoses are inherently suitable explanations for human decision makers. In complex configuration environments, minimality does not necessarily imply interpretability, as diagnoses may involve structurally dispersed or semantically heterogeneous constraints. To address this limitation, this paper introduces a multi-objective explainability-aware framework for parallel MDB. Diagnosis selection is formulated as a Pareto optimization problem balancing total computational cost and a formally defined interpretability penalty. Interpretability is quantified using graph-based structural dispersion, semantic entropy, hierarchical complexity, and ambiguity metrics. The proposed E-ParetoDiag algorithm computes non-dominated diagnoses and identifies balanced knee-point solutions without modifying correctness guarantees of underlying diagnosis algorithms. Experimental evaluation on large-scale benchmark datasets demonstrates a measurable trade-off between runtime and interpretability, particularly in dense constraint systems. Comparative analysis against classical selection strategies shows that the proposed approach reduces structural dispersion by up to 18% while increasing computational cost by only 7%. Statistical validation confirms that these improvements are significant (p < 0.01) in medium- and high-density scenarios. The results indicate that aggressive parallelism may improve computational efficiency while increasing explanation complexity, highlighting the need for multi-objective selection strategies. Overall, the proposed framework extends scalable symbolic reasoning toward a human-centered diagnosis paradigm and establishes a principled foundation for explainability-aware optimization in constraint-based systems. Full article
(This article belongs to the Special Issue Operations Research: Trends and Applications)
Show Figures

Figure 1

20 pages, 2021 KB  
Article
TPSTA: A Tissue P System-Inspired Task Allocator for Heterogeneous Multi-Core Systems
by Yuanhan Zhang and Zhenzhou Ji
Electronics 2026, 15(6), 1339; https://doi.org/10.3390/electronics15061339 - 23 Mar 2026
Viewed by 420
Abstract
Heterogeneous multi-core systems (HMCSs) typically face a dilemma: heuristics (e.g., Linux CFS) are fast but blind to global constraints, while meta-heuristics (e.g., GAs) are globally optimal but too slow for real-time OS interaction. To bridge this gap without relying on “black-box” neural networks, [...] Read more.
Heterogeneous multi-core systems (HMCSs) typically face a dilemma: heuristics (e.g., Linux CFS) are fast but blind to global constraints, while meta-heuristics (e.g., GAs) are globally optimal but too slow for real-time OS interaction. To bridge this gap without relying on “black-box” neural networks, we introduce the Tissue P System-Inspired Task Allocator (TPSTA). By mapping HMCS and parallel task scheduling to Tissue P System models and vectorized linear algebra problems, TPSTA achieves a computational complexity of OM/W, effectively compressing the decision space. Our rigorous evaluation across four dimensions reveals a system strictly bound by physical constraints rather than algorithmic heuristics. (1) Under sufficient resource provisioning (four chips), TPSTA achieves a 0.00% Deadline Miss Ratio (DMR). Crucially, stress tests on constrained hardware (two chips) show graceful degradation to a 12.88% DMR, matching the optimal theoretical bound of EDF, whereas standard heuristics collapse to failure rates > 68%. On a massive 4096-core cluster, TPSTA outperforms the Linux GTS scalar baseline by 14.4×, maintaining low latency where traditional algorithms fail (>8 s). (3) Adaptability: The system demonstrates adaptive routing in handling hardware heterogeneity; without explicit rule-coding, it autonomously prioritizes data locality during NUMA transfers and migrates compute-bound tasks during thermal throttling events. (4) Physical Limits: Finally, our roofline analysis confirms that while the algorithmic speedup is theoretically linear, practical performance saturates at ~375× due to the Memory Wall, validating the isomorphism between synaptic bandwidth and hardware memory channels. Full article
Show Figures

Figure 1

22 pages, 8074 KB  
Article
High-Performance Parallel Direct Georeferencing for Massive ULS LiDAR Measurements
by Mei Yu, Yuhao Zhou, Hua Liu and Bo Liu
Remote Sens. 2026, 18(6), 949; https://doi.org/10.3390/rs18060949 - 20 Mar 2026
Viewed by 532
Abstract
The rapid increase in point density and acquisition rate of UAV laser scanning (ULS) systems has shifted the primary bottleneck of LiDAR workflows from data acquisition to post-processing, particularly during direct georeferencing of massive LiDAR measurements. This study presents a systematic evaluation of [...] Read more.
The rapid increase in point density and acquisition rate of UAV laser scanning (ULS) systems has shifted the primary bottleneck of LiDAR workflows from data acquisition to post-processing, particularly during direct georeferencing of massive LiDAR measurements. This study presents a systematic evaluation of parallel computing strategies for accelerating ULS direct georeferencing while preserving geodetic accuracy. Two georeferencing models are investigated: (1) a rigorous model that strictly follows the full geodetic transformation chain from sensor owned coordinates system (SOCS) to projected map coordinates, and (2) an approximate model that incorporates meridian convergence angle compensation and preprocessing of platform trajectories to reduce per-point computational complexity. For each model, a shared-memory multicore CPU implementation based on OpenMP and a heterogeneous GPU implementation based on CUDA are designed. Experiments were conducted on seven real-world ULS datasets, ranging from 2.9 × 107 to 7.0 × 108 points and covering diverse terrain types. Accuracy analysis shows that, in typical urban, plain, and industrial scenarios, the approximate model achieves millimeter-level mean errors and centimeter-level RMSEs relative to the rigorous model, satisfying the requirements of most engineering surveying applications. Performance evaluation demonstrates that parallelization yields substantial speedups: OpenMP-based method achieves 7–9 times acceleration, while GPU computing attains up to 24.6 times acceleration for the rigorous model and up to 16.7 times for the approximate model. The results highlight the complementary strengths of the two models and provide practical guidance for selecting accuracy-efficiency trade-offs in large-scale ULS production workflows. Full article
(This article belongs to the Special Issue Point Cloud Data Analysis and Applications)
Show Figures

Figure 1

35 pages, 451 KB  
Review
Reconfigurable SmartNICs: A Comprehensive Review of FPGA Shells and Heterogeneous Offloading Architectures
by Andrei-Alexandru Ulmămei and Călin Bîră
Appl. Sci. 2026, 16(3), 1476; https://doi.org/10.3390/app16031476 - 1 Feb 2026
Viewed by 2896
Abstract
Smart Network Interface Cards (SmartNICs) represent a paradigm shift in system architecture by offloading packet processing and selected application logic from the host CPU to the network interface itself. This architectural evolution reduces end-to-end latency toward the physical limits of Ethernet while simultaneously [...] Read more.
Smart Network Interface Cards (SmartNICs) represent a paradigm shift in system architecture by offloading packet processing and selected application logic from the host CPU to the network interface itself. This architectural evolution reduces end-to-end latency toward the physical limits of Ethernet while simultaneously decreasing CPU and memory bandwidth utilization. The current ecosystem comprises three principal categories of devices: (i) conventional fixed-function NICs augmented with limited offload capabilities; (ii) ASIC-based Data Processing Units (DPUs) that integrate multi-core processors and dedicated protocol accelerators; and (iii) FPGA-based SmartNIC shells—reconfigurable hardware frameworks that provide PCIe connectivity, DMA engines, Ethernet MAC interfaces, and control firmware, while exposing programmable logic regions for user-defined accelerators. This article provides a comparative survey of representative platforms from each category, with particular emphasis on open-source FPGA shells. It examines their architectural capabilities, programmability models, reconfiguration mechanisms, and support for GPU-centric peer-to-peer datapaths. Furthermore, it investigates the associated software stack, encompassing kernel drivers, user-space libraries, and control APIs. This study concludes by outlining open research challenges and future directions in RDMA-oriented data preprocessing and heterogeneous SmartNIC acceleration. Full article
(This article belongs to the Special Issue Recent Applications of Field-Programmable Gate Arrays (FPGAs))
Show Figures

Figure 1

20 pages, 715 KB  
Article
Dynamic Multi-Core Task Scheduling for Real-Time Hybrid Simulation Model in Power Grid: A Deep Reinforcement Learning-Based Method
by Dingyu Hu, Zhi Wang, Qitao Liu, Jianbing Xu, Lu Zhang and Bo Shen
Appl. Sci. 2026, 16(1), 192; https://doi.org/10.3390/app16010192 - 24 Dec 2025
Viewed by 942
Abstract
With the increasing scale and complexity of power systems, the Security and Stability Control System (SSCS) plays a vital role in ensuring the safe operation of the grid. However, existing SSCS implementations still face many limitations in cross-regional coordination, control precision, and risk [...] Read more.
With the increasing scale and complexity of power systems, the Security and Stability Control System (SSCS) plays a vital role in ensuring the safe operation of the grid. However, existing SSCS implementations still face many limitations in cross-regional coordination, control precision, and risk prediction. Establishing the digital simulation model is an effective way to verify the control policy of SSCS. This paper proposes a neural heuristic task scheduling method based on deep reinforcement learning (DRL) to schedule the simulation tasks. It models the task dependencies of SSCS as a directed acyclic graph (DAG) and then dynamically optimizes task priorities and resource allocation through deep reinforcement learning. The method introduces multi-head attention and heterogeneous attention mechanisms to effectively capture complex dependencies among tasks, enabling efficient multi-core task scheduling. Simulation results show that the proposed algorithm significantly outperforms traditional scheduling methods in terms of makespan, load balancing, and resource utilization. It can also adapt to dynamic changes under different task scales and multi-core environments, demonstrating strong robustness and scalability. Full article
(This article belongs to the Section Computing and Artificial Intelligence)
Show Figures

Figure 1

19 pages, 1961 KB  
Article
Spatial Distribution Characteristics and Driving Factors of Traditional Villages in Henan Province: A Multi-Method Comprehensive Analysis
by Mengru Song and Ji-Eun Kim
Sustainability 2025, 17(23), 10825; https://doi.org/10.3390/su172310825 - 3 Dec 2025
Cited by 2 | Viewed by 1149
Abstract
This study supports the preservation and sustainable development of traditional villages by examining their spatial distribution patterns and mechanisms underlying those patterns in Henan Province. The study utilizes data from six batches of Chinese traditional villages in the province, which are studied using [...] Read more.
This study supports the preservation and sustainable development of traditional villages by examining their spatial distribution patterns and mechanisms underlying those patterns in Henan Province. The study utilizes data from six batches of Chinese traditional villages in the province, which are studied using kernel density estimation (KDE), spatial autocorrelation, optimal GeoDetector, and the geographically weighted regression (GWR) model, to explore the spatial differentiation pattern in depth and its mechanisms of influencing traditional villages in Henan Province. This study reveals that traditional villages in the province exhibit a “multi-core” clustering pattern, influenced by the natural environment, historical culture, location and transportation, and economic development. The Optimal Parameter GeoDetector indicates that 15 factors, including the average altitude, academy density, road density, and annual GDP, vary significantly in their impact. Furthermore, these factors exhibit a notable interactive, synergistic effect. Meanwhile, the GWR model indicates spatial heterogeneity in the influences of factors like the average rainfall, river density, road density, academy density, and GDP on the distribution of traditional villages. This study suggests developing tailored protection and development strategies for different clusters, enhancing inter-administrative joint protection, and building a radiation network centered on core areas to promote sustainable preservation and coordinated rural revitalization of traditional villages. Full article
(This article belongs to the Section Tourism, Culture, and Heritage)
Show Figures

Figure 1

17 pages, 756 KB  
Article
A DLT-Aware Performance Evaluation Framework for Virtual-Core Speedup Modeling
by Zile Xiang and Thomas G. Robertazzi
Future Internet 2025, 17(11), 519; https://doi.org/10.3390/fi17110519 - 14 Nov 2025
Viewed by 858
Abstract
Scheduling computing is a well-studied area focused on improving task execution by reducing processing time and increasing system efficiency. Divisible Load Theory (DLT) provides a structured analytical framework for distributing partitionable computational and communicational loads across processors, and its adaptability has allowed researchers [...] Read more.
Scheduling computing is a well-studied area focused on improving task execution by reducing processing time and increasing system efficiency. Divisible Load Theory (DLT) provides a structured analytical framework for distributing partitionable computational and communicational loads across processors, and its adaptability has allowed researchers to integrate it with other models and modern technologies. Building on this foundation, previous studies have shown that Amdahl-like laws can be effectively combined with DLT to produce more realistic performance models. This paper further develops analytical models that further extend such integration by incorporating Gustafson’s Law and Juurlink’s Law into DLT to capture broader scaling behaviors. It also extends the analysis to workload distribution in virtual multicore systems, providing a more structured basis for evaluating parallel performance. Methods include analytically computing speedup as a function of the number of cores and the parallelizable fraction under different scheduling strategies, with comparisons across workload conditions. Results show that combining DLT with speedup laws and virtual core design offers a deeper and more structured approach for analytical parallel system evaluation. While the analysis remains theoretical, the proposed framework establishes a mathematical foundation for future empirical validation, heterogeneous workload modeling, and sensitivity analysis. Full article
(This article belongs to the Special Issue Parallel and Distributed Systems)
Show Figures

Figure 1

18 pages, 3196 KB  
Article
Evaluating Spatial Patterns and Drivers of Cultural Ecosystem Service Supply-Demand Mismatches in Mountain Tourism Areas: Evidence from Hunan Province, China
by Zhen Song, Jing Liu and Zhihuan Huang
Sustainability 2025, 17(21), 9702; https://doi.org/10.3390/su17219702 - 31 Oct 2025
Cited by 2 | Viewed by 1124
Abstract
Cultural ecosystem services (CES) represent fundamental expressions of human-environment interactions. A comprehensive assessment of CES supply and demand offers a robust scientific foundation for optimizing the transformation of ecosystem service values to improve human well-being. This study integrates multi-source datasets and employs Maximum [...] Read more.
Cultural ecosystem services (CES) represent fundamental expressions of human-environment interactions. A comprehensive assessment of CES supply and demand offers a robust scientific foundation for optimizing the transformation of ecosystem service values to improve human well-being. This study integrates multi-source datasets and employs Maximum Entropy (MaxEnt) modeling with the ArcGIS platform to analyze the spatial distribution of CES supply and demand in Hunan Province, a typical mountain tourism regions in China. Furthermore, geographical detector methods were used to identify and quantify the driving factors influencing these spatial patterns. The findings reveal that: (1) Both CES supply and demand demonstrate pronounced spatial heterogeneity. High-demand areas are predominantly concentrated around prominent scenic locations, forming a “multi-core, clustered” pattern, whereas high-supply areas are primarily located in urban centers, water systems, and mountainous regions, exhibiting a gradient decline along transportation corridors and river networks. (2) According to the CES supply-demand pattern, Hunan Province can be classified into demand, coordination, and enhancement zones. Coordination zones dominate (45–70%), followed by demand zones (20–30%), while enhancement zones account for the smallest proportion (5–20%). (3) Urbanization intensity and land use emerged as the primary drivers of CES supply-demand alignment, followed by vegetation cover, distance to water bodies, and population density. (4) The explanatory power of two-factor interactions across all eight CES categories surpasses that of any individual factor, highlighting the critical role of synergistic multi-factorial influences in shaping the spatial pattern of CES. This study provides a systematic analysis of the categories and driving factors underlying the spatial alignment between CES supply and demand in Hunan Province. The findings offer a scientific foundation for the preservation of ecological and cultural values and the optimization of spatial patterns in mountain tourist areas, while also serving as a valuable reference for the large-scale quantitative assessment of cultural ecosystem services. Full article
Show Figures

Figure 1

28 pages, 2298 KB  
Article
Spatial Correlation of Agricultural New Productive Forces and Strong Agricultural Province in Anhui Province of China
by Xingmei Jia, Mengting Yang and Tingting Zhu
Sustainability 2025, 17(15), 6719; https://doi.org/10.3390/su17156719 - 23 Jul 2025
Cited by 2 | Viewed by 1582
Abstract
Developing agricultural new productive forces (ANPF) according to local conditions is a key strategy for agricultural modernization. Using panel data from 16 prefecture-level cities in Anhui Province from 2010 to 2022, this study constructed indicator systems for ANPF and the construction of a [...] Read more.
Developing agricultural new productive forces (ANPF) according to local conditions is a key strategy for agricultural modernization. Using panel data from 16 prefecture-level cities in Anhui Province from 2010 to 2022, this study constructed indicator systems for ANPF and the construction of a strong agricultural province (CSAP). The entropy-weight TOPSIS method was used to calculate the levels of ANPF and the SAP index. This study employed a modified gravity model and social network analysis (SNA) to investigate the spatial correlation and evolutionary characteristics of these networks. Geographical detectors were also used to identify the driving factors behind agricultural transformation. The findings indicate that both ANPF and CSAP showed an upward trend during the study period, with significant regional heterogeneity, with Central Anhui being the most prominent. This study revealed spatial spillover effects and strong network correlations between ANPF and CSAP, with the spatial network structure exhibiting characteristics of multi-core, multi-association, and multidimensional connections. The entities within the network are tightly connected, with no “isolated island” phenomenon, and Hefei, as the central hub, showed the highest number of connections. Laborer quality, tangible means of production, and new-quality industries emerged as the core driving forces, working in synergy to propel CSAP. This study contributes new insights into the spatial network dynamics of agricultural development and offers actionable recommendations for policymakers to enhance agricultural modernization globally. Full article
Show Figures

Figure 1

23 pages, 3558 KB  
Article
Research on High-Reliability Energy-Aware Scheduling Strategy for Heterogeneous Distributed Systems
by Ziyu Chen, Jing Wu, Lin Cheng and Tao Tao
Big Data Cogn. Comput. 2025, 9(6), 160; https://doi.org/10.3390/bdcc9060160 - 17 Jun 2025
Cited by 3 | Viewed by 3183
Abstract
With the demand for workflow processing driven by edge computing in the Internet of Things (IoT) and cloud computing growing at an exponential rate, task scheduling in heterogeneous distributed systems has become a key challenge to meet real-time constraints in resource-constrained environments. Existing [...] Read more.
With the demand for workflow processing driven by edge computing in the Internet of Things (IoT) and cloud computing growing at an exponential rate, task scheduling in heterogeneous distributed systems has become a key challenge to meet real-time constraints in resource-constrained environments. Existing studies now attempt to achieve the best balance in terms of time constraints, energy efficiency, and system reliability in Dynamic Voltage and Frequency Scaling environments. This study proposes a two-stage collaborative optimization strategy. With the help of an innovative algorithm design and theoretical analysis, the multi-objective optimization challenges mentioned above are systematically solved. First, based on a reliability-constrained model, we propose a topology-aware dynamic priority scheduling algorithm (EAWRS). This algorithm constructs a node priority function by incorporating in-degree/out-degree weighting factors and critical path analysis to enable multi-objective optimization. Second, to address the time-varying reliability characteristics introduced by DVFS, we propose a Fibonacci search-based dynamic frequency scaling algorithm (SEFFA). This algorithm effectively reduces energy consumption while ensuring task reliability, achieving sub-optimal processor energy adjustment. The collaborative mechanism of EAWRS and SEFFA has well solved the dynamic scheduling challenge based on DAG in heterogeneous multi-core processor systems in the Internet of Things environment. Experimental evaluations conducted at various scales show that, compared with the three most advanced scheduling algorithms, the proposed strategy reduces energy consumption by an average of 14.56% (up to 58.44% under high-reliability constraints) and shortens the makespan by 2.58–56.44% while strictly meeting reliability requirements. Full article
Show Figures

Figure 1

16 pages, 665 KB  
Article
Modeling and Performance Analysis of Task Offloading of Heterogeneous Mobile Edge Computing Networks
by Wenwang Li and Haohao Zhou
Appl. Sci. 2025, 15(8), 4307; https://doi.org/10.3390/app15084307 - 14 Apr 2025
Cited by 1 | Viewed by 2916
Abstract
Mobile edge computing architecture (MEC) can provide users with low latency services by integrating computing, storage and processing capabilities near users and data sources. As such, there has been intense interest in this topic, especially in single-server and homogeneous multi-server scenarios. The impact [...] Read more.
Mobile edge computing architecture (MEC) can provide users with low latency services by integrating computing, storage and processing capabilities near users and data sources. As such, there has been intense interest in this topic, especially in single-server and homogeneous multi-server scenarios. The impact of network heterogeneity and load fluctuations is ignored, and the performance evaluation system relies too much on statistical mean indicators, ignoring the impact of real-time indicators. In this paper, we propose a new heterogeneous edge computing network architecture composed of multi-core servers with varying transmission power, computing capabilities and waiting queue length. Since it is necessary to evaluate and analyze the service performance of MEC to guarantee Quality of Service (QoS), we design some indicators by solving the probability distribution function of response time, such as average task offloading delay, immediate service probability and blocking probability. By analyzing the impact of bias factors and network parameters associated with MEC servers on network performance, we provide insights for MEC design, deployment and optimization. Full article
Show Figures

Figure 1

18 pages, 3376 KB  
Article
Heterogeneous Edge Computing for Molecular Property Prediction with Graph Convolutional Networks
by Mahdieh Grailoo and Jose Nunez-Yanez
Electronics 2025, 14(1), 101; https://doi.org/10.3390/electronics14010101 - 30 Dec 2024
Cited by 3 | Viewed by 2134
Abstract
Graph-based neural networks have proven to be useful in molecular property prediction, a critical component of computer-aided drug discovery. In this application, in response to the growing demand for improved computational efficiency and localized edge processing, this paper introduces a novel approach that [...] Read more.
Graph-based neural networks have proven to be useful in molecular property prediction, a critical component of computer-aided drug discovery. In this application, in response to the growing demand for improved computational efficiency and localized edge processing, this paper introduces a novel approach that leverages specialized accelerators on a heterogeneous edge computing platform. Our focus is on graph convolutional networks, a leading graph-based neural network variant that integrates graph convolution layers with multi-layer perceptrons. Molecular graphs are typically characterized by a low number of nodes, leading to low-dimensional dense matrix multiplications within multi-layer perceptrons—conditions that are particularly well-suited for Edge TPUs. These TPUs feature a systolic array of multiply–accumulate units optimized for dense matrix operations. Furthermore, the inherent sparsity in molecular graph adjacency matrices offers additional opportunities for computational optimization. To capitalize on this, we developed an FPGA GFADES accelerator, using high-level synthesis, specifically tailored to efficiently manage the sparsity in both the graph structure and node features. Our hardware/software co-designed GCN+MLP architecture delivers performance improvements, achieving up to 58× increased speed compared to conventional software implementations. This architecture is implemented using the Pynq framework and TensorFlow Lite Runtime, running on a multi-core ARM CPU within an AMD/Xilinx Zynq Ultrascale+ device, in combination with the Edge TPU and programmable logic. Full article
Show Figures

Figure 1

27 pages, 18805 KB  
Article
A New Endogenous–Exogenous Factor Framework to Analyze China’s Distinctive Land Supply Participation in Macro-Control Processes During the 2001–2021 Period
by Yingying Tian, Guanghui Jiang and Yaya Tian
Land 2024, 13(12), 2059; https://doi.org/10.3390/land13122059 - 30 Nov 2024
Cited by 1 | Viewed by 1558
Abstract
Investigating the experience and improvement measures for China’s distinctive land supply participation in macro-control processes holds significance for full utilization of land policy. However, the spatial heterogeneity and its theoretical and comprehensive analysis of drivers are still poorly revealed. This paper uses spatial [...] Read more.
Investigating the experience and improvement measures for China’s distinctive land supply participation in macro-control processes holds significance for full utilization of land policy. However, the spatial heterogeneity and its theoretical and comprehensive analysis of drivers are still poorly revealed. This paper uses spatial analysis methods and micro-scale big data on land transactions to depict the spatiotemporal heterogeneity of land supply, and analyses its driving mechanisms via an endogenous–exogenous factor framework and regression models. Land supply experienced fluctuating “growth–decline–growth” trends in 2001–2021, spatially showed a large cluster in the east, a small cluster in the center and scattering in the west, with the gravity center relocating southwest, and formed a multi-core, hierarchical, circular structure of high density in core cities, density in peripheral cities and sparseness in districts. Endogenously, total land resources and road accessibility facilitated land supply, while topographic relief and urban proximity showed inhibitory effects; land supply positively correlated with land finance dependence, officials’ appraisal pressure, local government competition and officials’ corruption but negatively related with fiscal tax revenues and fiscal transparency; construction land indicators directly determined land supply, while the intensity of use control restricted the conversion of arable land and weakened land supply. Exogenously, urbanization, industrialization, capital investment, technological innovation and marketization level promoted land supply, while the substitution of human capital reduced the demand for land; economic fluctuations showed non-significant relationships with land supply. Differentiated impacts of multiple factors on land supply pattern are emphasized and should be integrated into formulating land policy and optimizing land allocation. Full article
Show Figures

Figure 1

11 pages, 4690 KB  
Communication
Inter-Mode Crosstalk Estimation between Cores for LPmn Modes in Weakly Coupled Few-Mode Multicore Fiber with Perturbations
by Shuangmeng Liu and Lian Xiang
Sensors 2024, 24(18), 5969; https://doi.org/10.3390/s24185969 - 14 Sep 2024
Cited by 1 | Viewed by 1805
Abstract
A novel inter-mode crosstalk (IMXT) model of LPmn mode for weakly coupled few-mode multicore fiber is proposed based on the coupled mode theory (CMT) with bending and twisting perturbations. A universal expression of the mode coupling coefficient (MCC) between [...] Read more.
A novel inter-mode crosstalk (IMXT) model of LPmn mode for weakly coupled few-mode multicore fiber is proposed based on the coupled mode theory (CMT) with bending and twisting perturbations. A universal expression of the mode coupling coefficient (MCC) between LPmn modes is derived. By employing this MCC, the universal semi-analytical model (USAM) of inter-core crosstalk (ICXT) can be applied to calculate the IMXT. Simulation results show that our model is generally consistent with previous theories when stochastic perturbations are absent. Moreover, our model can work effectively when stochastic perturbations are present, where former theories are not able to work properly. It has been theoretically found that the MCC has an intimate relationship with core pitch. Our model, based on the CMT, can provide physical characteristics in detail, which has not been reported clearly by former theories. In addition, our model is applicable to phase-matching and non-phase-matching regions of both real homogeneous and heterogeneous few-mode multicore fibers (FM-MCFs) with a wider range of applications. Full article
(This article belongs to the Special Issue Novel Technology in Optical Communications)
Show Figures

Figure 1

18 pages, 1248 KB  
Article
Enhancing QoS in Multicore Systems with Heterogeneous Memory Configurations
by Jesung Kim, Hoorin Park and Jeongkyu Hong
Electronics 2024, 13(17), 3492; https://doi.org/10.3390/electronics13173492 - 3 Sep 2024
Cited by 1 | Viewed by 2324
Abstract
Quality of service (QoS) has evolved to ensure performance across various computing environments, focusing on data bandwidth, response time, throughput, and stability. Traditional QoS schemes primarily target DRAM-based homogeneous memory systems, exposing limitations when applied to diverse memory configurations. Moreover, the emergence of [...] Read more.
Quality of service (QoS) has evolved to ensure performance across various computing environments, focusing on data bandwidth, response time, throughput, and stability. Traditional QoS schemes primarily target DRAM-based homogeneous memory systems, exposing limitations when applied to diverse memory configurations. Moreover, the emergence of nonvolatile memories (NVMs) has made achieving QoS even more challenging due to their differing characteristics. While QoS schemes have been proposed for DRAM-based memory systems or hybrid memory systems combining DRAM and a single NVM type, there is a lack of research on QoS techniques for memory systems that incorporate multiple types of NVM simultaneously. Ensuring QoS in these heterogeneous memory environments is challenging due to significant differences in memory characteristics. In this paper, we propose a novel technique, dynamic affinity-based resource pairing (DARP), designed to enhance QoS in multicore heterogeneous memory systems. The proposed approach dynamically monitors the memory access patterns of applications and leverages the specific read/write characteristics of NVM devices. Detailed information from monitoring is used to optimally allocate memory data to the most suitable memory devices, ensuring stable memory response times and mitigating bottlenecks. Extensive experiments validate the efficiency and scalability of DARP across various workloads and heterogeneous memory configurations, including memory systems with multiple types of NVM. The results show that our technique significantly outperforms state-of-the-art QoS methods in terms of memory response time consistency and overall QoS in heterogeneous memory environments. DARP achieved a memory response time variability of 74.4% in six different memory configurations compared to the baseline on average, demonstrating its high scalability and effectiveness in enhancing QoS across various heterogeneous memory systems. Full article
(This article belongs to the Section Computer Science & Engineering)
Show Figures

Figure 1

Back to TopTop