Re: [easybuild] Purpose of prebuildopts in VASP-5.4.1-intel-2016.02-GCC-4.9.eb?

2019-03-25 Thread Miguel Costa
Hello Loris, if you only remove "-mkl" then "=sequential" is indeed left hanging, but you are right that it is not necessary to use sed via prebuildopts, have a look at https://github.com/easybuilders/easybuild-easyconfigs/pull/7697/files which handles it better, I think. Comments/reviews/test

[easybuild] Purpose of prebuildopts in VASP-5.4.1-intel-2016.02-GCC-4.9.eb?

2019-03-25 Thread Loris Bennett
Hi, Based on the existing easyconfig VASP-5.4.1-intel-2016.02-GCC-4.9.eb I am trying to write one for VASP 5.4.4 with intel-2018b. I am getting the following error mpiifort =sequential -lstdc++ -o vasp c2f_interface.o ... -lstdc++ ifort: error #10236: File not found: '=sequential' This