Skip to content

Commit

Permalink
Merge pull request #112 from nlesc-dirac/dev
Browse files Browse the repository at this point in the history
update master from dev
  • Loading branch information
HannoSpreeuw authored Sep 12, 2019
2 parents 7b3c9e4 + 984f17b commit 5f75351
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/MPI/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ using namespace Data;

void
print_copyright(void) {
cout<<"SAGECal-MPI 0.6.1 (C) 2011-2019 Sarod Yatawatta"<<endl;
cout<<"SAGECal-MPI 0.6.2 (C) 2011-2020 Sarod Yatawatta"<<endl;
}


Expand Down
2 changes: 1 addition & 1 deletion src/MS/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ using namespace Data;

void
print_copyright(void) {
cout<<"SAGECal 0.6.1 (C) 2011-2019 Sarod Yatawatta"<<endl;
cout<<"SAGECal 0.6.2 (C) 2011-2020 Sarod Yatawatta"<<endl;
}


Expand Down
3 changes: 0 additions & 3 deletions src/lib/Radio/Radio.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@
#include <cuda_runtime_api.h>
#endif /* HAVE_CUDA */

#ifndef MAX_GPU_ID
#define MAX_GPU_ID 3 /* use 0 (1 GPU), 1 (2 GPUs), ... */
#endif
/* default value for threads per block */
#ifndef DEFAULT_TH_PER_BK
#define DEFAULT_TH_PER_BK 64
Expand Down
1 change: 1 addition & 0 deletions src/lib/Radio/predict_withbeam_cuda.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@


#include "Radio.h"
#include "GPUtune.h"

//#define CUDA_DEBUG
static void
Expand Down

0 comments on commit 5f75351

Please sign in to comment.