From 6a0d3367e0b314d6c947950f7c3193be3d9d1465 Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Thu, 18 Feb 2021 15:25:26 -0500 Subject: Set tuning to native since this build machine is pretty old. Added placeholder for DPI call on Windows. Removed unused connection variable in main. --- gemini-windows.prj | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'gemini-windows.prj') diff --git a/gemini-windows.prj b/gemini-windows.prj index f84b768..d9d673a 100644 --- a/gemini-windows.prj +++ b/gemini-windows.prj @@ -125,6 +125,7 @@ "Fortran Options":{ "Use C Preprocessor":"false", "Runtime Diagnostics":"false", + "Floating Point Exception Trap":0, "Cray Pointers":"false", "Enable Coarrays":"false", "Enable OpenMP":"false", @@ -133,22 +134,20 @@ }, "Code Generation Options":{ "CPU Specific":"false", - "Processor":"generic", + "Processor":"native", "Aggressive Loops":"true", "Debugging":"false", "Optimization Mode":2, - "Floating Point Trap":"false", "Profiling":"false" }, "Build Dependencies":1, "Launch Options":{ - "Build Before Launch":"true", "Working Directory":"", "Launch Using MPI":"false", "Keep Console":"true", - "Executable":"", + "External Console":"false", "Command Line Arguments":"", - "External Console":"false" + "Build Before Launch":"true" }, "Build Options":{ "Makefile":"Makefile", -- cgit v1.2.3