Browse Source

Do not try to load *.osdi automatically

pre-master-46
Holger Vogt 3 years ago
parent
commit
802ab2a2c5
  1. 3
      src/spinit.in
  2. 3
      visualc/spinit_all
  3. 3
      visualc/spinitd
  4. 3
      visualc/spinitd64
  5. 3
      visualc/spinitr
  6. 3
      visualc/spinitr64

3
src/spinit.in

@ -13,6 +13,9 @@ set x11lineararcs
** default (if compiled with --enable-openmp) is: 2 ** default (if compiled with --enable-openmp) is: 2
*set num_threads=4 *set num_threads=4
* uncomment if central osdi management is set up
unset osdi_enabled
* Load the codemodels * Load the codemodels
if $?xspice_enabled if $?xspice_enabled

3
visualc/spinit_all

@ -14,6 +14,9 @@ set filetype=ascii
set num_threads=4 set num_threads=4
set interactive set interactive
* uncomment if central osdi management is set up
unset osdi_enabled
* Load the codemodels * Load the codemodels
if $?xspice_enabled if $?xspice_enabled

3
visualc/spinitd

@ -14,6 +14,9 @@ set filetype=ascii
set num_threads=8 set num_threads=8
*set interactive *set interactive
* uncomment if central osdi management is set up
unset osdi_enabled
* Load the codemodels * Load the codemodels
if $?xspice_enabled if $?xspice_enabled

3
visualc/spinitd64

@ -14,6 +14,9 @@ set filetype=ascii
set num_threads=4 set num_threads=4
set interactive set interactive
* uncomment if central osdi management is set up
unset osdi_enabled
* Load the codemodels * Load the codemodels
if $?xspice_enabled if $?xspice_enabled

3
visualc/spinitr

@ -14,6 +14,9 @@ set filetype=ascii
set num_threads=8 set num_threads=8
*set interactive *set interactive
* uncomment if central osdi management is set up
unset osdi_enabled
* Load the codemodels * Load the codemodels
if $?xspice_enabled if $?xspice_enabled

3
visualc/spinitr64

@ -14,6 +14,9 @@ set filetype=ascii
set num_threads=8 set num_threads=8
*set interactive *set interactive
* uncomment if central osdi management is set up
unset osdi_enabled
* Load the codemodels * Load the codemodels
if $?xspice_enabled if $?xspice_enabled

Loading…
Cancel
Save