Changes between Version 24 and Version 25 of Things To Do


Ignore:
Timestamp:
05/21/10 12:14:41 (16 years ago)
Author:
Stephen Siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Things To Do

    v24 v25  
    66Release 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:
    77
     8Implement 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
    816=== Tim's Goals ===
     17 * fix FEVS repository
     18 * fix integrator example
     19 * get source/binary release process fixed
    920
    1021
     
    1728
    1829=== 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
    1933
    2034=== Yi's June 15 Goals ===
     
    5569== Library Functions ==
    5670
    57 A reference to standard library files is here: http://www.utas.edu.au/infosys/info/documentation/C/CStdLib.html
     71A reference to standard library files is here: http://www.utas.edu.au/infosys/info/documentation/C/CStdLib.html
     72
    5873
    5974Special 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}}}.