diff options
author | Jeffrey Armstrong <jeff@approximatrix.com> | 2022-02-25 17:22:43 -0500 |
---|---|---|
committer | Jeffrey Armstrong <jeff@approximatrix.com> | 2022-02-25 17:22:43 -0500 |
commit | 452ceb636e37fab2927c688e7b495841879ea29a (patch) | |
tree | dee91a09e774c998f6b978f1ef4fa780e18029b1 /fpoint.prj | |
download | fpoint-452ceb636e37fab2927c688e7b495841879ea29a.tar.gz fpoint-452ceb636e37fab2927c688e7b495841879ea29a.zip |
Initial code commit
Diffstat (limited to 'fpoint.prj')
-rw-r--r-- | fpoint.prj | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/fpoint.prj b/fpoint.prj new file mode 100644 index 0000000..5d66372 --- /dev/null +++ b/fpoint.prj @@ -0,0 +1,78 @@ +{ + "Root":{ + "Folders":[], + "Name":"+fpoint (fpoint.exe)", + "Files":[{ + "filename":".\\driver.f90", + "enabled":"1" + },{ + "filename":".\\fsutil.F90", + "enabled":"1" + },{ + "filename":".\\pptxml.f90", + "enabled":"1" + },{ + "filename":".\\pptxzip.f90", + "enabled":"1" + },{ + "filename":".\\winsupport.c", + "enabled":"1" + }] + }, + "Name":"fpoint (fpoint.exe)", + "Options":{ + "Compiler Options":{ + "Fortran Flags":"-D__WIN32__", + "Link Flags":"-lFoX_dom -lFoX_sax -lFoX_utils -lFoX_common -lFoX_fsys -lfzip.dll -luser32 -lkernel32", + "C Flags":"" + }, + "Architecture":0, + "Type":0, + "Revision":2, + "Windows GUI":0, + "File Options":{ + "Library Directories":["Default Add-On Directory","../../Workspace/git/libzip-wrapper"], + "Build Directory":"build", + "Module Directory":"modules", + "Include Directories":["Default Add-On Include Directory","../../Workspace/git/libzip-wrapper/modules"] + }, + "Target":"fpoint.exe", + "Fortran Options":{ + "Use C Preprocessor":"false", + "Runtime Diagnostics":"false", + "Floating Point Exception Trap":0, + "Cray Pointers":"false", + "Enable Coarrays":"false", + "Enable OpenMP":"false", + "Initialize Variables to Zero":"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":"true", + "Command Line Arguments":"", + "Build Before Launch":"true" + }, + "Build Options":{ + "Auto Management":"true", + "Makefile":"Makefile.fpoint", + "Auto Makefile":"true" + }, + "Linker Options":{ + "Static Linking Mode":7, + "Link MPI Library":"false", + "Link LAPACK":0 + } + } +}
\ No newline at end of file |