no message
This commit is contained in:
@@ -93,7 +93,7 @@ public class Precompilation extends Pass_2021<db_project_info> {
|
||||
performanceTime = 0;
|
||||
exitCode = CommonConstants.Nan;
|
||||
//------------------
|
||||
workspace = Paths.get(Global.TempDirectory.getAbsolutePath(), Utils.getDateName("precompilation")).toFile();
|
||||
workspace = Paths.get(Global.TempDirectory.getAbsolutePath(), CommonUtils.getDateName("precompilation")).toFile();
|
||||
FileUtils.forceMkdir(workspace);
|
||||
//------------------------------>>
|
||||
fortranCompiler = new Compiler();
|
||||
@@ -194,7 +194,7 @@ public class Precompilation extends Pass_2021<db_project_info> {
|
||||
protected void StartProcess(String command, int TA) throws Exception {
|
||||
killed = false;
|
||||
output = "";
|
||||
process = Utils.startScript(workspace, workspace, Utils.getDateName("start_task_script"),
|
||||
process = Utils.startScript(workspace, workspace, CommonUtils.getDateName("start_task_script"),
|
||||
command,
|
||||
null);
|
||||
outputLines.clear();
|
||||
|
||||
Reference in New Issue
Block a user