diff options
author | Jeffrey Armstrong <jeff@approximatrix.com> | 2020-10-29 16:10:53 -0400 |
---|---|---|
committer | Jeffrey Armstrong <jeff@approximatrix.com> | 2020-10-29 16:10:53 -0400 |
commit | 9b380489a4084097380b18f58bb2116613f891ee (patch) | |
tree | edbb313fdd5bf3246d866d6d691d7aa22b92ded4 /clp-example-using-dlls.prj | |
parent | 9fac184765c3756de6b22cf110a6fc3f626d2fe1 (diff) | |
download | clp_fortran-9b380489a4084097380b18f58bb2116613f891ee.tar.gz clp_fortran-9b380489a4084097380b18f58bb2116613f891ee.zip |
Implemented the C example driver program in Fortran. Updates to name routines to read rather than write when appropriate. Minor callback fixes.
Diffstat (limited to 'clp-example-using-dlls.prj')
-rw-r--r-- | clp-example-using-dlls.prj | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/clp-example-using-dlls.prj b/clp-example-using-dlls.prj index 539c1dc..bb50639 100644 --- a/clp-example-using-dlls.prj +++ b/clp-example-using-dlls.prj @@ -11,10 +11,11 @@ "Folders":[], "Name":"+src", "Files":[{ - "filename":".\\src\\main.f90", - "enabled":"1", - "panel":1, - "open":"1" + "filename":".\\src\\examples\\basic.f90", + "enabled":"0" + },{ + "filename":".\\src\\examples\\driver.f90", + "enabled":"1" }] }], "Name":"+clp-example-using-dlls (clp-dll\\example.exe)", @@ -58,19 +59,20 @@ }, "Build Dependencies":1, "Launch Options":{ + "Build Before Launch":"true", "Working Directory":"", "Launch Using MPI":"false", "Keep Console":"true", - "External Console":"false", + "Executable":"", "Command Line Arguments":"", - "Build Before Launch":"true" + "External Console":"false" }, "Build Options":{ "Makefile":"Makefile.example", "Auto Makefile":"true" }, "Linker Options":{ - "Static Linking Mode":7, + "Static Linking Mode":0, "Link MPI Library":"false", "Link LAPACK":0 } |