Closed cxp484 closed 1 month ago
All: please note that if you are pointing to a local shared version of the SUNDIALS library, for example, on spark we have /shared/sundials/6.7.0, then you need to rename lib64 to lib.
/shared/sundials/6.7.0
lib64
lib
cd /shared/sundials/6.7.0 sudo mv lib64 lib ...
All: please note that if you are pointing to a local shared version of the SUNDIALS library, for example, on spark we have
/shared/sundials/6.7.0
, then you need to renamelib64
tolib
.