Dongryeol Lee
0de652afba
Put locks around each MPI calls.
2010-10-11 19:02:00 +00:00
Dongryeol Lee
29cc71da99
It turns out my MPI implementation supports only single-thread, so I need a mutex around MPI_IProbe.
2010-10-11 18:43:42 +00:00
Dongryeol Lee
78ec7be210
Still fixing.
2010-10-11 17:16:21 +00:00
Dongryeol Lee
afb82193e3
Will restart tomorrow.
2010-10-11 02:55:44 +00:00
Dongryeol Lee
a1b70ebbb1
Slowly plugging in distributed tree building.
2010-10-11 01:45:09 +00:00
Dongryeol Lee
de79b4260c
Starting distributed tree building.
2010-10-09 22:24:47 +00:00
Dongryeol Lee
7d186f08de
All fixed.
2010-10-09 16:23:32 +00:00
Dongryeol Lee
195bcfbaa0
Minor bug fix, now plugging back the point server.
2010-10-09 15:48:04 +00:00
Dongryeol Lee
1565c410ec
Inbox/outbox merged.
2010-10-09 15:24:23 +00:00
Dongryeol Lee
37d413883f
Fixing again.
2010-10-09 14:42:43 +00:00
Dongryeol Lee
a910415844
Getting closer.
2010-10-09 02:09:23 +00:00
Dongryeol Lee
109b0381f5
Still fixing bugs.
2010-10-09 00:53:49 +00:00
tqlong
8745c730b3
learnQt add KeyEvent to mainwidget.cpp
2010-10-08 14:22:19 +00:00
Dongryeol Lee
4717710024
Will continue tomorrow.
2010-10-08 02:31:11 +00:00
Dongryeol Lee
46f8d7e58b
Still deadlocking, but very close.
2010-10-08 01:53:26 +00:00
Dongryeol Lee
7509c8874a
New implementation to be debugged.
2010-10-08 00:59:47 +00:00
Dongryeol Lee
0178964695
Almost fixed.
2010-10-07 22:51:54 +00:00
Dongryeol Lee
6067ca3d82
The new distributed table is on the way.
2010-10-07 21:40:11 +00:00
James Cline
6b6d0a31fe
Uses data::Save to save as a CSV file
2010-10-07 16:32:13 +00:00
Dongryeol Lee
10a111fa84
Will continue tonight.
2010-10-06 20:16:08 +00:00
Dongryeol Lee
cbdf9512d1
Fixing the distributed table with more threads.
2010-10-06 03:44:28 +00:00
Dongryeol Lee
4c7c053ca6
Some obvious variable elimination.
2010-10-06 02:19:00 +00:00
James Cline
84057f3d60
Works correctly now, just need to get the output to be in csv format.
2010-10-05 19:21:25 +00:00
Dongryeol Lee
04ba43850b
Dividing up files.
2010-10-05 17:40:55 +00:00
Dongryeol Lee
fd0548f655
Took out efence.
2010-10-05 17:09:20 +00:00
Dongryeol Lee
e919b99bd7
Bug fix.
2010-10-05 14:52:38 +00:00
Dongryeol Lee
ed2c5a43d3
Potential race condition fixed.
2010-10-05 04:27:54 +00:00
Dongryeol Lee
bf968015eb
Changed the prototype for initializing a distributed table.
2010-10-05 03:40:09 +00:00
Dongryeol Lee
2dc394bc72
Will need to fix the test so that it is more informative.
2010-10-05 03:25:09 +00:00
Dongryeol Lee
cffa17608b
Fixed, now really ready to start the tree.
2010-10-05 03:20:35 +00:00
Dongryeol Lee
0fb85d2a07
Currently fixing the deadlock.
2010-10-05 03:08:34 +00:00
Dongryeol Lee
1d9e9fbcdf
Fix to CMake flags.
2010-10-04 23:17:33 +00:00
Dongryeol Lee
8a536ed7e7
It works, now ready to build the distributed tree.
2010-10-04 21:29:49 +00:00
Dongryeol Lee
f887b82388
Will finish today.
2010-10-04 18:59:08 +00:00
Dongryeol Lee
967c874d12
I think it works.
2010-10-04 18:32:21 +00:00
Dongryeol Lee
57b114b5e2
Getting closer.
2010-10-04 17:14:54 +00:00
Dongryeol Lee
66bc4c5ca5
Fixing.
2010-10-03 23:17:50 +00:00
Dongryeol Lee
19d4953d34
There is a bug, I am fixing it.
2010-10-03 23:14:01 +00:00
Dongryeol Lee
a72d6318a5
Kind of works, now have to test.
2010-10-03 20:04:47 +00:00
Dongryeol Lee
64843110c3
Getting closer to distributed table server.
2010-10-03 19:46:10 +00:00
Dongryeol Lee
192a653964
Getting there.
2010-10-03 17:26:10 +00:00
Dongryeol Lee
f8ea0e9095
Fix to CMakeLists.txt which I never use.
2010-10-03 16:24:00 +00:00
Dongryeol Lee
9529d51e66
Removing old directories.
2010-10-03 16:23:15 +00:00
Dongryeol Lee
762b3fbbb2
Fixing warnings.
2010-10-03 16:22:33 +00:00
Dongryeol Lee
93099a19e0
Adding the test for distributed table, will finish today.
2010-10-03 16:21:18 +00:00
Dongryeol Lee
0a375c1dbc
Starting distributed tables.
2010-10-02 22:39:24 +00:00
Dongryeol Lee
2ee6c8ec34
Prefix scan code added.
2010-10-02 20:09:32 +00:00
tqlong
866b57c812
learning Qt codes
2010-10-01 21:39:55 +00:00
James Cline
f515b272d2
naive_bayes compiles now. Currently untested. Could also possibly use some cleaning up still.
...
Changed out Matrix -> arma::mat, Vector -> arma::vec, added std::vector where appropriate. Some std::vectors might should be changed to arma::vec.
No longer need math_functions.h for this.
2010-09-30 18:05:37 +00:00
Dongryeol Lee
a7078cc1c6
Fix to the CMake.
2010-09-30 00:58:14 +00:00