hfp / xconfigure

High-Performance configuration patterns and recipes.
BSD 3-Clause "New" or "Revised" License
45 stars 13 forks source link

Nothing shows up after 20 mins #24

Closed maxsw02 closed 6 months ago

maxsw02 commented 3 years ago

Hi I did ./configure-get.sh but nothing shows up. Do I need to load modules before hand? I am working on a HPC cluster.

hfp commented 3 years ago

Do you have normal Internet access on your cluster? The command wget https://raw.githubusercontent.com/hfp/xconfigure/master/README.md should be downloading XCONFIGURE's README.md file into your current working directory. Very basically it could be also a missing wget command?

maxsw02 commented 3 years ago

Sorry, I realize I forgot to activate my proxies. However, I cannot seem to get past the following error: checking whether the C compiler works... no Currently, I have loaded the following libraries/compilers: gnu/8.3.1,mkl/2019, and intel-mpi/2018. Also, I am using the following configure ./configure-elpa-skx-gnu-omp.sh I am trying to install ELPA in order to be able to run QE with -ndiag parallelization.

hfp commented 3 years ago

./configure-elpa-skx-gnu-omp.sh [...] checking whether the C compiler works... no

I wonder if you are doing some cross-compilation like your compile-node/system is not "skx" architecture?
You can check with lscpu...

maxsw02 commented 3 years ago

It is a skx architecture. Model name: Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz

hfp commented 6 months ago

Feel free to return and bring-up an issue again. This project is focused on using ELPA for CP2K and perhaps some other applications. QE is is now out of focus somewhat (CP2K+Sirus may be in-focus going forward).