File: README

package info (click to toggle)
core%2B%2B 1.7-7
  • links: PTS
  • area: non-free
  • in suites: etch, etch-m68k
  • size: 8,344 kB
  • ctags: 11,885
  • sloc: cpp: 26,527; ansic: 10,005; makefile: 2,655; sh: 1,405
file content (22 lines) | stat: -rw-r--r-- 839 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
README file in ${CORE_DIR}/tmp
==============================

This tmp directory stores the files containing diagnostics 
	outputs from the compilation and testing of CORE
	(i.e., "make first", "make second", etc).

Many of our programs are self-validating: 
	if its computation or output is CORRECT,
	it will print "CORRECT"; if incorrect, it could prints
	either "INCORRECT" or "ERROR".  We print "INCORRECT" if
	this wrong answer is expected (e.g., we run a program
	at Level 1 accuracy).  But "ERROR" is more serious.

In short: grep these diagnostic files 
	for "ERROR" to see if CORE has any errors;
	for "Error" to see if there are compiler errors;
	for "cannot" to see if there are missing files. 

Also, Core may create and write messages in 
	the file "Core_Diagnostics" in the individual directories
	where the program is run.