Relative Content

Tag Archive for multiprocessingmpihpcmpfr

mpfr_t in custom MPI structs

I am working on converting my program to use arbitrary precision and thus I started utilizing MPFR. I had a custom MPI struct containing my data in my original code. Now that I have converted my data to mpfr_t, I am unsure how to make this struct in MPI.