Compilations with Intel (XE 2013) for CP2K-trunk (2.7dev) & regtests errors
Alfio Lazzaro
alfio.... at gmail.com
Sat Jun 13 13:06:52 UTC 2015
Hi Rolf,
the problem is that the list of arguments is too long (there are 13824
entries, each one with at least 10 chars)
Could you run the test in parallel? I mean you can use "-j #". In this case
you have also to specify the wlm by using "-w " flag (pbs/slurm or a new
one for your system). Please see the README for the parallel execution
steps.
If you don't want to run on the cluster, you can still use the parallel
execution on the login node, but then you have to declare an "empty" wlm
file under config directory:
> cat no.wlm
batch_cmd() {
$@
}
Therefore you can use "-j 100 -w no".
Note that I have never tried such a case, so I'm not sure it will work
out-of-the-box. Let me how it goes.
Cheers,
Alfio
Il giorno venerdì 12 giugno 2015 20:26:47 UTC+2, Rolf David ha scritto:
>
> Hi,
>
> The advices worked well. I'm now error free.
>
> I've moved on compiling libsmm and libgrid.
>
> Now i've run in another problem, the generation of libsmm.
>
> The tiny part :
>
> ./generate -c config/linux.intel -j 0 -t 16 tiny1
>
>
> Generate master file output_linux.intel/tiny_find_1_1_1__24_24_24.f90
>
> make: execvp: /bin/sh: Argument list too long
>
> make: *** [output_linux.intel/tiny_find_1_1_1__24_24_24.f90] Error 127
>
>
>
> The problem comes from the command by verbosing:
>
>
> make -j 16 -f ../Makefile.tiny_dnn_linux.intel all SI=1 EI=13824
>
>
> and ifort died
>
>
> if anobody has any idea of what I'm doing wrong, I'll be glad (and
> relieved !)
>
>
> Kinds regards
>
>
> Rolf
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.cp2k.org/archives/cp2k-user/attachments/20150613/27127979/attachment.htm>
More information about the CP2K-user
mailing list