Category "hpc"

Problem running COMSOL in a cluster with SLURM

I am trying to upload this job via a .sh script to a cluster with SLURM, using the COMSOL software: #!/bin/bash #SBATCH --job-name=my_work #SBATCH --nodes=1

error: cgroup namespace 'freezer' not mounted. aborting

Trying to run slurmd: sudo systemctl start slurmd I display the status of the daemon and an error is displayed on the screen: >>sudo systemctl status slu

Running Python scripts in Slurm

I've recently started a new job and need to run some scripts on the HPC through Slurm. My scripts are written in Python, and therefore I want to execute these u

Edit runscript of singularity .sif container after building

I have build a singularity container and uploaded it to my HPC service. Is there a way to change the runscript of the .sif file without rebuilding the whole con

Intel oneAPI dpcpp compiler with google test

I'm kinda new to the world of Intel's HPC toolchain and I'm facing some troubles making even simple DPC++ application to work when gtest is used as a testing fr

Measuring bandwidth on a ccNUMA system

I'm attempting to benchmark the memory bandwidth on a ccNUMA system with 2x Intel(R) Xeon(R) Platinum 8168: 24 cores @ 2.70 GHz, L1 cache 32 kB, L2 cache 1 MB a

How to use multiple CPUs with Python on a HPC?

I'm working on a data analysis project in Python and I'm using a HPC cluster to process my data. I'm having a hard time getting my program to use multiple CPUs