nodes (except head node) can deconnect and reconnect to/from the cluster and work is rebalanced properly. if a node dies while simulating, the leftover work is picked up at the end and everything is merged normall. Tests of the actual validity of the mergd data have not been made yet
30 lines
453 B
TOML
30 lines
453 B
TOML
# window size or dt missing
|
|
|
|
name = "test config"
|
|
|
|
[fiber]
|
|
gamma = 0.018
|
|
length = 1
|
|
model = "pcf"
|
|
pitch = 1.5e-6
|
|
pitch_ratio = 0.37
|
|
|
|
[pulse]
|
|
power = 100e3
|
|
quantum_noise = true
|
|
shape = "gaussian"
|
|
wavelength = 1050e-9
|
|
|
|
[pulse.varying]
|
|
intensity_noise = [0.05e-2, 0.1e-2]
|
|
width = [50e-15, 100e-15, 200e-15]
|
|
|
|
[simulation]
|
|
behaviors = ["spm", "raman", "ss"]
|
|
parallel = true
|
|
raman_type = "agrawal"
|
|
repeat = 4
|
|
t_num = 16384
|
|
tolerated_error = 1e-11
|
|
z_num = 128
|