Home
last modified time | relevance | path

Searched refs:slurm_environment (Results 1 – 3 of 3) sorted by relevance

/dports/devel/hpx/hpx-1.2.1/hpx/util/batch_environments/
H A Dslurm_environment.hpp18 struct slurm_environment struct
20 HPX_EXPORT slurm_environment(std::vector<std::string> & nodelist,
/dports/devel/hpx/hpx-1.2.1/src/util/batch_environments/
H A Dslurm_environment.cpp34 slurm_environment::slurm_environment(std::vector<std::string> & nodelist, in slurm_environment() function in hpx::util::batch_environments::slurm_environment
63 void slurm_environment::retrieve_number_of_localities(bool debug) in retrieve_number_of_localities()
275 void slurm_environment::retrieve_nodelist(std::vector<std::string> & nodes, in retrieve_nodelist()
335 void slurm_environment::retrieve_number_of_threads() in retrieve_number_of_threads()
/dports/devel/hpx/hpx-1.2.1/src/util/
H A Dbatch_environment.cpp49 batch_environments::slurm_environment slurm_env(nodelist, debug); in batch_environment()