Hello!

How does one use the checkpoint_aggregator.py ? I tried two things:

1.

-bash-4.2$ python checkpoint_aggregator.py 
/home/tpopovici/Simulations/scripts/canneal/cnn2/cpt.3232839631000/ 
/home/tpopovici/Simulations/scripts/canneal/cnn4/cpt.3234283892000/
usage: usage: %prog [options] <directory names which hold the checkpoints to 
be combined>
       [-h] [-o OUTPUT_DIR] [-c] [--cpts CPTS [CPTS ...]]
       [--memory-size MEMORY_SIZE]
usage: %prog [options] <directory names which hold the checkpoints to be 
combined>: error: unrecognized arguments: 
/home/tpopovici/Simulations/scripts/canneal/cnn2/cpt.3232839631000/ 
/home/tpopovici/Simulations/scripts/canneal/cnn4/cpt.3234283892000/

2.

./checkpoint_aggregator.py -o ./ 
"/home/tpopovici/Simulations/scripts/merge_test/cpt.2286778712500/" 
"/home/tpopovici/Simulations/scripts/merge_test/cpt.3236303516000/"
./checkpoint_aggregator.py: line 32: from: command not found
./checkpoint_aggregator.py: line 33: import: command not found
./checkpoint_aggregator.py: line 35: import: command not found
./checkpoint_aggregator.py: line 37: syntax error near unexpected token `('
./checkpoint_aggregator.py: line 37: `class myCP(ConfigParser):'

Can someone give some hints? There is no readme.

_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to