Changeset 2787


Ignore:
Timestamp:
Feb 22, 2012 11:23:54 AM (12 years ago)
Author:
ldelgass
Message:

lspci in RHEL 5.8 now reports the (correct) capitalization of NVIDIA, so use
case insensitive grep when counting NVIDIA VGA controllers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/start_nanoscale.sh.in

    r2350 r2787  
    2020# capabilities) so we have to make sure we count only the nVidia cards.
    2121
    22 numVideo=`lspci | fgrep VGA | fgrep nVidia | wc -l`
     22numVideo=`lspci | fgrep VGA | fgrep -i NVIDIA | wc -l`
    2323
    2424# Don't let nanoscale and the visualization servers run away.  Limit cpu time
Note: See TracChangeset for help on using the changeset viewer.