-
Notifications
You must be signed in to change notification settings - Fork 34
Description
Oracle VM VirtualBox
Memory: 3.9 GiB
Processor: Intel Core i7-4800MQ CPU @ 2.70GHz
OS: Ubuntu 16.04 LTS (64-bit)
After running tasks & (generated by fred_make_parameters and fred_make_tasks), I try to run fred_plot –v C –b -n -w -X 10 –t "Comparing Epidemics" -k R0=1.0 -k R0=1.5 -k R0=2.0 -k R0=2.5 and receive the following errors:
.../FRED/bin/fred_csv: ERROR FINDING Pop file .../FRED/RESULTS/JOB/1/DATA/TABLES/Weekly-1.txt .../FRED/bin/fred_plot: error in get_data
Indeed, /FRED/RESULTS/JOB/1/DATA/TABLES/Weekly-1.txt doesn't seem to be generated after running tasks &
However, fred_plot seems to work fine after running:
fred_job -k test -p params -n 3
(then after finishing)
fred_plot -k test -v AR
I got as far as the fred_plot instructions at the bottom of this page:
https://github.com/PublicHealthDynamicsLab/FRED/wiki/Parameter-Sweeps
Are the flags correct in the wiki instructions or am I somehow forgetting something?
My goal is ultimately to get this working with cygwin on windows (getting stuck with sh: line 1: ### Aborted (core dumped)... errors with running tasks & but I am pretty sure Cygwin is just getting stuck trying to run perl scripts within the current C shell environment setup)