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 8520967
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T06:40:50+00:00 2026-06-11T06:40:50+00:00

I have a fortran atoms.out file that performs some function. I am calling that

  • 0

I have a fortran atoms.out file that performs some function. I am calling that fortran file from within python with:

values = subprocess.Popen(["./atoms.out", "./%s.klj" % test1, "./%s.out" % test1], stdout = subprocess.PIPE)

I’ve looked at Python PP, but I dont think it is what I am looking for, as it uses n number of CPUs for a single job.

The calculations conducted by the fortran file are not independent and cannot be used with python pp

So my question is how can i submit a number of jobs to a number of different CPUs, say for example I have: 7 Files that I want to be run over 4 CPUs.

So each job is distributed as:

File1 -> CPU1
File2 -> CPU2
File3 -> CPU3
File4 -> CPU4

Then when a job has finished on a CPU it is replaces with the remaining 3 Files to run. Say File1 is finished on CPU1 it is replaced by File5, so the distribution of jobs would look like:

File5 -> CPU1
File2 -> CPU2
File3 -> CPU3
File4 -> CPU4

And so forth until it has finished running the fortran file on the 7 files.

  • 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-11T06:40:52+00:00Added an answer on June 11, 2026 at 6:40 am

    Use the multiprocessing.pool.ThreadPool class to create a thread pool consisting of (in your case) four threads. Submit the subprocess.Popen task to the pool using e.g. pool.map. Then, the four threads in Python will spawn one Fortran process each.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have some Fortran 77 source files that I'm trying to convert from a
I have a FORTRAN 95 program that needs to make some calls to the
I would have dared say that the numeric values computed by Fortran and C++
I have a simple piece of code that extracts a float from a FORTRAN-generated
I have some python code which generates a 256^3 numpy array of data that
I have some routines written in fortran that I'd like to use in my
I have a Fortran numerical code that calls a subroutine from an external module.
I have a program in Fortran that saves the results to a file. At
I have to convert some code from Fortran so doesn't know how what this
I have a binary file that I would like to read with Fortran. The

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.