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
A sequential compilation is currently hard-wired in PAR/SConstruct. The parallel compilation fails because the mpif.h header file was not included in what the FP gave us. I was able to get the parallel version to compile by copying mpif.h from FDMNES (which I happen to have a copy of...).
Perhaps parallel compilation is not quite a requirement for this project....?
The text was updated successfully, but these errors were encountered:
I think you mean compilation of a parallel version of feff, not parallel compilation (ala make -j pr scons -j). I thought scons -j worked.
I don't think feff is parallelized along the potentials calc or genfmt, just the energy points for XANES, which isn't very helpful for EXAFS, though perhaps parallelizing the potentials and/or genfmt are possible and worth considering? Don't know much about MPI....
A sequential compilation is currently hard-wired in
PAR/SConstruct
. The parallel compilation fails because thempif.h
header file was not included in what the FP gave us. I was able to get the parallel version to compile by copyingmpif.h
from FDMNES (which I happen to have a copy of...).Perhaps parallel compilation is not quite a requirement for this project....?
The text was updated successfully, but these errors were encountered: