From 0c438d4daca416295898d59999cc89ec3d3b8d5b Mon Sep 17 00:00:00 2001 From: David Alvarez Date: Tue, 17 Nov 2020 16:00:53 +0100 Subject: [PATCH] Setup for test experiment --- garlic/exp/bigsort/mpi+omp.nix | 11 ++++++----- garlic/stages/isolate/stage1 | 1 + 2 files changed, 7 insertions(+), 5 deletions(-) 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 )