D. King
unread,Apr 14, 2013, 10:38:07 PM4/14/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to us...@googlegroups.com
Hello,
I am currently trying to run the T0 test case using the following parameters in the input file:
10 : numParallelCalcs (how many parallel calculations shall be performed)
1 : whichCluster (0: no-job-script, 1: local submission, 2: remote submission)
I have edited the checkStatus_local.m and submitJob_local.m (attached).
The problem I am getting is that when I run USPEX.m from the command line on the head node.
octave <USPEX.m> log 2>error
It goes through one iteration and stops, the 10 structures are optimised for step 1 but do not continue. If I run the same command:
octave <USPEX.m>>log 2>>error
Uspex goes through a second iteration for step 2 and stops.
Is there a looping problem in the checkStatusC.m or is there a problem at my end?
I have tried for both matlab and octave as well as using a submission script to run USPEX on a node. Also, I can run T0 using "0 : whichCluster" to completion but I believe this method to be less efficient.
log and error files attached.
Regards,
D. King