You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
337 B
16 lines
337 B
# Macro file for the initialization of example B1
|
|
# in interactive session
|
|
#
|
|
# Set some default verbose
|
|
/control/verbose 2
|
|
/control/saveHistory
|
|
/run/verbose 2
|
|
#
|
|
# Change the default number of threads (in multi-threaded mode)
|
|
/run/numberOfThreads 4
|
|
#
|
|
# Initialize kernel
|
|
/run/initialize
|
|
#
|
|
# Visualization setting
|
|
/control/execute vis.mac
|
|
|