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

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.
#