Hello, I am processing data after reading files into a scratch directory. I noticed that with some job types, including 2D classification, and Ab-initio reconstruction the cached particles are always deleted and read back into the scratch even if the particles are already read in. The flag “Detected file change due to modification time.” is posted and the cached particles are deleted. This means that if one job begins after another using the same particle set the set in use will be deleted and the job using it will fail. I’m currently running version 4.2.1 on my local workstation. this
Here is the output of the job run first.
[CPU: 196.8 MB Avail: 110.58 GB]
Importing job module for job type homo_abinit…
[CPU: 294.5 MB Avail: 109.87 GB]
Job ready to run
[CPU: 294.5 MB Avail: 109.87 GB]
[CPU: 297.7 MB Avail: 109.92 GB]
Using random seed for sgd of 777916736
[CPU: 297.7 MB Avail: 109.92 GB]
Loading a ParticleStack with 3014 items…
[CPU: 297.7 MB Avail: 110.35 GB]
SSD cache : cache successfully synced in_use
[CPU: 301.5 MB Avail: 109.65 GB]
SSD cache : cache successfully synced, found 1583331.42MB of files on SSD.
[CPU: 301.5 MB Avail: 109.65 GB]
SSD cache : cache successfully requested to check 222 files.
[CPU: 301.5 MB Avail: 109.65 GB]
Detected file change due to modification time.
[CPU: 301.5 MB Avail: 111.13 GB]
SSD cache : cache requires 111000.22MB more on the SSD for files to be downloaded.
[CPU: 301.5 MB Avail: 111.13 GB]
SSD cache : cache has enough available space.
[CPU: 301.5 MB Avail: 111.13 GB]
Transferring J76/subtracted_particles_B_99.mrcs (500 MB) (222/222)
Complete : 111000 MB (100.00%)
Total : 111000 MB
Current Speed : 88.16 MB/s
Average Speed : 98.86 MB/s
ETA : 0h 0m 0s
[CPU: 268.4 MB Avail: 110.48 GB]
SSD cache : complete, all requested files are available on SSD.
And the job run second which reads in the same particle dataset after deleting the same dataset immediately before.
[CPU: 196.8 MB Avail: 110.58 GB]
Importing job module for job type homo_abinit…
[CPU: 294.5 MB Avail: 109.87 GB]
Job ready to run
[CPU: 294.5 MB Avail: 109.87 GB]
[CPU: 297.7 MB Avail: 109.92 GB]
Using random seed for sgd of 777916736
[CPU: 297.7 MB Avail: 109.92 GB]
Loading a ParticleStack with 3014 items…
[CPU: 297.7 MB Avail: 110.35 GB]
SSD cache : cache successfully synced in_use
[CPU: 301.5 MB Avail: 109.65 GB]
SSD cache : cache successfully synced, found 1583331.42MB of files on SSD.
[CPU: 301.5 MB Avail: 109.65 GB]
SSD cache : cache successfully requested to check 222 files.
[CPU: 301.5 MB Avail: 109.65 GB]
Detected file change due to modification time.
[CPU: 301.5 MB Avail: 111.13 GB]
SSD cache : cache requires 111000.22MB more on the SSD for files to be downloaded.
[CPU: 301.5 MB Avail: 111.13 GB]
SSD cache : cache has enough available space.
[CPU: 301.5 MB Avail: 111.13 GB]
Transferring J76/subtracted_particles_B_99.mrcs (500 MB) (222/222)
Complete : 111000 MB (100.00%)
Total : 111000 MB
Current Speed : 88.16 MB/s
Average Speed : 98.86 MB/s
ETA : 0h 0m 0s
[CPU: 268.4 MB Avail: 110.48 GB]
SSD cache : complete, all requested files are available on SSD.
Is there any remedy for this issue?