Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8723865
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T07:42:57+00:00 2026-06-13T07:42:57+00:00

Is it possible to run some akka code on the oracle grid engine with

  • 0

Is it possible to run some akka code on the oracle grid engine with the use of multiple nodes?

So if I use the actor-model, which is a “message-passing model”, is it possible to use Scala and the akka framework to run my code on a distributed memory system like a cluster or a grid?

If so, is there something similar like mpirun in mpi -c, to run my program on different nodes? Can you give a submission example using oracle grid engine?

how do I know inside scala on which node am I and to how many nodes the job has been submitted?

Is it possible to communicate with other nodes through the actor-model?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T07:42:58+00:00Added an answer on June 13, 2026 at 7:42 am

    mpirun or (mpiexec on some systems) can run any kind of executables (even if they don’t use MPI). I currently use it to launch java and scala codes on clusters. It may be tricky to pass arguments to the executable when calling mpirun so you could use an intermediate script.

    We use Torque/Maui scripts which are not compatible with GridEngine, but here is a script my colleague is currently using:

    #!/bin/bash
    #PBS -l walltime=24:00:00
    #PBS -l nodes=10:ppn=1
    #PBS -l pmem=45gb
    #PBS -q spc
    # Find the list of nodes in the cluster
    id=$PBS_JOBID
    nodes_fn="${id}.nodes"
    # Config file
    config_fn="human_stability_article.conf"
    # Java command to call
    java_cmd="java -Xmx10g -cp akka/:EvoProteo-assembly-0.0.2.jar ch.unige.distrib.BuildTree ${nodes_fn} ${config_fn} ${id}"
    # Create a small script to pass properly the parameters
    aktor_fn="./${id}_aktor.sh"
    echo -e "${java_cmd}" >> $aktor_fn
    # Copy the machine file to the proper location
    rm -f $nodes_fn
    cp $PBS_NODEFILE $nodes_fn
    # Launch the script on 10 notes
    mpirun -np 10 sh $aktor_fn > "${id}_human_stability_out.txt"
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it possible to run some code when an assembly is loaded, without doing
Is it possible to run some code in C# , wait a few seconds,
I'm fiddling around with a possible way to run some chunks of this stuff
Is it possible to write and run with Visual Studio 2008 some unit test
It is possible to run bcp utility for sybase database from .net code? I
Is it possible to run hip-hop php in cygwin which is using more script
Is it possible to run some controllers and routes only in test mode? I
is it possible to run some program in background for iphone even if your
I would like to track (run some code - or invoke function) when the
We want to use Orbeon Forms to build and run some forms, however these

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.