Patch 230104 is available for CryoSPARC v4.1.1

Release Notes

Updated

  • Improved database startup reliability following updates

Fixed

  • Prevent wrong generation dataset error for some jobs that process a large amount of micrographs or particles
  • Prevent Extract From Micrographs (GPU) job from using too much GPU memory, causing exposures to fail with cufftAllocFailed or cufftInternalError.

Installation

See installation instructions here (CryoSPARC v4.1.1 required):
https://guide.cryosparc.com/setup-configuration-and-management/software-updates#apply-patches

2 Likes

Hi,

I just tried to install the patch on a cluster installation.
Unfortunately I was not aware, that on a cluster installation the patching instructions are a bit different:

Now the master node is patched but the workers are not since they could not be automatically patched.
I tried to use the cryosparcm patch --download after the master has been patched and I get:
No patches available for current release.

Is there another way to download the patch files?

Thanks!

Hi,

I believe you can force a download of the latest patch packages to your cryosparc_master directory with the following:

cryosparcm patch --force --download

Options:
--force  install latest patch again even if already installed
--download   download master and worker patches for manual installation

After which you may continue with the rest of the instructions for cluster application.

Cheers,
Yang

1 Like

Thank you very much!

cryosparcm patch --force --download

worked as expected.

Best regards!