Skip to content

Conversation

@ax3l
Copy link
Member

@ax3l ax3l commented Dec 6, 2021

apt: Document CUDA Dev Package

For Debian/Ubuntu, document the CUDA packages that also ship the development headers.
Inspired by a Gitter question of @mukapoor today.

conda: Add GNUmake hints

Mainly used in the last days of our old regression tests. (see #2556)
Related to a macOS setup issue of @oshapoval today.

For Debian/Ubuntu, document the CUDA package that also ships the
development headers.
@ax3l ax3l added component: documentation Docs, readme and manual install machine / system Machine or system-specific issue labels Dec 6, 2021
Mainly used in the last days of our old regression tests.
@ax3l ax3l changed the title apt: Document CUDA Dev Package apt & conda: Update Instructions for Deps Dec 6, 2021
@ax3l ax3l requested review from EZoni and oshapoval December 7, 2021 00:37
conda create -n warpx-dev -c conda-forge blaspp ccache cmake compilers git lapackpp openpmd-api python numpy scipy yt fftw matplotlib mamba ninja
conda activate warpx-dev
source activate warpx-dev
Copy link
Member Author

Choose a reason for hiding this comment

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

conda create -n warpx-dev -c conda-forge blaspp ccache cmake compilers git lapackpp openpmd-api=*=mpi_openmpi* python numpy scipy yt fftw=*=mpi_openmpi* matplotlib mamba ninja openmpi
conda activate warpx-dev
conda create -n warpx-dev -c conda-forge blaspp ccache cmake compilers git lapackpp "openpmd-api=*=mpi_openmpi*" python numpy scipy yt "fftw=*=mpi_openmpi*" matplotlib mamba ninja openmpi
Copy link
Member Author

@ax3l ax3l Dec 7, 2021

Choose a reason for hiding this comment

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

Quotes added because zsh on macOS otherwise had troubles escaping the wildcards. Compatible with Linux/Windows use.

Copy link
Member

@EZoni EZoni left a comment

Choose a reason for hiding this comment

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

Thanks for these updates! Looks good to me.

@ax3l ax3l enabled auto-merge (squash) December 7, 2021 01:19
@ax3l ax3l merged commit 749a4c0 into BLAST-WarpX:development Dec 7, 2021
lgiacome pushed a commit to lgiacome/WarpX that referenced this pull request Dec 16, 2021
* `apt`: Document CUDA Dev Package

For Debian/Ubuntu, document the CUDA package that also ships the
development headers.

* `conda`: Add `GNUmake` hints

Mainly used in the last days of our old regression tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component: documentation Docs, readme and manual install machine / system Machine or system-specific issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants