IBEXCluster
IBEXCluster
Dear @cerebis ### Here are my steps for Jellyfish 2.3.0 (latest, as of today) Python 3.x binding: Create a Python 3.x environment ``` $ curl -O https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh $ sh ./Miniconda3-latest-Linux-x86_64.sh...
Dear all, We have some workaround: ``` export DRMAA_LIBRARY_PATH=lib.slurm-22.05.6/libdrmaa.so.1 export LD_LIBRARY_PATH=lib.slurm-22.05.6:$LD_LIBRARY_PATH ``` This solution, helped us for launching job using Slurm-DRMAA!
Thanks to @wickhagj for fixing the bug in the Slurm-drmaa (https://github.com/natefoo/slurm-drmaa/commit/1f5db98cd788677e7a94b93cb56bc00266539fe2) The modifications are included in the master repo.