You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having an issue with read_tsv() which appears to be the segfault mentioned here: #510
I'm calling the function inside a conda environment on an HPC. Running it interactively on the file in the conda environment on the head node works fine, but when running as a job within the cluster I get a segfault every time, which is all way above my skill level.
Is that vroom release mentioned in the above issue able to be released soon? I notice it's still at v1.6.5.***.
Relevant package versions & the HPC OS below, however this is from the head node. When I look at other files where I've printed a sessionInfo() when running on the cluster, I don't seem to get the Running under: Red Hat Enterprise Linux 8.4 (Ootpa) and Matrix products: default BLAS/LAPACK: /hpcfs/users/******/envs/f4994948c5b33369acc304940a5fa825_/lib/libopenblasp-r0.3.26.so; LAPACK version 3.12.0 lines. I'm not sure if that's helpful information or not though.
Hi,
I'm having an issue with
read_tsv()
which appears to be the segfault mentioned here: #510I'm calling the function inside a conda environment on an HPC. Running it interactively on the file in the conda environment on the head node works fine, but when running as a job within the cluster I get a segfault every time, which is all way above my skill level.
The error I see in my log files is:
Is that
vroom
release mentioned in the above issue able to be released soon? I notice it's still atv1.6.5.***
.Relevant package versions & the HPC OS below, however this is from the head node. When I look at other files where I've printed a
sessionInfo()
when running on the cluster, I don't seem to get theRunning under: Red Hat Enterprise Linux 8.4 (Ootpa)
andMatrix products: default BLAS/LAPACK: /hpcfs/users/******/envs/f4994948c5b33369acc304940a5fa825_/lib/libopenblasp-r0.3.26.so; LAPACK version 3.12.0
lines. I'm not sure if that's helpful information or not though.The text was updated successfully, but these errors were encountered: