Changes between Version 35 and Version 36 of Things To Do


Ignore:
Timestamp:
07/02/10 10:56:09 (16 years ago)
Author:
Stephen Siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Things To Do

    v35 v36  
    44== Release 1.0 ==
    55
    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:
     6Release 1.0 is scheduled for July 9, 2010.  This is the first public release of TASS.  Here is a list of features we expect in the release:
    77
    8 Implement library framework, including
     8 * Implement library framework, including
     9   * 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, ...
     10   * stdio: FILE, fopen, fclose, fprintf, fscanf, fread, fwrite, fseek
     11   * stdlib: malloc, free, NULL, abs, atoi, atof, atol, exit, rand, RAND_MAX
     12   * string: strlen, strcpy, memcpy, strcmp, strncmp
     13   * math: pow, sin, cos, tag, exp, fabs
     14 * get rid of all compiler warnings
     15 * improve error reporting
    916
    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
    1517
    1618=== Tim's June 15 Goals ===
     
    2224
    2325
    24 === Steve's JUne 15  Goals ===
     26=== Steve's June 15  Goals ===
    2527
    26  * add garbage collection
    27  * fix cycle problem in dynamic type system
     28 * ~~add garbage collection~~
     29 * ~~fix cycle problem in dynamic type system~~
    2830
    2931
     
    3234 * ability to parse and generate TASS models from the FEVS examples using LLVM
    3335   * http://vsl.cis.udel.edu/fevs
    34 
    35 === Yi's June 15 Goals ===
    36 
    3736
    3837=== Other ===