ARCHER logo ARCHER banner

The ARCHER Service is now closed and has been superseded by ARCHER2.

  • ARCHER homepage
  • About ARCHER
    • About ARCHER
    • News & Events
    • Calendar
    • Blog Articles
    • Hardware
    • Software
    • Service Policies
    • Service Reports
    • Partners
    • People
    • Media Gallery
  • Get Access
    • Getting Access
    • TA Form and Notes
    • kAU Calculator
    • Cost of Access
  • User Support
    • User Support
    • Helpdesk
    • Frequently Asked Questions
    • ARCHER App
  • Documentation
    • User Guides & Documentation
    • Essential Skills
    • Quick Start Guide
    • ARCHER User Guide
    • ARCHER Best Practice Guide
    • Scientific Software Packages
    • UK Research Data Facility Guide
    • Knights Landing Guide
    • Data Management Guide
    • SAFE User Guide
    • ARCHER Troubleshooting Guide
    • ARCHER White Papers
    • Screencast Videos
  • Service Status
    • Detailed Service Status
    • Maintenance
  • Training
    • Upcoming Courses
    • Online Training
    • Driving Test
    • Course Registration
    • Course Descriptions
    • Virtual Tutorials and Webinars
    • Locations
    • Training personnel
    • Past Course Materials Repository
    • Feedback
  • Community
    • ARCHER Community
    • ARCHER Benchmarks
    • ARCHER KNL Performance Reports
    • Cray CoE for ARCHER
    • Embedded CSE
    • ARCHER Champions
    • ARCHER Scientific Consortia
    • HPC Scientific Advisory Committee
    • ARCHER for Early Career Researchers
  • Industry
    • Information for Industry
  • Outreach
    • Outreach (on EPCC Website)

You are here:

  • ARCHER
  • User Guides & Documentation
  • Essential Skills
  • Quick Start Guide
  • ARCHER User Guide
  • ARCHER Best Practice Guide
  • Scientific Software Packages
  • UK Research Data Facility Guide
  • Knights Landing Guide
  • Data Management Guide
  • SAFE User Guide
  • ARCHER Troubleshooting Guide
  • ARCHER White Papers
  • Screencast Videos

Contact Us

support@archer.ac.uk

Twitter Feed

Tweets by @ARCHER_HPC

ISO 9001 Certified

ISO 27001 Certified

Code_Saturne

Code_Saturne is an open source CFD software.

Useful links

  • Code_Saturne web page

Licensing and Access

Code_Saturne is Open Source software so access is available to all ARCHER users.

Running Code_Saturne

To run Code_Saturne you need to add the correct module:

module add code_saturne

Once the module has been added the main Code_Saturne executable is available as code_saturne.

An example Code_Saturne job submission script is shown below.

#!/bin/bash --login
#PBS -N saturne_job

# Select 128 nodes (maximum of 3072 cores)
#PBS -l select=128
#PBS -l walltime=03:00:00

# Make sure you change this to your budget code
#PBS -A budget

# Make sure any symbolic links are resolved to absolute path
export PBS_O_WORKDIR=$(readlink -f $PBS_O_WORKDIR)

# Change to the directory that the job was submitted from
cd $PBS_O_WORKDIR

# Load the module
module add code-saturne

# Change the name of the input file to match your own job
code_saturne run --param case.xml

Notes

ARCHER Code_Saturne 3.0.3, has been configured with --disable-gui. There is seemingly no way to generate case.xml files without the UI, requiring users to install Code_Saturne on their workstations, generate the case and upload.

This has been addressed in 4.0.3 and up. The Code_Saturne GUI is enabled and can be used with X forwarding. Note that this is for case configuration only, job submission should still be performed via PBS script

Compiling

  • Compiling Code_Saturne 4.0.3 on ARCHER
  • Compiling Code_Saturne 3.0.3 on ARCHER

Copyright © Design and Content 2013-2019 EPCC. All rights reserved.

EPSRC NERC EPCC