| Licence Status: | One single user licence on liszt Small print: One person may run one process at a time on liszt only. |
| Location: | /usr/ilog/cplex66 on liszt Note: This directory is not accessible through nfs. You will have to compile and use programs that use CPLEX on liszt. |
| Documentation: | We do have printed manuals as well as Online Documentation (internal use only) |
| Licence Status: | Gnu Public Licence (GPL) | ||||
| Location: |
|
| Licence Status: | Gnu Public Licence (GPL) | ||||
| Location: |
|
|
ifeq ($(OS), sunos_5.5.1) NLGDIR = /nfs/mendels3/nlg CC = $(NLGDIR)/software/gcc-2.95.2/bin/gcc CXX = $(NLGDIR)/software/gcc-2.95.2/bin/g++ else ifeq ($(OS),linux_2.2.14-5.0smp) CC = /nfs/liszt/nlg/bin/gcc CXX = /nfs/liszt/nlg/bin/g++ endif endif |