I am using a fork of Nemo <https://github.com/xmeehan/Nemo.jl> I modified to support a fork of FLINT so I could use the function snf_with_transform <https://github.com/wbhart/flint2/issues/204#issuecomment-166663216>. The Julia script I'm using works great in some cases. I'm scheduling it with Slurm and using ClusterManagers and addprocs_slurm. The scripts work when I request one node and 24 tasks and use addprocs, but not addprocs_slurm. I am trying to use more than one node and addprocs_slurm works when I request two nodes and two tasks. I'm not sure at how many tasks it stops working, but seemingly somewhere between 2 and 24 I get a strange method error that doesn't make any sense.
MethodError: `snf_with_transform` has no method matching snf_with_transform (::Nemo.fmpz_mat) Closest candidates are: snf_with_transform(::Nemo.fmpz_mat) Does anyone know why I would get this or seen anything like this before?
