SABER
get_nprocs.py
Go to the documentation of this file.
1 #!/usr/bin/env python3
2 
3 import multiprocessing as mp
4 print(mp.cpu_count())