PTP
Release 7.0

org.eclipse.ptp.etfw.toolopts
Class ExternalToolProcess.Parametric

java.lang.Object
  extended by org.eclipse.ptp.etfw.toolopts.ExternalToolProcess.Parametric
Enclosing class:
ExternalToolProcess

public static class ExternalToolProcess.Parametric
extends Object

Fields define the parameters that may be iterated over when running a parametric workflow


Field Summary
 List<String> argNames
           
 List<String> argValues
           
 List<String> argWeakBools
           
 String compileropt
           
 String mpiProcs
           
 boolean runParametric
           
 List<String> varNames
           
 List<String> varValues
           
 List<String> varWeakBools
           
 boolean weakScaling
           
 
Constructor Summary
ExternalToolProcess.Parametric()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

runParametric

public boolean runParametric

weakScaling

public boolean weakScaling

mpiProcs

public String mpiProcs

argWeakBools

public List<String> argWeakBools

argNames

public List<String> argNames

argValues

public List<String> argValues

varWeakBools

public List<String> varWeakBools

varNames

public List<String> varNames

varValues

public List<String> varValues

compileropt

public String compileropt
Constructor Detail

ExternalToolProcess.Parametric

public ExternalToolProcess.Parametric()

PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.