Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Help is needed with openmpi and Ray on cluster

    Hi,

    I run a small Ray job on a cluster to check openmpi and Ray. The current versions on the cluster are openmpi-1.6.4 and Ray is 2.1.

    When compiled on my server with openmpi-1.4, Ray2.1 works just fine with large metazoan dataset (about 30 GB) completing assembly in about 20 hours on machine with 2 quad core E5620 (16 threads) and 96GB memory

    On the cluster Ray2.1 compiled fine as well, and then I tried to run it with one of datasets (about 36 MB) from the above pile that assembled fine on my server. It failed, generating ouput, which I am not quite understand and would appreciate help in interpretation and fixing the problem. Here is Ray.job file:

    Code:
    #$ -S /bin/bash
    #$ -cwd
    #
    #$ -N RayTest
    #$ -pe openmpi 32
    #$ -l h_rt=00:10:00,s_rt=00:08:00,h_vmem=3G
    #$ -j y
    #
    #$ -M [email protected]
    #$ -m eas
    #
    # Load the appropriate module files
    # Should be loaded already
    #$ -V
    
    mpiexec -n $NSLOTS ~/bin/Ray ~/jobs/Ray/Ray.conf
    Here is Ray.conf file:

    Code:
    # configuration file
    -k 31 # k-mer=31
    
    # default autocalc averageOuterDistance standardDeviation
    # all reads trimmed, Q30, FGMGPGIGVA
    
    -s <TestFile.fasta>                    # single read file
    
    -o ~/jobs/Ray/RayOutput         # outputDirectory
    
    -one-color-per-file                # Sets one color per file instead of one per sequence
    -amos                           # writes the AMOS file called RayOutput/AMOS.afg
    #-show-memory-usage              # Shows memory usage
    # -show-memory-allocations        # Shows memory allocation events
    #-write-checkpoints ~/SC/Ray/Checkpoints   # Write checkpoint files
    The ouput file is a bit loger, so it is attached.
    Attached Files

  • #2
    make options

    Did you specify your MPICXX during compile?

    make PREFIX=`pwd` MAXKMERLENGTH=99 MPICXX='/shared/openmpi/intel/bin/mpicxx'

    also I use mpirun -np numberofcpu

    Comment


    • #3
      [SOLVED] Help is needed with openmpi and Ray on cluster

      The cluster guys quickly pointed my error - I compiled Ray with an earlier existing version of openmpi before the latest version was installed on the cluster. I recompuiled it and all works fine now. Thanks to everyone who read my post and responded or was going to respond!

      Comment

      Latest Articles

      Collapse

      • seqadmin
        Advancing Precision Medicine for Rare Diseases in Children
        by seqadmin




        Many organizations study rare diseases, but few have a mission as impactful as Rady Children’s Institute for Genomic Medicine (RCIGM). “We are all about changing outcomes for children,” explained Dr. Stephen Kingsmore, President and CEO of the group. The institute’s initial goal was to provide rapid diagnoses for critically ill children and shorten their diagnostic odyssey, a term used to describe the long and arduous process it takes patients to obtain an accurate...
        12-16-2024, 07:57 AM
      • seqadmin
        Recent Advances in Sequencing Technologies
        by seqadmin



        Innovations in next-generation sequencing technologies and techniques are driving more precise and comprehensive exploration of complex biological systems. Current advancements include improved accessibility for long-read sequencing and significant progress in single-cell and 3D genomics. This article explores some of the most impactful developments in the field over the past year.

        Long-Read Sequencing
        Long-read sequencing has seen remarkable advancements,...
        12-02-2024, 01:49 PM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, 12-17-2024, 10:28 AM
      0 responses
      27 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 12-13-2024, 08:24 AM
      0 responses
      43 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 12-12-2024, 07:41 AM
      0 responses
      29 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 12-11-2024, 07:45 AM
      0 responses
      42 views
      0 likes
      Last Post seqadmin  
      Working...
      X