add params distribution

milestone_5_without_improvements-logs
Oli 3 years ago
parent 9fbf57b8c8
commit 245e171e46

File diff suppressed because one or more lines are too long

@ -28,7 +28,7 @@ double ran2(long* idum, long* idum2, long* iy, long iv[NTAB], int cores) {
long k; long k;
double temp; double temp;
log_info("RESULT = in progress"); log_info("RESULT = in progress, idum = %f, idum2 = %f, iy = %f", *idum, *idum2, *iy);
struct cpustat initial[cores]; struct cpustat initial[cores];
struct cpustat final[cores]; struct cpustat final[cores];

@ -1,2 +1,2 @@
python3 setup.py install --user python3 setup.py install --user
ENV=analysis python3 test.py $1 2>&1 | split -l 5000000 - log_$1- ENV=true python3 test.py $1 2>&1 | split -l 5000000 - log_$1-
Loading…
Cancel
Save