Skip to content

Commit 0338134

Browse files
committed
fix invalid url
1 parent cff4539 commit 0338134

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Description: As a successor of the packages 'BatchJobs' and 'BatchExperiments',
1515
'OpenLava' (<http://www.openlava.org/>), 'Univa Grid Engine'/'Oracle Grid
1616
Engine' (<http://www.univa.com/>), 'Slurm' (<http://slurm.schedmd.com/>),
1717
'TORQUE/PBS'
18-
(<http://www.adaptivecomputing.com/products/open-source/torque/>), or
19-
'Docker Swarm' (<https://docs.docker.com/swarm/>).
18+
(<https://adaptivecomputing.com/cherry-services/torque-resource-manager/>),
19+
or 'Docker Swarm' (<https://docs.docker.com/swarm/>).
2020
A multicore and socket mode allow the parallelization on a local machines,
2121
and multiple machines can be hooked up via SSH to create a makeshift
2222
cluster. Moreover, the package provides an abstraction mechanism to define

R/clusterFunctionsTORQUE.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#' @title ClusterFunctions for OpenPBS/TORQUE Systems
22
#'
33
#' @description
4-
#' Cluster functions for TORQUE/PBS (\url{http://www.adaptivecomputing.com/products/open-source/torque/}).
4+
#' Cluster functions for TORQUE/PBS (\url{https://adaptivecomputing.com/cherry-services/torque-resource-manager/}).
55
#'
66
#' Job files are created based on the brew template \code{template.file}. This file is processed
77
#' with brew and then submitted to the queue using the \code{qsub} command. Jobs are killed using

man/makeClusterFunctionsTORQUE.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)