Changes between Version 24 and Version 25 of Things To Do
- Timestamp:
- 05/21/10 12:14:41 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Things To Do
v24 v25 6 6 Release 1.0 is scheduled for June 15, 2010. This is the first public release of TASS. Here is a list of features we expect in the release: 7 7 8 Implement library framework, including 9 10 * MPI_Send, MPI_Recv, MPI_Comm_rank, MPI_Comm_size, MPI_Init, MPI_Finalize, MPI_Sendrecv, MPI_Bcast, MPI_Reduce, MPI_Allreduce, MPI_ANY_SOURCE, MPI_ANY_TAG, MPI_INT, MPI_DOUBLE, MPI_FLOAT, MPI_Comm, MPI_COMM_WORLD, ... 11 * stdio: FILE, fopen, fclose, fprintf, fscanf, fread, fwrite, fseek 12 * stdlib: malloc, free, NULL, abs, atoi, atof, atol, exit, rand, RAND_MAX 13 * string: strlen, strcpy, memcpy, strcmp, strncmp 14 * math: pow, sin, cos, tag, exp, fabs 15 8 16 === Tim's Goals === 17 * fix FEVS repository 18 * fix integrator example 19 * get source/binary release process fixed 9 20 10 21 … … 17 28 18 29 === Ben's June 15 Goals === 30 31 * ability to parse and generate TASS models from the FEVS examples using LLVM 32 ** http://vsl.cis.udel.edu/fevs 19 33 20 34 === Yi's June 15 Goals === … … 55 69 == Library Functions == 56 70 57 A reference to standard library files is here: http://www.utas.edu.au/infosys/info/documentation/C/CStdLib.html 71 A reference to standard library files is here: http://www.utas.edu.au/infosys/info/documentation/C/CStdLib.html 72 58 73 59 74 Special functions that are currently included in the grammar can instead be treated just like any other function and "linked in" at a later stage. This will simplify the grammar and front-end. Functions that can be removed include {{{send}}}, {{{recv}}}, {{{allocate}}}, {{{deallocate}}}.
