Open rayistr opened 1 month ago
I don't see anything obviously problematic with your configuration. It might be a problem in the specific configuration of the HPC. It seems that it is running G-PhoCS with only 40 threads and not 80, as you would have wanted. Did you try running it with -n 80?
Hi, I am trying to run Gphocs for 5 populations using the multithreaded version. I tried submitting it as a job using PBS on HPC using 80 threads (over 2 cores).
But the run was taking much longer than expected (only 28K iterations in 6 days!) and the log file indicated usage of only 40 threads. Please let me know what is the issue here. I am attaching my PBS scripts, Logfile, and Control file.
The PBS script for job submission was,
The log file I got was,
For the control file I used the default parameters of Gphocs given below,
And had 5 current populations, 4 ancestral populations and 10 migration bands between the current populations. PS: I had run a similar gphocs outside hpc and it was faster (200K iterations in 6 days)