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
I would like to know how would it be better to compile and use StackBLOCK as a MPI library. I could call probably the main function from my project specifying the conf file. But I would like to use external MPI communicators. Is there some example or could you make some advise?
Thanks.
The text was updated successfully, but these errors were encountered:
StackBlock can be compiled as a library (just do make library) and it is used for Molcas interface (see molcas directory). MPI should work, at least it is working with the Block interface. Somehow with StackBlock I used only the openmp parallelization. Maybe threre were some issues with MPI
Hello.
I would like to know how would it be better to compile and use StackBLOCK as a MPI library. I could call probably the main function from my project specifying the conf file. But I would like to use external MPI communicators. Is there some example or could you make some advise?
Thanks.
The text was updated successfully, but these errors were encountered: