diff --git a/examples/HACC-IO/Makefile b/examples/HACC-IO/Makefile index b8d568338cfe779ef94649078432c155a9560801..d24a7450c778e88f4470efc15ae733f6c9597da2 100644 --- a/examples/HACC-IO/Makefile +++ b/examples/HACC-IO/Makefile @@ -1,6 +1,5 @@ include ../make.inc/Makefile.$(ARCHI) - CPP_FILES := $(wildcard *.cpp) OUT_FILES := $(CPP_FILES:.cpp=) diff --git a/examples/HACC-IO/README b/examples/HACC-IO/README index feb6c314658d384cb62df6a820886ec09000bbce..791eeb075329d4a62b600035255a791f63ae9a9d 100644 --- a/examples/HACC-IO/README +++ b/examples/HACC-IO/README @@ -3,7 +3,7 @@ HACC-IO Two versions of HACC-IO are available. The first one is the standard HACC-IO benchmark based on MPI-IO. A "structure of array" layout has been implemented though. The second one uses the TAPIOCA library as an I/O layer. For each, three files are available: write (W), read (R) and write+read (WR). * Usage - ./HACC-IO-- -p -o -t -s -l + ./HACC-IO-- -p -o -s -l -p : Number of particles per rank (38B/part., 25K part. ~= 1MB) -o : Path of the output directory -s : Subfiling method: FPN, FPION, SSF (default) diff --git a/examples/HACC-IO/scripts/run_xc40.sh b/examples/HACC-IO/scripts/run_xc40.sh index 5a3917d844782404fd08c5517f91d0a45e9de85b..7ccf71d39ea74631a1446ffb86e604d764f0e4dc 100755 --- a/examples/HACC-IO/scripts/run_xc40.sh +++ b/examples/HACC-IO/scripts/run_xc40.sh @@ -8,7 +8,6 @@ DDT="/soft/debuggers/forge/bin/ddt --connect" STRIPE_COUNT=16 STRIPE_SIZE=8388608 AGGR_MULT=1 -SUBFILING=SSF cd $HOME/install/$ARCHI/bin/ @@ -69,9 +68,9 @@ PARTICLES=25000 updateSettings setLustreFS -for LAYOUT in AOS SOA +for LAYOUT in AOS do - for SUB in SSF FPN + for SUB in SSF do for BIN in HACC-IO-MPIIO-WR do