|
@@ -131,9 +131,9 @@ public class D00008Service extends D00008BaseModel implements ExecProcessFlow {
|
|
|
//执行文件
|
|
|
// cpGssExe(TemplateGenerator.BPATH + "/" + aid + "/" + jid + "/" + "/gas" + "/" + gas.getId() );
|
|
|
|
|
|
- cpFile("/home/disaster/gas/mpich2/bin/gas_mod.Lewis_2"
|
|
|
+ cpFile("/home/disaster/gas/bin/gas_mod.Lewis_2"
|
|
|
,TemplateGenerator.BPATH + "/" + aid + "/" + jid + "/" + "/gas" + "/" + gas.getId() + "/gas_mod.Lewis_2");
|
|
|
- cpFile("/home/disaster/gas/mpich2/bin/reac_mod.fluent_CH4_Air_5x1"
|
|
|
+ cpFile("/home/disaster/gas/bin/reac_mod.fluent_CH4_Air_5x1"
|
|
|
,TemplateGenerator.BPATH + "/" + aid + "/" + jid + "/" + "/gas" + "/" + gas.getId() + "/reac_mod.fluent_CH4_Air_5x1");
|
|
|
}
|
|
|
|