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

Containers on Andes #927

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

Conversation

maccarth32
Copy link
Contributor

This is to add a containers section to the Andes user guide.


cd /app && g++ -o vector_addition vector_addition.c

- Now build the image with ``apptainer build opensusebase.sif opensusebase.def``
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove the indentation on this line. Otherwise it becomes part of the code block above it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated commit has this resolved

#SBATCH -N2
#SBATCH -J andes_mpiexample
#SBATCH -e logs/%x_%j.out

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you should add a #SBATCH -o logs/%x_%j.out here as well

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.

2 participants