Bill Tsou d80b6a89a3 Added SCC libraries 6 år sedan
..
.svn d80b6a89a3 Added SCC libraries 6 år sedan
Makefile d80b6a89a3 Added SCC libraries 6 år sedan
README.txt d80b6a89a3 Added SCC libraries 6 år sedan
applu.h d80b6a89a3 Added SCC libraries 6 år sedan
applu_macros.h d80b6a89a3 Added SCC libraries 6 år sedan
applu_protos.h d80b6a89a3 Added SCC libraries 6 år sedan
applu_share.h d80b6a89a3 Added SCC libraries 6 år sedan
blts.c d80b6a89a3 Added SCC libraries 6 år sedan
buts.c d80b6a89a3 Added SCC libraries 6 år sedan
directions.h d80b6a89a3 Added SCC libraries 6 år sedan
erhs.c d80b6a89a3 Added SCC libraries 6 år sedan
error.c d80b6a89a3 Added SCC libraries 6 år sedan
exact.c d80b6a89a3 Added SCC libraries 6 år sedan
exchange_1.c d80b6a89a3 Added SCC libraries 6 år sedan
exchange_3.c d80b6a89a3 Added SCC libraries 6 år sedan
exchange_4.c d80b6a89a3 Added SCC libraries 6 år sedan
exchange_5.c d80b6a89a3 Added SCC libraries 6 år sedan
exchange_6.c d80b6a89a3 Added SCC libraries 6 år sedan
init_comm.c d80b6a89a3 Added SCC libraries 6 år sedan
jacld.c d80b6a89a3 Added SCC libraries 6 år sedan
jacu.c d80b6a89a3 Added SCC libraries 6 år sedan
l2norm.c d80b6a89a3 Added SCC libraries 6 år sedan
lu.c d80b6a89a3 Added SCC libraries 6 år sedan
neighbors.c d80b6a89a3 Added SCC libraries 6 år sedan
nodedim.c d80b6a89a3 Added SCC libraries 6 år sedan
pintgr.c d80b6a89a3 Added SCC libraries 6 år sedan
print_results.c d80b6a89a3 Added SCC libraries 6 år sedan
proc_grid.c d80b6a89a3 Added SCC libraries 6 år sedan
read_input.c d80b6a89a3 Added SCC libraries 6 år sedan
rhs.c d80b6a89a3 Added SCC libraries 6 år sedan
setbv.c d80b6a89a3 Added SCC libraries 6 år sedan
setcoeff.c d80b6a89a3 Added SCC libraries 6 år sedan
setiv.c d80b6a89a3 Added SCC libraries 6 år sedan
ssor.c d80b6a89a3 Added SCC libraries 6 år sedan
subdomain.c d80b6a89a3 Added SCC libraries 6 år sedan
timers.c d80b6a89a3 Added SCC libraries 6 år sedan
timers.h d80b6a89a3 Added SCC libraries 6 år sedan
verify.c d80b6a89a3 Added SCC libraries 6 år sedan

README.txt

This directory contains software to build an run RCCE programs.
Users do not directly invoke "make." Building and executing is done
through the script rccerun (AKA rerun).

RCCE library files
------------------
RCCE_admin.c: initialization and wrap up functions plus simple utilities
RCCE_comm.c: communication routines
RCCE_debug.c: code to (un)set debug levels, and to print debug messages
RCCE_emulator_driver.c: driver program for RCCE emulator based on OpenMP
RCCE_malloc.c: dynamic memory allocator
RCCE_synch.c: synchronization routines (flags and barrier)
RCCE_qsort.c: quick sort (stolen); can be replaced with system qsort on
regular Linux systems

RCCE applications
-----------------
RCCE_shift.c
RCCE_stencil.c

New applications should contain the function RCCE_app, returning an integer
error code. Modify .makefile.hidden to reflect the new program dependencies.

#
# Copyright 2010 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#