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

Automated for use with the supercomputer. #2

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Conversation

rymanderson
Copy link
Member

This branch was developed because of the following issue: differences in architecture on different nodes of the supercomputer requires the FMM C++ code to be compiled on the node in question. This becomes annoying when attempting to run jobs with sbatch, as the user does not always know which node with the desired memory requirements will be next available.

A build_tmp.sh script is provided that allows the user to build FLOWExaFMM and store the shared library with a random tag, making it possible to rebuild FLOWExaFMM many times for running jobs and various nodes simultaneously. If the environment variable FMM is set, FLOWExaFMM uses the shared library at the path specified by FMM. Otherwise, it defaults to the old behavior.

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

Successfully merging this pull request may close these issues.

1 participant