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

README.txt.svn-base

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