This shows you the differences between two versions of the page.
paracluster:things_to_know [2016/11/18 13:32] – jansen | paracluster:things_to_know [2017/11/27 09:21] (current) – jansen | ||
---|---|---|---|
Line 7: | Line 7: | ||
- Jobs can take more memory than the number of processors you have allotted them, so please monitor your memory usage and adjust your submit scripts accordingly. | - Jobs can take more memory than the number of processors you have allotted them, so please monitor your memory usage and adjust your submit scripts accordingly. | ||
- Jobs can use more cores than allocated. Take care that they should not. if you know a program starts eg 2 sub-programs, | - Jobs can use more cores than allocated. Take care that they should not. if you know a program starts eg 2 sub-programs, | ||
- | - in some cases you mayt have to tell your software the maximum number of cores to use, eg numpy, compiled with OpenBLAS, takes as many cores as availble and useful for a job; set environment | + | - in some cases you may have to tell your software the maximum number of cores to use, eg numpy, compiled with OpenBLAS, takes as many cores as availble and useful for a job; set environment |