forked from NOAA-EMC/CICE
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update NOAA ports, hera and orion (CICE-Consortium#449)
* update hera port * remove phase2 and theia machines * initial orion port
- Loading branch information
Showing
15 changed files
with
124 additions
and
336 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -204,35 +204,36 @@ cat >> ${jobfile} << EOFB | |
#PBS -l walltime=${batchtime} | ||
EOFB | ||
|
||
else if (${ICE_MACHINE} =~ theia*) then | ||
else if (${ICE_MACHINE} =~ hera*) then | ||
cat >> ${jobfile} << EOFB | ||
#SBATCH -J ${ICE_CASENAME} | ||
#SBATCH -t ${batchtime} | ||
#SBATCH -q batch | ||
#SBATCH -A marine-cpu | ||
#SBATCH -N ${nnodes} | ||
#SBATCH --partition=hera | ||
#SBATCH --qos=${queue} | ||
#SBATCH -A ${acct} | ||
#SBATCH --time=${batchtime} | ||
#SBATCH --nodes=${nnodes} | ||
#SBATCH --ntasks-per-node=${taskpernodelimit} | ||
#SBATCH --cpus-per-task=${nthrds} | ||
#SBATCH -e slurm%j.err | ||
#SBATCH -o slurm%j.out | ||
#SBATCH --mail-type FAIL | ||
#SBATCH --mail-user=robert.grumbine@noaa.gov | ||
##SBATCH --mail-type FAIL | ||
##SBATCH --mail-user=xxx@noaa.gov | ||
EOFB | ||
|
||
else if (${ICE_MACHINE} =~ hera*) then | ||
else if (${ICE_MACHINE} =~ orion*) then | ||
cat >> ${jobfile} << EOFB | ||
#SBATCH -J ${ICE_CASENAME} | ||
#SBATCH -t `echo ${batchtime} | cut -f1-2 -d:` | ||
#SBATCH -q batch | ||
#SBATCH -A marine-cpu | ||
#SBATCH -N ${nnodes} | ||
#SBATCH --partition=orion | ||
#SBATCH --qos=${queue} | ||
#SBATCH -A ${acct} | ||
#SBATCH --time=${batchtime} | ||
#SBATCH --nodes=${nnodes} | ||
#SBATCH --ntasks-per-node=${taskpernodelimit} | ||
#SBATCH --cpus-per-task=${nthrds} | ||
#SBATCH -e slurm%j.err | ||
#SBATCH -o slurm%j.out | ||
#SBATCH --mail-type FAIL | ||
#SBATCH [email protected] | ||
EOFB | ||
|
||
else if (${ICE_MACHINE} =~ phase2*) then | ||
cat >> ${jobfile} << EOFB | ||
# nothing to do | ||
##SBATCH --mail-type FAIL | ||
##SBATCH [email protected] | ||
EOFB | ||
|
||
else if (${ICE_MACHINE} =~ phase3*) then | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.