X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 19 Mar 2014 02:05 PM by  anon
IDL_IDLBRIGDE problem
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:1
New Member


--
19 Mar 2014 02:05 PM
    I'm try to run a 'for' in 4 processors using split_for.pro but i couldn't because idl send me this message: % Loaded DLM: IDL_IDLBRIDGE. % IDL_IDLBRIDGE Error: Unsupported parameter type: IDL_TYP_UNDEF % Execution halted at: SPLIT_FOR 162 I send you split_for.pro

    Deleted User



    New Member


    Posts:
    New Member


    --
    27 Mar 2014 03:30 PM
    I wonder if maybe your DLM path is pointing to the wrong version of IDL? You can check this by entering the following command into the IDL terminal: print, !dlm_path If this path is pointing to the wrong location, a possible cause might be if you have an environment variable called IDL_DLM_PATH that is pointing to the wrong location. If this is the case, you should be able to remove this environment variable and it should fix the problem.
    You are not authorized to post a reply.