vlawhern
                                            vlawhern
                                        
                                    So I managed to get this compiled on RedHat 8 and it runs successfully, although I had to use your older install instructions and not using Intel OneAPI (so installing...
I'm not an expert on compiling software, but it looked like I was unable to compile a static binary (it linked to files/directories unique to my system) so I'm pretty...
Your binary works on my machine as well. Thanks for sharing! @japalmer29 this should be included in the main repo for users with newer OS's as I think old libs...
I get errors from MPI, the most common error I get is this one: ``` Assertion failed in file src/mpid/ch3/src/ch3u_request.c at line 649: MPIU_Object_get_ref((req)) >= 0 ``` Sometimes I'll get...
in addition if I work with less nodes (3 or 4) but still work with high-density data (~64 channel) this also works. So this points to some boundaries based on...
- 1 model on 1 node with 90 x 1.8M data appears to run just fine (gets through a few iterations without errors). - 1 model on 2 nodes with...
``` Processing arguments ... num_files = 1 FILES: /mnt/growler/barleyhome/vlawhern/tmpdata63236.fdt num_dir_files = 1 initial matrix block_size = 128 do_opt_block = 0 blk_min = 256 blk_step = 256 blk_max = 1024 number...
so I've tried various combinations of block_size and max_threads and now I get some different errors, which just points to this being a MPI/cluster issue... our cluster is just 1Gb...
so I managed to test this out on a dedicated HPC platform (using the HPC system's MPI implementation which is based on Intel OneAPI) across 4 nodes with AMICA at...
interestingly if I keep trying to run the same command several times.. once in a while it will work (maybe once out of 10 attempts). So it's possible that there...