Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • yaximik
    Senior Member
    • Apr 2011
    • 199

    #1

    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
  • severin
    Genome Informatics Facility
    • Sep 2009
    • 105

    #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

    • yaximik
      Senior Member
      • Apr 2011
      • 199

      #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

      • SEQadmin2
        Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
        by SEQadmin2



        CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

        Despite this, “CRISPR helped turn genome editing from a specialized technique into
        ...
        07-31-2026, 11:01 AM
      • SEQadmin2
        Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
        by SEQadmin2


        Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

        The systematic characterization of the human proteome has
        ...
        07-20-2026, 11:48 AM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by SEQadmin2, 08-13-2026, 12:22 PM
      0 responses
      20 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 08-11-2026, 10:35 AM
      0 responses
      16 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 08-06-2026, 07:41 AM
      0 responses
      32 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 08-03-2026, 10:13 AM
      0 responses
      50 views
      0 reactions
      Last Post SEQadmin2  
      Working...