lib/origen/application/lsf.rb in origen-0.7.45 vs lib/origen/application/lsf.rb in origen-0.7.46
- old
+ new
@@ -35,14 +35,16 @@
# be used as shown in the example.
#
# Example
# # soc/nevis.rb
#
- # ORIGEN::Runner::LSF.configuration do |config|
- # # Use "msg.nevis" for the project string when running in Noida
- # if %x["domainname"] =~ /nidc/
- # Origen.config.lsf.project = "msg.nevis"
+ # Origen::Runner::LSF.configuration do |config|
+ # # Use "msg.nevis" for the project string when running in Noida
+ # if %x["domainname"] =~ /nidc/
+ # config.lsf.project = "msg.nevis"
+ # end
# end
+ #
# # Change the default group
# Origen.config.lsf.group = "lam"
def self.configuration
@config ||= Configuration.new
yield @config if block_given?