Skip to content

Commit

Permalink
reverted the change to the MBody1 example to not define user-defined …
Browse files Browse the repository at this point in the history
…compiler flags.
  • Loading branch information
tnowotny committed Nov 9, 2016
1 parent d9079cf commit dcb00f8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions userproject/MBody1_project/model/MBody1.cc
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,7 @@ void modelDefinition(NNmodel &model)
#else
GENN_PREFERENCES::optimizeCode = true;
#endif // DEBUG
GENN_PREFERENCES::optimizeCode = false;
GENN_PREFERENCES::userNvccFlags= " -O3 -use_fast_math -Xcompiler \"-ffast-math\"";
GENN_PREFERENCES::userCxxFlagsGNU= " -O3";

//GENN_PREFERENCES::autoChooseDevice= 0;
//GENN_PREFERENCES::optimiseBlockSize= 0;
//GENN_PREFERENCES::neuronBlockSize= 192;
Expand Down

0 comments on commit dcb00f8

Please sign in to comment.