The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
The taskqueue package uses PostgreSQL to manage tasks,
projects, and workers. This vignette shows how to install and configure
PostgreSQL on Ubuntu for HPC environments.
PostgreSQL should be installed on a server that all worker nodes can access.
PostgreSQL is chosen for taskqueue because:
Allow worker nodes to connect to PostgreSQL.
On all machines (daily working machines, login nodes and compute
nodes), add these environment variables to ~/.Renviron:
PGHOST=your.database.server.com
PGPORT=5432
PGUSER=taskqueue_user
PGPASSWORD=your_password
PGDATABASE=taskqueue_db
Edit .Renviron:
Restart R after editing .Renviron.
pg_hba.conf to your HPC network
only.Renviron:
chmod 600 ~/.RenvironIf needed, remove all taskqueue data:
The package will recreate tables automatically when needed.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.