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

View File

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