Skip to content

Commit

Permalink
cleaning up directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
aamodt committed Jul 28, 2012
1 parent aa63b43 commit e950311
Show file tree
Hide file tree
Showing 375 changed files with 146 additions and 99 deletions.
2 changes: 1 addition & 1 deletion benchmarks/CUDA/AES/Makefile → AES/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ CUFLAGS := $(CFLAGS)
###############################################################################
# Rules and targets

include ../../../common/common.mk
include ../../common/common.mk
1 change: 1 addition & 0 deletions AES/README.GPGPU-Sim
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
../bin/release/AES e 128 ./data/output.bmp ./data/key128.txt
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion benchmarks/CUDA/BFS/Makefile → BFS/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ CCFILES :=
################################################################################
# Rules and targets

include ../../../common/common.mk
include ../../common/common.mk

1 change: 1 addition & 0 deletions BFS/README.GPGPU-Sim
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
../bin/release/BFS ./data/graph65536.txt
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions benchmarks/CUDA/DG/Makefile → DG/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ CUFILES := src/MaxwellsKernel3d.cu
# C/C++ source files (compiled with gcc / c++)
CFILES := src/Mesh3d.c src/Utils.c src/LoadBalance3d.c src/FacePair3d.c src/ParallelPairs.c src/BuildMaps3d.c src/StartUp3d.c src/MaxwellsRun3d.c \
src/MaxwellsMPI3d.c src/MaxwellsDriver3d.c
GPGPUSIM_ROOT := ../../..
GPGPUSIM_ROOT := ..
PWD := $(shell pwd)
SRCDIR = ./src/
HDRDIR = ./include
Expand All @@ -62,7 +62,7 @@ NEWCPP = $(OPENMPI_BINDIR)mpicxx
###############################################################################
# Rules and targets

include ../../../common/common.mk
include ../../common/common.mk

LINKLINE += $(MPILNKOPTS) -L$(PWD)/3rdParty/ParMetis-3.1/ -lparmetis -lmetis -lm

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions DG/README.GPGPU-Sim
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
../bin/release/DG ./data/cubeK268.neu
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions benchmarks/CUDA/LIB/Makefile → LIB/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ CUFILES := libor.cu
# C/C++ source files (compiled with gcc / c++)
CCFILES :=

GPGPUSIM_ROOT := ../../..
GPGPUSIM_ROOT := ..

################################################################################
# Rules and targets
include ../../../common/common.mk
include ../../common/common.mk

1 change: 1 addition & 0 deletions LIB/README.GPGPU-Sim
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
../bin/release/LIB
File renamed without changes.
4 changes: 2 additions & 2 deletions benchmarks/CUDA/LPS/Makefile → LPS/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ CU_DEPS := \
CCFILES := \
laplace3d_gold.cpp \

GPGPUSIM_ROOT := ../../..
GPGPUSIM_ROOT := ..

################################################################################
# Rules and targets

include ../../../common/common.mk
include ../../common/common.mk

1 change: 1 addition & 0 deletions LPS/README.GPGPU-Sim
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
../bin/release/LPS
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions benchmarks/CUDA/MUM/Makefile → MUM/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ CCFILES := \
################################################################################
# Rules and targets

GPGPUSIM_ROOT := ../../..
include ../../../common/common.mk
GPGPUSIM_ROOT := ..
include ../../common/common.mk
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions MUM/README.GPGPU-Sim
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
../bin/release/MUM ./data/NC_003997.20k.fna ./data/NC_003997_q25bp.50k.fna
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit e950311

Please sign in to comment.