appDepType.setMaxWallTime(15);
appDepType.setExecutableLocation("us_mpi_analysis");
ExtendedKeyValueType extKV = appDepType.addNewKeyValuePairs();
// using jsdl spmd standard
extKV.setName("NumberOfProcesses");
// this will be transformed into mpiexec -n 4
extKV.setStringValue("32");
/*
* Default tmp location
*/
String date = (new Date()).toString();