Setup for test experiment
This commit is contained in:
parent
a0dac209e3
commit
0c438d4dac
@ -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)}"
|
||||
];
|
||||
};
|
||||
|
@ -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
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user