diff --git a/garlic/exp/bigsort/mpi+omp.nix b/garlic/exp/bigsort/mpi+omp.nix index d53ff3b..7622349 100644 --- a/garlic/exp/bigsort/mpi+omp.nix +++ b/garlic/exp/bigsort/mpi+omp.nix @@ -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)}" ]; }; diff --git a/garlic/stages/isolate/stage1 b/garlic/stages/isolate/stage1 index 7e39679..4b97bd2 100644 --- a/garlic/stages/isolate/stage1 +++ b/garlic/stages/isolate/stage1 @@ -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 )