Setup for test experiment

This commit is contained in:
David Alvarez 2020-11-17 16:00:53 +01:00 committed by Rodrigo Arias Mallo
parent a0dac209e3
commit 0c438d4dac
2 changed files with 7 additions and 5 deletions

View File

@ -11,8 +11,8 @@ with stdenv.lib;
let
# Initial variable configuration
varConf = with bsc; {
n = [ 1024 ];
bs = [ 256 ];
n = [ 134217728 ];
bs = [ 134217728 ];
};
# Generate the complete configuration for each unit
@ -53,11 +53,12 @@ let
argv = [
"${toString n}"
"${toString bs}"
"test"
"test2"
"/gpfs/scratch/bsc15/bsc15065/BigSort/1g_unsorted.dat"
"/gpfs/scratch/bsc15/bsc15065/BigSort/1g_sorted.dat"
"/gpfs/scratch/bsc15/bsc15065/BigSort/tmp"
#"${toString inputFile}"
#"${toString outputFile}"
"$TMPDIR"
#"$TMPDIR"
"${toString (builtins.div bs 2)}"
];
};

View File

@ -37,6 +37,7 @@ mounts=(
-m /var/run/munge
# FIXME: We should only need nix and the output path
-m /gpfs/projects/bsc15
-m /gpfs/scratch/bsc15
-m /bin:@nixPrefix@@busybox@/bin
)