You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cp2k
Hi,
I'm trying to install CP2K but my cluster has no outside world excess (internet); I can't change this. The install instructions says to run "install_cp2k_toolchain.sh" but this ends up trying to download programs. I have most compiler e.g. gnu/intel/openmpi. For example, I have tried:
Do I need to run "install_cp2k_toolchain.sh" or can I edit one of the "arch" files and "make".
Thanks for any help
Tiziano Müller
unread,
Apr 27, 2021, 8:33:07 AM4/27/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cp...@googlegroups.com
Hi,
you can always take one of the arch files in `arch/` as a template and
edit it to your needs. When using the Intel Parallel Studio (that is
with Intel Compiler, Intel MPI, Intel MKL)
arch/Linux-x86-64-intel-minimal.psmp
might be a good starting point.
You would then build CP2K with this arch file using:
make -j ARCH=Linux-x86-64-intel-minimal VERSION=psmp
(run in the directory with the Makefile).
I'd strongly suggest to make a copy of one of the arch files, giving it
a unique name in the process. But you should keep the VERSION
(corresponding to the part after the dot) to either ssmp (when building
only OpenMP-parallel) or psmp (when building for OpenMP- and MPI-parallel).