Command Line Setup

I am a junior admin on a HPC cluster and was asked to set up this software within a container for a researcher. However all the documentation I have found is for a gui based environment. Is it even possible to set up and use this software via command line? Any help is welcome! For reference I currently have it in an Ubuntu container.

Cheers.

If you run Cubit like this: ./coreform_cubit -nographics -prompt Cubit you’ll load into an interactive command-line prompt. You can also run Cubit in batch mode like this: ./coreform_cubit -nographics -batch <journal_file.jou>. That will take the journal file that’s passed in and run all the commands in it, then exit Cubit.

Installation for GUI mode vs command line mode is identical.

1 Like

Thank you, this worked perfectly!