cuMemHostAlloc results in CUDA_ERROR_INVALID_VALUE (version 5.0.1)

Thanks @ftilley for the report. We identified a bug that affects “single workstation” and cluster worker CryoSPARC setups, where cryosparc_worker/config.sh settings may be (incrorrectly) ignored. We plan to release a fix.
Until the fix is released, the bug’s effect can be mitigated

  • for slurm cluster lanes: by including the
    #SBATCH --export=NONE option in the lane’s script template
  • for worker targets that are on the same computer as the CryoSPARC master: by including the
    export CRYOSPARC_NO_PAGELOCK=true line in the cryosparc_master/config.sh file