reframe icon indicating copy to clipboard operation
reframe copied to clipboard

Support injection of scheduler options from an environment

Open teojgo opened this issue 2 years ago • 1 comments

The concept that was discussed is the support of the following:

environs = [{
	'name': 'gnu',
	'sched_bind_options': ['--uenv-file={env.extras["uenv_file"]}',
						   '--uenv-mount={env.extras["uenv_mount"]']
}]

Using the above syntax, the env refers to the actual environment and use its extras.

teojgo avatar Sep 08 '23 11:09 teojgo

Just to be clear, the above syntax is proposed for the partition definition.

vkarak avatar Oct 12 '23 12:10 vkarak