aboutsummaryrefslogtreecommitdiff
path: root/clp-example-using-dlls.prj
blob: bb50639765ebef6563da2ba408e7d9039d4afd5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
  "Root":{
    "Folders":[{
        "Folders":[],
        "Name":"+deps",
        "Files":[{
            "filename":".\\libClpFortran.dll.prj",
            "enabled":"1"
          }]
      },{
        "Folders":[],
        "Name":"+src",
        "Files":[{
            "filename":".\\src\\examples\\basic.f90",
            "enabled":"0"
          },{
            "filename":".\\src\\examples\\driver.f90",
            "enabled":"1"
          }]
      }],
    "Name":"+clp-example-using-dlls (clp-dll\\example.exe)",
    "Files":[]
  },
  "Name":"clp-example-using-dlls (clp-dll/example.exe)",
  "Options":{
    "Compiler Options":{
      "Fortran Flags":"",
      "Link Flags":"clp-dll\\libClpFortran.dll.a clp-dll\\Clp.dll.lib clp-dll\\CoinUtils.dll.lib",
      "C Flags":""
    },
    "Architecture":1,
    "Type":0,
    "Revision":2,
    "Windows GUI":0,
    "File Options":{
      "Library Directories":["Default Add-On Directory"],
      "Build Directory":"example\\build",
      "Module Directory":"example\\modules",
      "Include Directories":["Default Add-On Include Directory","clp-dll/modules"]
    },
    "Target":"clp-dll\\example.exe",
    "Fortran Options":{
      "Use C Preprocessor":"false",
      "Runtime Diagnostics":"false",
      "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,
      "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":"",
      "Command Line Arguments":"",
      "External Console":"false"
    },
    "Build Options":{
      "Makefile":"Makefile.example",
      "Auto Makefile":"true"
    },
    "Linker Options":{
      "Static Linking Mode":0,
      "Link MPI Library":"false",
      "Link LAPACK":0
    }
  }
}