Skip to content

Commit

Permalink
tag 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mschubert committed Nov 11, 2017
1 parent 64d8845 commit 5e00cfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: clustermq
Title: Evaluate Function Calls on HPC Schedulers (LSF, SGE, SLURM)
Version: 0.7.99
Version: 0.8.0
Author: Michael Schubert <[email protected]>
Maintainer: Michael Schubert <[email protected]>
Description: Evaluate arbitrary function calls using workers on HPC schedulers
Expand Down
4 changes: 2 additions & 2 deletions R/master.r
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ master = function(qsys, iter, fail_on_error=TRUE, wait_time=NA, chunk_size=NA) {
switch(msg$id,
"WORKER_UP" = {
if (msg$pkgver != pkgver && pkg_warn) {
warning("Version mismatch: master has ", pkgver,
" worker ", msg$pkgver, immediate.=TRUE)
warning("\nVersion mismatch: master has ", pkgver,
", worker ", msg$pkgver, immediate.=TRUE)
pkg_warn = FALSE
}
qsys$send_common_data()
Expand Down

0 comments on commit 5e00cfc

Please sign in to comment.