Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • SWIFTsim SWIFTsim
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 53
    • Issues 53
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 21
    • Merge requests 21
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • SWIFT
  • SWIFTsimSWIFTsim
  • Issues
  • #390
Closed
Open
Created Dec 15, 2017 by Peter W. Draper@pdraperOwner

EAGLE_50 gravity + SPH problems

Currently the EAGLE_50 test will run on COSMA6 with self gravity and SPH enabled for a large number of steps (seen ~10500 and ~6500) and then exits with:

[0004] [18467.4] runner_doiact_grav.h:runner_dopair_grav_mm():159: Undrifted multipole

This is with debugging checks enabled.

The SLURM script is:

#!/bin/bash -l
#
# Batch script for bash users
#
#SBATCH --ntasks-per-node 1
#SBATCH --nodes 6
#SBATCH -J SWIFT-mpi-test
#SBATCH -o job.%J.dump
#SBATCH -e job.%J.err
#SBATCH -p cosma6
#SBATCH -A dp004
#SBATCH --exclusive
#SBATCH -t 600

module purge
module load swift
module load swift/c5/intel/intelmpi/2017-parallel

unset I_MPI_HYDRA_BOOTSTRAP

mpirun -np 6 ../swift_mpi -a -G -s -t 16 eagle_50.yml -v 1 

and configure options:

./configure --with-metis --enable-debug --enable-debugging-checks
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking