CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: qsub

  1. #1
    Join Date
    Sep 2009
    Posts
    11

    qsub

    Hey all,

    I have a binary file, named "exe1" that receives a parameter. (I don't have its source code).
    Executing "exe1" results in creating 3 output files.

    I have a bash script that runs "exe1".
    I want to enter "exe1" to cluster queue (using subq command)
    But i want to do it more than once, using different parameters each time.

    The problem is that i don't know how to write the scrip so that the output files won't overwrite each other.

    I want to create a new folder for each "exe1" execution. I didn't find any qsub flag that does that. Does somebody knows what the syntax should be?

    Thanks

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: qsub

    Is the parameter what specifies where you place the outputted files? Or can that not be controlled?
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured