4603c46e13b77c75d00a4d79fb0e46ec57144623,framework/CustomModes/MPISimulationMode.py,MPISimulationMode,__createAndRunQSUB,#MPISimulationMode#Any#,117

Before Change


    command = ["qsub","-N",jobName]+\
              runInfoDict["clusterParameters"]+\
              ["-l",
               "select="+str(coresNeeded)+":ncpus="+str(ncpus)+":mpiprocs=1"+memString,
               "-l","walltime="+runInfoDict["expectedTime"],
               "-l","place="+self.__place,"-v",
               "COMMAND="../raven_framework "+

After Change


      print("JobName is limited to 15 characters; truncating to "+jobName)
    // Generate the qsub command needed to run input
    //// raven_framework location
    raven = os.path.abspath(os.path.join(frameworkDir,"..","raven_framework"))
    //// generate the command, which will be passed into "args" of subprocess.call
    command = ["qsub","-N",jobName]+\
              runInfoDict["clusterParameters"]+\
              ["-l",
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 5

Instances


Project Name: idaholab/raven
Commit Name: 4603c46e13b77c75d00a4d79fb0e46ec57144623
Time: 2018-07-20
Author: paul.talbot@inl.gov
File Name: framework/CustomModes/MPISimulationMode.py
Class Name: MPISimulationMode
Method Name: __createAndRunQSUB


Project Name: markovmodel/PyEMMA
Commit Name: b7663daf8b010e526abcd06a89341221e642a14d
Time: 2019-05-13
Author: m.scherer@fu-berlin.de
File Name: setup.py
Class Name:
Method Name: extensions


Project Name: regel/loudml
Commit Name: e7e01290997f66471c08848ee0a968e2526b4b9b
Time: 2019-09-29
Author: sebastien.regel@gmail.com
File Name: loudml/loudml/_version.py
Class Name:
Method Name:


Project Name: idaholab/raven
Commit Name: 4603c46e13b77c75d00a4d79fb0e46ec57144623
Time: 2018-07-20
Author: paul.talbot@inl.gov
File Name: framework/CustomModes/MPISimulationMode.py
Class Name: MPISimulationMode
Method Name: __createAndRunQSUB