pph.setStringValue(getValueFromMap(appDepType, JSDLUtils.PROCESSESPERHOST));
JSDLUtils.getSPMDApplication(value).setProcessesPerHost(pph);
}
if (getValueFromMap(appDepType, JSDLUtils.THREADSPERHOST) != null) {
ThreadsPerProcessType tpp = ThreadsPerProcessType.Factory.newInstance();
tpp.setStringValue(getValueFromMap(appDepType, JSDLUtils.THREADSPERHOST));
JSDLUtils.getSPMDApplication(value).setThreadsPerProcess(tpp);
}
} else
JSDLUtils.getOrCreatePOSIXApplication(value).setExecutable(fNameType);
}