<div dir="ltr">Hi,<div><br></div><div>Slurm is a queuing system.</div><div><br></div><div>Give a go with </div><div><br></div><div><pre style="word-wrap: break-word;">./generate -c config/linux.intel -j 100 -w none -t 24 tiny1 >log 2>err</pre><pre style="word-wrap: break-word;"><br></pre><pre style="word-wrap: break-word;">or </pre></div><div><br></div><div><pre style="word-wrap: break-word;">./generate -c config/linux.intel -j 100 -w none -t 1 tiny1 >log 2>err</pre><pre style="word-wrap: break-word;"><br></pre><pre style="word-wrap: break-word;">with </pre><pre style="word-wrap: break-word;"><span style="font-family: Arial, Helvetica, sans-serif;">> cat none.wlm</span></pre><div>batch_cmd() {</div><div>$@</div><div>}</div><div><br></div><div>cf: Alfio Lazzaro</div><div><a href="https://groups.google.com/d/msg/cp2k/G67XV-dyk5E/cRvcra0NRR4J">https://groups.google.com/d/msg/cp2k/G67XV-dyk5E/cRvcra0NRR4J</a><br></div><pre style="word-wrap: break-word;"><br></pre><pre style="word-wrap: break-word;">Rolf</pre></div><div><br></div><div><br><br>On Thursday, October 15, 2015 at 7:04:43 PM UTC+2, Hongqian Sang wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;"><div dir="ltr"><pre style="word-wrap:break-word">I have been trying to compile LibSMM in cp2k 2.7 using ifort 14.0.2 and mkl without queuing system. 

When I do the 1st step, ./generate -c config/linux.intel -j 0 -t 24 tiny1 >log 2>err
I got an error,

Config file                   : "config/linux.intel"
Number of tasks per each node : 24
Number of batch jobs          : 0
WLM                           : slurm
SIMD register type            : avx
Limit time batch              : 01:00:00
COMMAND                       : "tiny1"
Make target                   : "all"

# Elements = 24^3 = 13824 split in 1 jobs.
Launching elements 1 --> 13824 (run_tiny_dnn_job1)
Generate master file output_linux.intel/tiny_find_<wbr>1_1_1__24_24_24.f90
make: execvp: /bin/sh: Argument list too long
make: *** [output_linux.intel/tiny_find_<wbr>1_1_1__24_24_24.f90] Error 127
<br>I have googled the message but found nothing useful here.<br>Thank you very much for your time and reply.<br><br>Sang<br></pre></div></blockquote></div></div>