-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathToDo.txt
executable file
·31 lines (19 loc) · 906 Bytes
/
ToDo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
- CHANGE SO THAT TIMINGS DONE IN PYTHON RATHER THAN THE EXTERNAL PROGRAM
- add modify indivual database entry capability
- more error checking inside Python code
- database operations error checking
- experiment what happens when C numerical code explodes (e.g. n too large or too small)
- more error checking inside C code
- C code command line parameters
- when entering program info (program name, description, command line prefix), prompt with entered info
to verify correctness
- l2vecnorm C program: check for non-positive vector size
- improve architecture of C programs
- do Fortan versions of C numerical routines
- do matrix multiplication alternatives in C (programs and array notation vs pointer method)
- try running CUDA C external program
- work on Windows?
- check running on Windows in code
- check Python version in code
- implement logging
- GUI menuing system