diff options
author | Jeffrey Armstrong <jeff@approximatrix.com> | 2020-05-29 12:20:55 -0400 |
---|---|---|
committer | Jeffrey Armstrong <jeff@approximatrix.com> | 2020-05-29 12:20:55 -0400 |
commit | 7d9d627d6efec748fd6de2a162e2cb5a0b1685e8 (patch) | |
tree | f6f301765ad74a55da7481ceb548e2bb79b7a0ae /gnc.prj | |
download | gnc-7d9d627d6efec748fd6de2a162e2cb5a0b1685e8.tar.gz gnc-7d9d627d6efec748fd6de2a162e2cb5a0b1685e8.zip |
Initial code commit, and it actually works
Diffstat (limited to 'gnc.prj')
-rw-r--r-- | gnc.prj | 75 |
1 files changed, 75 insertions, 0 deletions
@@ -0,0 +1,75 @@ +{ + "Root":{ + "Folders":[], + "Name":"+gnc (gnc)", + "Files":[{ + "filename":"errors.c", + "enabled":"0" + },{ + "filename":"jessl.f90", + "enabled":"1" + },{ + "filename":"LICENSE.txt", + "enabled":"1" + },{ + "filename":"main.f90", + "enabled":"1" + },{ + "filename":"README.md", + "enabled":"1" + }] + }, + "Name":"gnc (gnc)", + "Options":{ + "Compiler Options":{ + "Fortran Flags":"", + "Link Flags":"-lssl -lcrypto", + "C Flags":"" + }, + "Architecture":0, + "Type":0, + "Revision":2, + "Windows GUI":0, + "File Options":{ + "Library Directories":["Default Library Directory"], + "Build Directory":"build", + "Module Directory":"modules", + "Include Directories":["Default Include Directory"] + }, + "Target":"gnc", + "Fortran Options":{ + "Use C Preprocessor":"false", + "Runtime Diagnostics":"false", + "Cray Pointers":"false", + "Enable OpenMP":"false", + "Enable Coarrays":"false", + "Default Double for Real":"false" + }, + "Code Generation Options":{ + "CPU Specific":"false", + "Processor":"generic", + "Aggressive Loops":"false", + "Debugging":"true", + "Optimization Mode":0, + "Profiling":"false" + }, + "Build Dependencies":1, + "Launch Options":{ + "Working Directory":"", + "Launch Using MPI":"false", + "Keep Console":"true", + "External Console":"false", + "Command Line Arguments":"", + "Build Before Launch":"true" + }, + "Build Options":{ + "Makefile":"Makefile", + "Auto Makefile":"true" + }, + "Linker Options":{ + "Static Linking Mode":0, + "Link MPI Library":"false", + "Link LAPACK":0 + } + } +}
\ No newline at end of file |