Ian Goldberg
|
a08006fba7
Single-node MPI launcher
|
14 лет назад |
Ian Goldberg
|
5ee1f82f14
Start in on the MPI driver
|
14 лет назад |
Ian Goldberg
|
7ffa00afcd
Factor out the cmdline arg parsing so the mpi driver can also use it
|
14 лет назад |
Ian Goldberg
|
639ddc0fe3
Add a callback to controller_main to report the bound address and port
|
14 лет назад |
Ian Goldberg
|
44686d4966
Construct and use the worklist from cmdline args in controller
|
14 лет назад |
Ian Goldberg
|
bc52f994e8
Pass a worklist into controller_main instead of just a filename
|
14 лет назад |
Ian Goldberg
|
03af039f7f
Moved almost all output to #ifdef VERBOSE
|
14 лет назад |
Ian Goldberg
|
65725abb62
Refactor desired resource computation into controller_main.cc
|
14 лет назад |
Ian Goldberg
|
99445b0133
Move dpfreq computation into SubproblemProgress constructor
|
14 лет назад |
Ian Goldberg
|
a74e42e7f4
Log memory usage in the dpnode if #define LOG_MEM is set
|
14 лет назад |
Ian Goldberg
|
29c43874dd
Add a "nompi" target to the Makefile
|
14 лет назад |
Ian Goldberg
|
e6f5357c28
Start on the MPI launcher program
|
14 лет назад |
Ian Goldberg
|
5b62cbb2c4
Split off the three main()s in preparation for MPI wrapper
|
14 лет назад |
Ian Goldberg
|
87ea78a8c2
Time the problems and launch a fixed number before exiting
|
14 лет назад |
Ian Goldberg
|
9ca02921e8
An extra argument to worker specifies te CUDA device to use
|
14 лет назад |
Ian Goldberg
|
0e999113e0
Reconstruct answer and launch new problems
|
14 лет назад |
Ian Goldberg
|
76d978789e
Read subproblem responses from the dpnodes
|
14 лет назад |
Ian Goldberg
|
f977451e03
When a dpnode finds the answer, write it to the controller
|
14 лет назад |
Ian Goldberg
|
8bcd316852
Remove spurious bufferevent_free in worker.cc
|
14 лет назад |
Ian Goldberg
|
37f2ae66aa
Remove spurious increment of problemid in subproblem.h
|
14 лет назад |
Ian Goldberg
|
d82074b1b5
Have the dpnode compute and send the DL to the controller
|
14 лет назад |
Ian Goldberg
|
3354afb7c3
Have the dpnodes stick received DPs in a table and look for collisions
|
14 лет назад |
Ian Goldberg
|
3a420e5fcc
We don't actually read anything from workers, so don't set a callback for it
|
14 лет назад |
Ian Goldberg
|
9c86a9f1f9
Let the caller of cuda_dl set the DP frequency
|
14 лет назад |
Ian Goldberg
|
7366ea0c0d
Have the dpcallback consume an unparsed array of unsigned ints
|
14 лет назад |
Ian Goldberg
|
6347ef5c22
Read (but for now ignore) DPs in the dpnode
|
14 лет назад |
Ian Goldberg
|
5f3c0194f7
Fix an off-by-one error in selecting the DP word to use to demux
|
14 лет назад |
Ian Goldberg
|
53b775f223
Be sure to enable writing in the worker->dpnode connection
|
14 лет назад |
Ian Goldberg
|
4a0de9516a
Enable libevent thread safety for the worker
|
14 лет назад |
Ian Goldberg
|
d32933d9a3
Actually launch a worker thread and do some work.
|
14 лет назад |