Skip to content

Commit

Permalink
Merge pull request NOAA-EMC#86 from mkavulich/remove_serial_option
Browse files Browse the repository at this point in the history
Removing serial option for this release
  • Loading branch information
fossell authored Feb 20, 2020
2 parents 9762488 + c673ef3 commit cf9db90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sorc/arch/Config.pl
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
# Display the choices to the user and get selection
$validresponse = 0 ;

## UPP only supports serial @platforms = qw ( serial dmpar ) ;
## UPP only supports dmpar @platforms for this release
@platforms = qw ( serial dmpar ) ;

until ( $validresponse ) {
Expand Down Expand Up @@ -249,6 +249,7 @@
# Serial compile uses a stub library for mpi calls
if ( $paropt eq 'serial' )
{
die "\nERROR ERROR ERROR ERROR ERROR ERROR\n\nserial builds are not available for this release;\nThis option will be re-implemented in the future\n\nERROR ERROR ERROR ERROR ERROR ERROR\n";
$sw_serial_mpi_stub = "wrfmpi_stubs" ;
$sw_serial_mpi_lib = "-lmpi" ;
$sw_dmparallelflag = "-DSTUBMPI" ;
Expand Down

0 comments on commit cf9db90

Please sign in to comment.