Skip to content

Commit

Permalink
Switch Gnu compilers from 11.3.0 to 9.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vonw committed Jan 30, 2024
1 parent 2398ff7 commit 15b2ac2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dev/apptainer/scripts/cmaq-5.4.csh
Original file line number Diff line number Diff line change
Expand Up @@ -33,24 +33,24 @@
setenv CMAQ_HOME /opt/share/CMAQ-5.4
chmod ugo+x bldit_project.csh
./bldit_project.csh
./config_cmaq.csh gcc 11.3.0
./config_cmaq.csh gcc 9.5.0

# ....Compile icon
echo "Compiling ICON..."
cd $CMAQ_HOME/PREP/icon/scripts
./bldit_icon.csh gcc 11.3.0 > build_icon.log
./bldit_icon.csh gcc 9.5.0 > build_icon.log

# ....Compile bcon
echo "Compiling BCON..."
cd $CMAQ_HOME/PREP/bcon/scripts
./bldit_bcon.csh gcc 11.3.0 > build_bcon.log
./bldit_bcon.csh gcc 9.5.0 > build_bcon.log

# ....Compile jproc
echo "Compiling JPROC..."
cd $CMAQ_HOME/UTIL/jproc/scripts
./bldit_jproc.csh gcc 11.3.0 > build_jproc.log
./bldit_jproc.csh gcc 9.5.0 > build_jproc.log

# ....Compile cctm
echo "Compiling CCTM..."
cd $CMAQ_HOME/CCTM/scripts
#cd ./bldit_cctm.csh gcc 11.3.0 > build_cctm.log
#cd ./bldit_cctm.csh gcc 9.5.0 > build_cctm.log

0 comments on commit 15b2ac2

Please sign in to comment.