Attempting to sample from any model on a cluster fails with: Native call to processx_exec
failed
#59
-
I'm attempting to run a targets workflow on the ComputeCanada Graham cluster, which has the option to use either a SLURM scheduler or interactive sessions. Any attempt to call a
I can do the following:
I've tried using I'm sure there's something obvious I'm missing — I have very little experience with HPC — but I couldn't find anything on google, so I thought it'd be worth it to ask here. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Ok, I think:
is wrong — the Bernoulli example is already compiled with cmdstan install(?), so I never actually compiled anything. Trying to actually compile models, e.g. with So this is a cmdstanr / cluster / processx issue, unrelated to (PS: I'm still not sure what the actual problem is, so if anyone knows, I'd still love to hear it!) |
Beta Was this translation helpful? Give feedback.
-
Ok, it was a dumb mistake on my part: when I copied my files over from my local computer, I accidentally copied over stan model executables which were compiled for a different architecture. Deleting all executables and recompiling solved my problem. Stan discourse link here. |
Beta Was this translation helpful? Give feedback.
Ok, it was a dumb mistake on my part: when I copied my files over from my local computer, I accidentally copied over stan model executables which were compiled for a different architecture. Deleting all executables and recompiling solved my problem. Stan discourse link here.