Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • S spinifel
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 35
    • Issues 35
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • MTIP
  • spinifel
  • Merge requests
  • !40

Draft: Build on Crusher

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Darren Jason Hsu requested to merge djh/crusher into development Jul 13, 2022
  • Overview 0
  • Commits 37
  • Changes 23

This draft merge request is to enable building of Spinifel on Crusher. To enable so, I made the following changes:

In .gitmodules:

  1. changed dependency on pycuda to pybindgpu by @jpblaschke (currently this points to a fork branch that can be installed with pip install -e .)
  2. changed cufinufft submodule pointer to my branch that also has the pycuda dependency replaced with pybindgpu

In setup/:

  1. added in build-from-scratch script instruction to build pybindgpu and cufinufft on Crusher
  2. changed module use path in mk_env.sh to use a newer llvm compiler as well as force both cupy and cufinufft to use the same hipfft.so on Cursher

In settings/:

  1. added test settings for Crusher in settings

In ./:

  1. added Crusher submission script
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: djh/crusher