cran / TCA

:exclamation: This is a read-only mirror of the CRAN R package repository. TCA — Tensor Composition Analysis. Homepage: https://www.nature.com/articles/s41467-019-11052-9 Report bugs for this package: https://github.com/cozygene/TCA/issues
0 stars 0 forks source link

error message related to parallel computing from tcareg #2

Open xinming-an opened 1 year ago

xinming-an commented 1 year ago

I am running tca on a cluster (interactive mode) and got the following error message when try to enable the parallel option for the tcareg function.

tcareg.ptsd.m3.joint <- tcareg(X = tca.x, tca.mdl = tca.ptsd.m3, y = tca.y, C3 = tca.c3, test = "joint", parallel = TRUE)

INFO [2023-09-25 17:10:17] Starting tcareg... INFO [2023-09-25 17:10:17] Validating input... INFO [2023-09-25 17:10:18] Preparing data... INFO [2023-09-25 17:10:22] Running TCA regression... INFO [2023-09-25 17:10:22] Estimate tensor... Error in socketConnection("localhost", port = port, server = TRUE, blocking = TRUE, : all connections are in use

gaborcsardi commented 1 year ago

Hi, this is a read only mirror of CRAN, please see the package authors in the DESCRIPTION file. Look for Maintainer, BugReports and URL. Thanks!