20 lines
366 B
Plaintext
20 lines
366 B
Plaintext
# Macro file for the initialisation
|
|
# in interactive session
|
|
|
|
# Set some default verbose
|
|
/control/verbose 2
|
|
/control/saveHistory
|
|
/run/verbose 0
|
|
|
|
# Change the default number of threads (in multi-threaded mode)
|
|
#/run/numberOfThreads 1
|
|
|
|
# Initialize kernel
|
|
/run/initialize
|
|
|
|
# Source setting
|
|
/control/execute source.mac
|
|
|
|
# Visualization setting
|
|
/control/execute vis.mac
|