Skip to content

Commit 9b095ec

Browse files
committed
few modifications ofr bologna testing
1 parent fb63aa1 commit 9b095ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test_instability/000_instability_simulation/001_parallel_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
from Simulation_with_eclouds import Simulation
99
simulation_content = Simulation()
1010

11-
myCPUring = RingOfCPUs(simulation_content, N_pieces_per_transfer=4)
11+
myCPUring = RingOfCPUs(simulation_content, N_pieces_per_transfer=1)
1212

1313
myCPUring.run()

test_instability/000_instability_simulation/Simulation_with_eclouds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import time
66

77
n_segments = 79
8-
N_turns = 512
8+
N_turns = 2#512
99

1010
Dh_sc = .2e-3
1111

0 commit comments

Comments
 (0)