🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

optistruct parallel job on multi node

User: "Altair Forum User"
Altair Employee
Updated by Altair Forum User

Hi,

I have installed optistruct solver on cluster. I have 4 nodes in cluster and each node have 32 cpus.

I want to run optistruct analysis job via command line on linux system.

 

/gscratch/apps/hwsolvers/altair/scripts/optistruct  input_file.fem -nproc 64 &

 

the job is running on only 32 cpus not on 64 cpus.

please let me know what options i need to place on command line to run on multiple nodes.

Find more posts tagged with

Sort by:
1 - 3 of 31
    User: "QuyNguyenDai"
    Altair Community Member
    Updated by QuyNguyenDai

    Normally on any cluster system, you have a 'Job scheduler' like SGE, Moab, PBS,...

    So you have to run your job through this such system.

    Ask your Cluster admin.

    User: "Rahul Rajan_21763"
    New Altair Community Member
    Updated by Rahul Rajan_21763

    Basically if you have the hostnames in a hostfile.txt:

     

    optistruct input.fem –hostfile ./hostfile.txt [-np <NUMBER OF MPI PROCESSES>] [-mpi <i|pl>]

     

    • The input files must be available from all nodes in the same path. This can be done by copying the input files to identical paths on all nodes or mount the folder containing the input files to all nodes.
    • Scratch files ought to be written to local high performance disk on each node.

    Please check advanced installation guide for more details.

    Unable to find an attachment - read this blog

    User: "QuyNguyenDai"
    Altair Community Member
    Updated by QuyNguyenDai

    You could run job by that way. But it's NOT a good idea bypassing the Cluster's Job scheduler.

    Myself I'm HPC Cluster admin, so I know what you have to do. My best advice for you is asking your Cluster admin.