yogevb / a-dda

Automatically exported from code.google.com/p/a-dda
0 stars 0 forks source link

Enable standalone execution of adda_mpi #77

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently adda_mpi can only be run by using something like mpiexec. It
would be nice if it was possible to execute it as a usual binary
(standalone). It will help e.g. to quickly test these binaries after
compilation, without waiting to submit to the batch.

I am not sure if it can be done by only changing initialization part (like
MPI_Init) or if separate condition must be added to each MPI function.

Original issue reported on code.google.com by yurkin on 30 Apr 2009 at 11:05

GoogleCodeExporter commented 9 years ago
It seems that this issue was specific for an older configuration of LISA. Now 
everything works fine (standalone run of adda_mpi) both on LISA and under 
Windows. It seems that if environment is properly set-up to compile the 
program, it should also be sufficient to run adda_mpi alone.

Original comment by yurkin on 16 Feb 2011 at 7:33