Hello,
In order to perform a contingency analysis efficiently, I would like to
perform a parallel processing of MATPOWER(Ver. 5.1) using parfor loop in
parallel computing toolbox.
However, when I executed the MATLAB code including MATPOWER and parfor
loop.
the following error messages was obtained.
--------------- from here --------------------------
ERROR: ext2int (line 137)
ext2int: bus 1 has an invalid BUS_TYPE
ext2int: bus 2 has an invalid BUS_TYPE
ext2int: bus 3 has an invalid BUS_TYPE
ext2int: bus 4 has an invalid BUS_TYPE
ext2int: bus 5 has an invalid BUS_TYPE
ext2int: bus 6 has an invalid BUS_TYPE
ext2int: bus 7 has an invalid BUS_TYPE
-------------- same error from bus 8 to bus 101 ------------
ext2int: bus 102 has an invalid BUS_TYPE
ext2int: bus 103 has an invalid BUS_TYPE
ext2int: bus 104 has an invalid BUS_TYPE
ext2int: bus 105 has an invalid BUS_TYPE
ERROR: opf (line 197)
mpc = ext2int(mpc);
ERROR: runopf (line 77)
[r, success] = opf(casedata, mpopt);
ERROR: Program_revised (line 481)
parfor i=1:number
--------------- to here --------------------------------
I will appreciate your help with this situation.
Teiji