When running Gale, it can sometimes not find the input files. This occurs
because MPI on some (but not all) platforms changes the current directory. I
tried saving the current directory, running MPI_Init(), and then changing back,
but that caused some strange crashing. Maybe the best way is to make the input
file name absolute.
|