Ticket #906 (assigned Task)
CV updates to platforms
| Reported by: | charlotte | Owned by: | charlotte |
|---|---|---|---|
| Priority: | critical | Milestone: | V1.2 Questionnaire release |
| Component: | WP6 - CMIP5 Questionnaire | Version: | 1.2 |
| Keywords: | Cc: | mark, gerry, mariepierre | |
| Requirement: | |||
Description
We need to add "IBM2003" compiler to the platform page what other additions need to be made?
Other platform tickets #905
Change History
Note: See
TracTickets for help on using
tickets.

Mark Elkington wrote:
I believe the IBM compiler is called XL Fortran, we couldn't find a relevant option for the processor type either. Here is our current XML for the platform.
<platform> <shortName>IBM Power 6</shortName> <longName>IBM Power 6 (2009)</longName> <description>First operational configuration of IBM Power 6 at the Met Office</description> <contact><responsibleParty><!--use Mick Carter role = contact--></responsibleParty></contact> <unit> <machine machineType="parallel"> <machineName>IBM Power 6</machineName> <machineSystem>n/a</machineSystem> <machineLibrary>n/a</machineLibrary> <machineDescription>n/a</machineDescription> <machineLocation>Exeter, UK</machineLocation> <machineOperatingSystem>AIX</machineOperatingSystem> <machineVendor>IBM</machineVendor> <machineInterconnect>Infiniband</machineInterconnect> <machineMaximumProcessors>2</machineMaximumProcessors> <machineCoresPerProcessor>32</machineCoresPerProcessor> <machineProcessorType>other</machineProcessorType> </machine> <compiler> <compilerName>XL Fortran</compilerName> <compilerVersion>12.1.0.0</compilerVersion> <compilerLanguage>Fortran 2003</compilerLanguage> <compilerOptions>n/a</compilerOptions> <compilerEnvironmentVariables>n/a</compilerEnvironmentVariables> </compiler> </unit> </platform>