Skip to content

Commit

Permalink
regex fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jjwilke committed Feb 26, 2016
1 parent 7a421c4 commit 5d4ac05
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion sprockit
8 changes: 2 additions & 6 deletions sstmac/main/valid_keywords.cc
Original file line number Diff line number Diff line change
Expand Up @@ -385,18 +385,14 @@ namespace sstmac {
"lib_compute_loops_mem_ratio",
"lib_compute_loops_flop_ratio",
"lib_compute_access_width",
"ftq_vis_show_thread_chart_type",
"stack_size",
"stack_chunk_size",
"ftq",
"ftq_trace",
"ftq_vis_show",
"ftq_vis_show_thread_chart",
"ftq_vis_show_thread_chart_separate",
"ftq_vis_show_summary_chart",
"ftq_epoch",
"call_graph",
"event_trace",
"stack_protect",
"ftq_epoch",
"event_trace_start",
"event_trace_stop",
"os_startup_libs",
Expand Down
3 changes: 3 additions & 0 deletions tutorials/sendrecv_cxx/sendrecv.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
#include <sprockit/mpi_parameters.h>
#include <sprockit/errors.h>
#include <sprockit/malloc.h>
#include <sprockit/keyword_registration.h>

RegisterKeywords("sendrecv_message_size");

using namespace sstmac;

Expand Down
3 changes: 3 additions & 0 deletions tutorials/sendrecv_cxx2/sendrecv.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#include "sendrecv.h"
#include <sprockit/keyword_registration.h>

RegisterKeywords("sendrecv_message_size");

namespace sendrecv
{
Expand Down

0 comments on commit 5d4ac05

Please sign in to comment.