Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fluent_info uses PBS specific things #23

Open
johrstrom opened this issue Nov 17, 2020 · 0 comments
Open

fluent_info uses PBS specific things #23

johrstrom opened this issue Nov 17, 2020 · 0 comments

Comments

@johrstrom
Copy link
Contributor

It looks like we do some hacking to get ANSYS to run in an MPI environment. These use PBS environment variables that, while they're still valid in SLURM for the meantime, it's unlikely they'll be valid forever. This issue is to replace things like $$PBS_NODEFILE with the equivalent things like SLURM_JOB_NODELIST.

Here's an example of one such use.

<b>2. Set number of processes:</b> <tt>$(cat $PBS_NODEFILE | wc -l)</tt>

This should probably happen shortly after Owens is fully ported to Slurm for convenience so we don't have to toggle all over the place, we can just use the Slurm equivalent variables.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant