Merge bscpkgs into jungle #189

Manually merged
rarias merged 1013 commits from merge-bscpkgs into master 2025-10-07 16:12:34 +02:00
Showing only changes of commit 4f0da10321 - Show all commits

View File

@@ -19,6 +19,7 @@ let
genConf = with bsc; c: targetMachine.config // rec {
expName = "bigsort.mpi+omp";
unitName = "${expName}.bs${toString bs}";
inherit (targetMachine.config) hw;
# hpcg options
n = c.n;
@@ -35,8 +36,8 @@ let
ntasksPerNode = 1;
nodes = 1;
time = "01:00:00";
# task in one socket
cpuBind = "verbose,mask_cpu:0xffffff";
# All CPUs of the socket to each task
cpusPerTask = hw.cpusPerSocket;
jobName = "bigsort-${toString n}-${toString bs}-${gitBranch}";
};