Dear All,
I have an 8 core machine and I want to run 8 serial jobs at the same time.
In my INPUT.txt I have
abinitioCode (which code shall be used for calculation?)
3 3 3
ENDabinit
% commandExecutable
./job3_gulpNP
./job3_gulpNP
./job3_gulpNP
% EndExecutable
8 : numParallelCalcs (how many parallel calculations shall be performed)
0 : whichCluster (0: no-job-script, 1: local submission, 2: remote submission)
Folders CalcFold1 to CalcFold8 are created but the jobs are still run sequentially ie only one process at a time and not all 8.
Can anyone please help me to spot my error? Or is it not possible to run this way. I have also tried
abinitioCode (which code shall be used for calculation?)
3 3 3
ENDabinit
% commandExecutable
./job3_gulpNP
./job3_gulpNP
./job3_gulpNP
% EndExecutable
Many thanks
Chris