Skip to content

Commit

Permalink
minors. bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
justanhduc committed Feb 15, 2022
1 parent 2cd4696 commit 65ce4a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Please find the license in the provided COPYING file.
*/
#define TS_VERSION_FALLBACK "1.3.0"
#define TS_VERSION_FALLBACK "1.3.1"

/* from https://github.com/LLNL/lbann/issues/117
* and https://gcc.gnu.org/onlinedocs/cpp/Stringizing.html#Stringizing */
Expand Down
2 changes: 0 additions & 2 deletions main.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ struct CommandLine {
int gpus;
int *gpu_nums;
int wait_free_gpus;
int gpu_wait_time;
char *logfile;
};

Expand Down Expand Up @@ -188,7 +187,6 @@ struct Msg {
int version;
int count_running;
char *label;
int gpu_wait_time;
int term_width;
} u;
};
Expand Down

0 comments on commit 65ce4a9

Please sign in to comment.