From 23ad73505c4243c8da1af48022d7af3ae5fdd722 Mon Sep 17 00:00:00 2001 From: artless Date: Tue, 3 Apr 2018 11:54:41 +0100 Subject: [PATCH] Moving benchmark files to a single folder --- test/{fileread => benchmarks}/Makefile | 0 test/{fileread => benchmarks}/getp.f90 | 0 test/{fileread => benchmarks}/psb_cf_sample.f90 | 0 test/{fileread => benchmarks}/psb_df_sample.f90 | 0 test/{fileread => benchmarks}/psb_sf_sample.f90 | 0 test/{fileread => benchmarks}/psb_zf_sample.f90 | 0 test/{fileread => benchmarks}/runs/cfs.inp | 0 test/{fileread => benchmarks}/runs/dfs.inp | 0 test/{fileread => benchmarks}/runs/sfs.inp | 0 test/{fileread => benchmarks}/runs/zfs.inp | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename test/{fileread => benchmarks}/Makefile (100%) rename test/{fileread => benchmarks}/getp.f90 (100%) rename test/{fileread => benchmarks}/psb_cf_sample.f90 (100%) rename test/{fileread => benchmarks}/psb_df_sample.f90 (100%) rename test/{fileread => benchmarks}/psb_sf_sample.f90 (100%) rename test/{fileread => benchmarks}/psb_zf_sample.f90 (100%) rename test/{fileread => benchmarks}/runs/cfs.inp (100%) rename test/{fileread => benchmarks}/runs/dfs.inp (100%) rename test/{fileread => benchmarks}/runs/sfs.inp (100%) rename test/{fileread => benchmarks}/runs/zfs.inp (100%) diff --git a/test/fileread/Makefile b/test/benchmarks/Makefile similarity index 100% rename from test/fileread/Makefile rename to test/benchmarks/Makefile diff --git a/test/fileread/getp.f90 b/test/benchmarks/getp.f90 similarity index 100% rename from test/fileread/getp.f90 rename to test/benchmarks/getp.f90 diff --git a/test/fileread/psb_cf_sample.f90 b/test/benchmarks/psb_cf_sample.f90 similarity index 100% rename from test/fileread/psb_cf_sample.f90 rename to test/benchmarks/psb_cf_sample.f90 diff --git a/test/fileread/psb_df_sample.f90 b/test/benchmarks/psb_df_sample.f90 similarity index 100% rename from test/fileread/psb_df_sample.f90 rename to test/benchmarks/psb_df_sample.f90 diff --git a/test/fileread/psb_sf_sample.f90 b/test/benchmarks/psb_sf_sample.f90 similarity index 100% rename from test/fileread/psb_sf_sample.f90 rename to test/benchmarks/psb_sf_sample.f90 diff --git a/test/fileread/psb_zf_sample.f90 b/test/benchmarks/psb_zf_sample.f90 similarity index 100% rename from test/fileread/psb_zf_sample.f90 rename to test/benchmarks/psb_zf_sample.f90 diff --git a/test/fileread/runs/cfs.inp b/test/benchmarks/runs/cfs.inp similarity index 100% rename from test/fileread/runs/cfs.inp rename to test/benchmarks/runs/cfs.inp diff --git a/test/fileread/runs/dfs.inp b/test/benchmarks/runs/dfs.inp similarity index 100% rename from test/fileread/runs/dfs.inp rename to test/benchmarks/runs/dfs.inp diff --git a/test/fileread/runs/sfs.inp b/test/benchmarks/runs/sfs.inp similarity index 100% rename from test/fileread/runs/sfs.inp rename to test/benchmarks/runs/sfs.inp diff --git a/test/fileread/runs/zfs.inp b/test/benchmarks/runs/zfs.inp similarity index 100% rename from test/fileread/runs/zfs.inp rename to test/benchmarks/runs/zfs.inp