sq-shen / iscml

Automatically exported from code.google.com/p/iscml
0 stars 0 forks source link

CML Job Manager Truncating SER Vector in JobState. #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Mohammad, I believe the CML job manager is incorrectly truncating
the SER vector while saving JobState.

What steps will reproduce the problem?

1. Log in to cluster as mfanaei

2. cd /home/mfanaei/cml

3. start matlab

4. >> CmlStartup

5. >> CmlClusterSubmit('t_BerSim', 2)

6. *wait for sim to complete*

7. >> CmlClusterConsume 

8. >> cd /home/mfanaei/cml/output/t_bersim

9. >> load t_bersim_2.mat

10. length(save_state.SER) will equal 1, when it should be larger

What is the expected output? What do you see instead?
Expect to see SER vector having same length as SNR vector,
instead, length of SER vector = 1

Please use labels and text to provide additional information.
Bug was noticed while adding new SNR points to existing simulation results.

Original issue reported on code.google.com by terry.fe...@gmail.com on 14 Aug 2012 at 2:57

GoogleCodeExporter commented 9 years ago
This bug is fixed now. If you follow the same process as you have summarized 
above, you will see the SER vector having the same length as the SNR vector.

Original comment by mohammad...@gmail.com on 17 Aug 2012 at 5:49

GoogleCodeExporter commented 9 years ago

Original comment by terry.fe...@gmail.com on 11 Mar 2014 at 6:58