Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

CESM1.2.1 - pleiades build fails due to invalid XML in config_compilers.xml

aliceb

Member
Affected Releases - CESM1.2.1(Bugzilla 1920) pleiades-wes needs compiler and mpi lib updates
these are the changes needed

Index: config_compilers.xml
===================================================================
--- config_compilers.xml (revision 57262)
+++ config_compilers.xml (working copy)
@@ -612,16 +612,16 @@



- /nasa/netcdf/4.0-i10.1
- /nasa/sgi/mpt/2.08r7
+ /nasa/netcdf/4.0-i10.1
+ /nasa/sgi/mpt/2.08r7
mpi
icc
-O2 -axAVX -xSSE4.1



- /nasa/netcdf/4.0-i10.1
- /nasa/sgi/mpt/2.08r7
+ /nasa/netcdf/4.0-i10.1
+ /nasa/sgi/mpt/2.08r7
mpi
icc

Index: env_mach_specific.pleiades-wes
===================================================================
--- env_mach_specific.pleiades-wes (revision 57262)
+++ env_mach_specific.pleiades-wes (working copy)
@@ -11,8 +11,8 @@
if (-e /usr/share/modules/init/csh) then
source /usr/share/modules/init/csh
module purge
- module load comp-intel/2012.0.032
- module load mpi-sgi/mpt.2.06r6
+ module load comp-intel/2013.5.192
+ module load mpi-sgi/mpt.2.08r7
module load netcdf/4.0-i10.1
module load nas
endif
 
Top