summaryrefslogtreecommitdiff
path: root/benchmarks/CUDA/WP/README
diff options
context:
space:
mode:
authorTor Aamodt <[email protected]>2010-10-01 08:55:28 -0800
committerTor Aamodt <[email protected]>2010-10-01 08:55:28 -0800
commit11b308e7363e937966b035b4891db32b4eece3bf (patch)
tree50ca4c9ad6f163ac4acb2bf505e64dfebed66947 /benchmarks/CUDA/WP/README
parentbb820c116764d7a1b8e071137d32b74e7f34dd2f (diff)
integrating recent changes from fermi-test into fermi
(i'll use "fermi" for more disruptive changes to the pipeline model such as updating the MSHRs and getting rid of the warp tracker, ripping out DWF, etc...) [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7805]
Diffstat (limited to 'benchmarks/CUDA/WP/README')
-rw-r--r--benchmarks/CUDA/WP/README62
1 files changed, 0 insertions, 62 deletions
diff --git a/benchmarks/CUDA/WP/README b/benchmarks/CUDA/WP/README
deleted file mode 100644
index 04213b1..0000000
--- a/benchmarks/CUDA/WP/README
+++ /dev/null
@@ -1,62 +0,0 @@
-WSM5 (WRF microphysics) test driver for host CPU and GPU, complete with test data sets.
-
-To compile:
- Edit makefile for your system.
- (Variables XXX and YYY control number of threads per block. See settings
- in makefile for settings for different GPUs)
- make
- (make clean also works)
-
- Makes 2 execs: wsm5_driver_vanilla (host cpu) and wsm5_driver_chocolate (gpu)
-
-To run:
- CD to run and type runit
-
-Contents:
-
-This directory:
- Source & Build:
- makefile Builds CUDA and Original versions (also CUDA Emulated)
- module_mp_wsm5.F Contains standalone driver and orig WSM5 source
- wsm5.cu WSM5 CUDA code, Host side
- wsm5_gpu.cu WSM5 CUDA code, GPU side
- libmassv.F MASS compatibility lib
- SAMPLE_SESSION Commands and their output for build and run for GTX 5600 GPU
- using intel compilers on qp.ncsa.uiuc.edu
-
- Includes:
- wsm5_constants.h Constants (give good output agreement Intel/Gfortran)
- s2d.h Copy file prec. to code prec. (might be same)
- d2s.h Copy from code prec. to driver prec. (ditto)
- debug.m4 M4 macros for debug out from the GPU code if enabled
- spt.h Header (supports my directives)
-
- Utilities:
- compare_snaps.F Comp CUDA v HOST output and gen difference plot data
- microclock.c Microsecond timer
- spt.pl Perl script
-
-Subdirectory: run
- match.c Compare 2 floats and report # of places of agreement.
- runit Script to run codes and compare
- wsm5_in_001 Ten gracious sets of input and output
- wsm5_in_002
- wsm5_in_003
- wsm5_in_004
- wsm5_in_005
- wsm5_in_006
- wsm5_in_007
- wsm5_in_008
- wsm5_in_009
- wsm5_in_010
- wsm5_out_001
- wsm5_out_002
- wsm5_out_003
- wsm5_out_004
- wsm5_out_005
- wsm5_out_006
- wsm5_out_007
- wsm5_out_008
- wsm5_out_009
- wsm5_out_010
-