Dear Developers,
I am trying to run hiphive for a mono-clinic cell in p1 symmetry. I am using 50 configurations, however process of fitting in hiphive in very slow. even smaller cutoff distance and simple method like “least_square” takes a quite long (~25 hours)… I am worried that running this with realistic cutoff may be impossible within the 72 hours walltime limit we have.
Is this expected behavior? Are there some ways to make it faster. Your input will be very helpful.
I am using the most recent version of hiphive.
I am using the following batch script.
`#!/bin/bash -l
#PBS -N log-hiphive
#PBS -l nodes=1:ppn=128
#PBS -l walltime=34:00:00
export OMP_NUM_THREADS=4
cd $PBS_O_WORKDIR
python run-fcp.py`