RE: [easybuild] Name 'configopts' is not defined

2020-11-23 Thread Robert MIJAKOVIC
Hi Carlos, Thank you for your quick response and indeed that resolves the issue. My impression was that this was already defined by easybuild and now it just gets appended. Now, when I look the commented line above it assigns the configopts. Best regards, Robert From: easybuild-requ...@lists.ug

Re: [easybuild] Name 'configopts' is not defined

2020-11-23 Thread Carlos Fenoy
Hi Robert, It seems your problem seems to be the '+' sign before the assignment. As the error mentions "configopts" is not defined before your uncommented line and you are trying to append to it. Simply try with: configopts = '--with-slurm --with-pmi=/usr/include/slurm --with-pmi-libdir=/usr' R

[easybuild] Name 'configopts' is not defined

2020-11-23 Thread Robert MIJAKOVIC
Hi guys, I’m running EasyBuild 3.4.1 and tried to customize the OpenMPI 4.0.3 easy config by enabling SLURM integration by uncommenting: configopts += '--with-slurm --with-pmi=/usr/include/slurm --with-pmi-libdir=/usr' However, when I do it, I get the following error: ERROR: Failed to process e