Hi
@Nieltobi, It's challenging when your HPC setup isn't performing as expected, especially under tight deadlines. Here are several troubleshooting steps and recommendations to help you address the slowdown and instability in your HPC applications.
1. System Resource Check
Ensure your system's resources (CPU, RAM, storage) are not being maxed out by competing processes.
Code:
# Task Manager or Resource Monitor
- Task Manager: Check CPU, memory, disk, and network usage.
- Resource Monitor: Provides detailed insights into specific resource usage.
2. Software Configuration
Verify configurations and updates for HPC software like MPI (Message Passing Interface) libraries and related tools.