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

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