From a60a9d10ce94acc0c5bfed2a20c8bed4e91be725 Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Fri, 16 Apr 2021 11:33:11 -0400 Subject: Fixed issue with connect calls that were manifested on macOS. --- player/levitating-player.prj | 109 ++++++++++++++++++++++--------------------- 1 file changed, 56 insertions(+), 53 deletions(-) (limited to 'player/levitating-player.prj') diff --git a/player/levitating-player.prj b/player/levitating-player.prj index fef15ef..7e1cc28 100644 --- a/player/levitating-player.prj +++ b/player/levitating-player.prj @@ -1,8 +1,26 @@ { "Root":{ + "Files":[{ + "filename":"config.f90", + "enabled":"1" + },{ + "filename":"endpoints.f90", + "enabled":"1" + },{ + "filename":"instructions.f90", + "enabled":"1" + },{ + "filename":"player.F90", + "enabled":"1" + },{ + "filename":"talking.f90", + "enabled":"1" + },{ + "filename":"tasks.f90", + "enabled":"1" + }], + "Name":"+levitating-player (levitating-player)", "Folders":[{ - "Folders":[], - "Name":"+common", "Files":[{ "filename":"../common/jessl.f90", "enabled":"1" @@ -15,88 +33,73 @@ },{ "filename":"../common/request.f90", "enabled":"1" + },{ + "filename":"../common/testnum.c", + "enabled":"0" },{ "filename":"../common/utilities.F90", "enabled":"1" },{ "filename":"../common/wsa.f90", "enabled":"0" - }] - }], - "Name":"+levitating-player (levitating-player.exe)", - "Files":[{ - "filename":"config.f90", - "enabled":"1" - },{ - "filename":"endpoints.f90", - "enabled":"1" - },{ - "filename":"instructions.f90", - "enabled":"1" - },{ - "filename":"player.F90", - "enabled":"1" - },{ - "filename":"talking.f90", - "enabled":"1" - },{ - "filename":"tasks.f90", - "enabled":"1" + }], + "Name":"+common", + "Folders":[] }] }, - "Name":"levitating-player (levitating-player.exe)", + "Name":"levitating-player (levitating-player)", "Options":{ "Compiler Options":{ - "Fortran Flags":"-DGNU", "Link Flags":"-ljsonfortran -lssl -lcrypto", - "C Flags":"" + "C Flags":"", + "Fortran Flags":"-DGNU" }, - "Architecture":1, - "Type":0, "Revision":2, - "Windows GUI":0, - "File Options":{ - "Library Directories":["Default Add-On Directory","../support/lib"], - "Build Directory":"build", - "Module Directory":"modules", - "Include Directories":["Default Add-On Include Directory","../support/include"] - }, - "Target":"levitating-player.exe", "Fortran Options":{ - "Use C Preprocessor":"false", - "Runtime Diagnostics":"false", - "Floating Point Exception Trap":0, - "Cray Pointers":"false", "Enable Coarrays":"false", + "Cray Pointers":"false", + "Runtime Diagnostics":"false", "Enable OpenMP":"false", "Initialize Variables to Zero":"false", - "Default Double for Real":"false" + "Floating Point Exception Trap":0, + "Default Double for Real":"false", + "Use C Preprocessor":"false" }, "Code Generation Options":{ - "CPU Specific":"false", - "Processor":"generic", - "Aggressive Loops":"false", "Debugging":"true", + "Profiling":"false", "Optimization Mode":0, - "Profiling":"false" + "Aggressive Loops":"false", + "Processor":"generic", + "CPU Specific":"false" }, - "Build Dependencies":1, "Launch Options":{ - "Working Directory":"/tmp/example", - "Launch Using MPI":"false", - "Keep Console":"true", - "External Console":"false", "Command Line Arguments":"-i windows-1 -l /tmp/player.log -w /tmp/example 127.0.0.1", - "Build Before Launch":"true" + "External Console":"false", + "Keep Console":"true", + "Launch Using MPI":"false", + "Build Before Launch":"true", + "Working Directory":"/tmp/example" }, "Build Options":{ "Makefile":"Makefile", "Auto Makefile":"true" }, + "Type":0, + "Build Dependencies":1, "Linker Options":{ "Static Linking Mode":3, - "Link MPI Library":"false", - "Link LAPACK":0 + "Link LAPACK":0, + "Link MPI Library":"false" + }, + "Target":"levitating-player", + "Architecture":1, + "Windows GUI":0, + "File Options":{ + "Module Directory":"modules", + "Library Directories":["Default Add-On Directory","../support/lib","/opt/homebrew/opt/openssl@1.1/lib"], + "Build Directory":"build", + "Include Directories":["Default Add-On Include Directory","../support/include"] } } } \ No newline at end of file -- cgit v1.2.3