Commit Verlauf

Autor SHA1 Nachricht Datum
  Steven Engler e21f3a72bb Fixed the CPU validation. vor 8 Jahren
  Steven Engler 6bfb884002 Removed the unused 'cuda_init' function. vor 8 Jahren
  Steven Engler 7aac1aaa61 Changed build architecture from 2.0 to 3.0. vor 8 Jahren
  Steven Engler cde6e66784 Include 'unistd.h' in source files. vor 8 Jahren
  Steven Engler 3a50b8f3a9 Added a '.gitignore' file. vor 8 Jahren
  Ian Goldberg cb74c97417 Make a test_cuda target that does a single subproblem without forking vor 13 Jahren
  Ian Goldberg 9fa203afbe Add a program to parse the logfile for some interesting statistics vor 14 Jahren
  Ian Goldberg a1d3f9fa44 Output timestamp and host information to the cout log vor 14 Jahren
  Ian Goldberg 525094f42d Initialize randomness in worker.cc vor 14 Jahren
  Ian Goldberg 5c6cb43565 Complete the MPI launcher vor 14 Jahren
  Ian Goldberg 15901b39d1 Complete the computation of the desired resources for the subproblems vor 14 Jahren
  Ian Goldberg 2a4512a4ef Try to better calculate the needed resources to solve a subproblem vor 14 Jahren
  Ian Goldberg e5decaf5df Communicate the dpfreq to the workers correctly vor 14 Jahren
  Ian Goldberg 2dda9b350b Flush cout at various points so we can more easily watch progress vor 14 Jahren
  Ian Goldberg edfd20a685 Add new cmdline options to controller vor 14 Jahren
  Ian Goldberg 2471b6ffc0 Turn on -O2 vor 14 Jahren
  Ian Goldberg 397c6a4e61 Clean up the output of the MPI driver a bit vor 14 Jahren
  Ian Goldberg c081555e83 Fix the MPI driver to not conflict with libevent vor 14 Jahren
  Ian Goldberg a08006fba7 Single-node MPI launcher vor 14 Jahren
  Ian Goldberg 5ee1f82f14 Start in on the MPI driver vor 14 Jahren
  Ian Goldberg 7ffa00afcd Factor out the cmdline arg parsing so the mpi driver can also use it vor 14 Jahren
  Ian Goldberg 639ddc0fe3 Add a callback to controller_main to report the bound address and port vor 14 Jahren
  Ian Goldberg 44686d4966 Construct and use the worklist from cmdline args in controller vor 14 Jahren
  Ian Goldberg bc52f994e8 Pass a worklist into controller_main instead of just a filename vor 14 Jahren
  Ian Goldberg 03af039f7f Moved almost all output to #ifdef VERBOSE vor 14 Jahren
  Ian Goldberg 65725abb62 Refactor desired resource computation into controller_main.cc vor 14 Jahren
  Ian Goldberg 99445b0133 Move dpfreq computation into SubproblemProgress constructor vor 14 Jahren
  Ian Goldberg a74e42e7f4 Log memory usage in the dpnode if #define LOG_MEM is set vor 14 Jahren
  Ian Goldberg 29c43874dd Add a "nompi" target to the Makefile vor 14 Jahren
  Ian Goldberg e6f5357c28 Start on the MPI launcher program vor 14 Jahren