search for: qrsh_command

Displaying 2 results from an estimated 2 matches for "qrsh_command".

2023 Jan 30
2
Sys.getenv(): Error in substring(x, m + 1L) : invalid multibyte string at '<ff>' if an environment variable contains \xFF
...ROUND: I launch R through an Son of Grid Engine (SGE) scheduler, where the R process is launched on a compute host via 'qrsh', which part of SGE. Without going into details, 'mpirun' is also involved. Regardless, in this process, an 'qrsh'-specific environment variable 'QRSH_COMMAND' is set automatically. The value of this variable comprise of a string with \xff (ASCII 255) injected between the words. This is by design of SGE [1]. Here is an example of what this environment variable may look like: QRSH_COMMAND= orted\xff--hnp-topo-sig\xff2N:2S:32L3:128L2:128L1:128C:256...
2023 Jan 31
2
Sys.getenv(): Error in substring(x, m + 1L) : invalid multibyte string at '<ff>' if an environment variable contains \xFF
...n Son of Grid Engine (SGE) scheduler, where the R >> process is launched on a compute host via 'qrsh', which part of SGE. >> Without going into details, 'mpirun' is also involved. Regardless, in >> this process, an 'qrsh'-specific environment variable 'QRSH_COMMAND' >> is set automatically. The value of this variable comprise of a string >> with \xff (ASCII 255) injected between the words. This is by design >> of SGE [1]. Here is an example of what this environment variable may >> look like: >> >> QRSH_COMMAND= orte...