snkas / hypatia

Low earth orbit (LEO) satellite network simulation framework.
Other
313 stars 116 forks source link

How long will it take to execute "bash hypatia/paper/satellite_networks_stategenerate_all_local.sh" #20

Open watalou opened 2 years ago

watalou commented 2 years ago

I‘ve run "bash hypatia/paper/satellite_networks_stategenerate_all_local.sh" on a server(Ubuntu22.04, 2 CPUs<12 cores per CPU, Intel(R) Xeon(R) CPU E5-2687W v4 @ 3.00GHz>, 256G Memory), it has run for over 48 hours, and it has not finished yet. Is it normal? Thanks.

ShirleyYu210 commented 2 years ago

I‘ve run "bash hypatia/paper/satellite_networks_stategenerate_all_local.sh" on a server(Ubuntu22.04, 2 CPUs<12 cores per CPU, Intel(R) Xeon(R) CPU E5-2687W v4 @ 3.00GHz>, 256G Memory), it has run for over 48 hours, and it has not finished yet. Is it normal? Thanks.

How did you solve this question? Thanks.

watalou commented 2 years ago

Use the data generated by author directly:

https://github.com/snkas/hypatia/releases/download/v1/hypatia_paper_temp_data.tar.gz

Download the tmpData, and put it into the "paper" directory, and run:

cd paper python extract_temp_data.py

ShirleyYu210 commented 2 years ago

So, after executing "python extra_temp_data.py", there is no need to run "bash generate_all_local.sh", right?

watalou commented 2 years ago

right

ShirleyYu210 commented 2 years ago

Thanks for your reply.