Skip to content

Commit

Permalink
Edit launcher plugin vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Apr 19, 2023
1 parent 8965ae9 commit 0c8b983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/launcher_plugins.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ result$result[[1]]
#> [1] "192.168.0.2 27336"
```

Please use the result to verify that the task really ran on a worker as intended. The process ID above should agree with the one from the handle. In addition, if the worker is running on a different computer, the worker IP address should be different than the local IP address. Since our custom launcher creates local processes, the IP addresses are the same in this case, but they should be different for a [SLURM](https://slurm.schedmd.com/) or [AWS Batch](https://aws.amazon.com/batch/) launcher.
Please use the result to verify that the task really ran on a worker as intended. The process ID above should agree with the one from the handle ([except on Windows](https://github.com/r-lib/processx/issues/364) because the actual R process may be different from the `R.exe` process created first). In addition, if the worker is running on a different computer, the worker IP address should be different than the local IP address. Since our custom launcher creates local processes, the IP addresses are the same in this case, but they should be different for a [SLURM](https://slurm.schedmd.com/) or [AWS Batch](https://aws.amazon.com/batch/) launcher.

```{r}
getip::getip(type = "local")
Expand Down

0 comments on commit 0c8b983

Please sign in to comment.