Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testscriptswolf #7

Merged
merged 4 commits into from
Jun 9, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ Neither the name of Los Alamos National Security, LLC, Los Alamos National Labor
THIS SOFTWARE IS PROVIDED BY LOS ALAMOS NATIONAL SECURITY, LLC AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL LOS ALAMOS NATIONAL SECURITY, LLC OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Use of software in any private development branches of the CICE repository shall be conducted under the distribution policy of the CICE Consortium (see DistributionPolicy.pdf).

26 changes: 9 additions & 17 deletions configuration/scripts/tests/cice.10day.csh
Original file line number Diff line number Diff line change
Expand Up @@ -77,24 +77,16 @@ EOFB

else if (${CICE_MACHINE} =~ wolf*) then
cat >> ${jobfile} << EOFB
#MSUB -A climateacme
#MSUB -l walltime=01:00:00
#MSUB -l nodes=1:ppn=4
#MSUB -N cice
#SBATCH -J ${CICE_CASENAME}
#SBATCH -t 0:10:00
#SBATCH -A ${acct}
#SBATCH -N ${nnodes}
#SBATCH -e slurm%j.err
#SBATCH -o slurm%j.out
#SBATCH --mail-type FAIL
#SBATCH [email protected]
#SBATCH --qos=low
EOFB
#cat >> ${jobfile} << EOFB
##SBATCH -J ${CICE_CASENAME}
####SBATCH -p tossdev
##SBATCH -t 0:45:00
##SBATCH -A ${acct}
##SBATCH -N ${nnodes}
####SBATCH -L SCRATCH
####SBATCH -C haswell
##SBATCH -e slurm%j.err
##SBATCH -o slurm%j.out
####SBATCH --mail-type FAIL
####SBATCH --mail-user [email protected]
#EOFB

endif

Expand Down
26 changes: 9 additions & 17 deletions configuration/scripts/tests/cice.annual.csh
Original file line number Diff line number Diff line change
Expand Up @@ -77,24 +77,16 @@ EOFB

else if (${CICE_MACHINE} =~ wolf*) then
cat >> ${jobfile} << EOFB
#MSUB -A climateacme
#MSUB -l walltime=01:00:00
#MSUB -l nodes=1:ppn=4
#MSUB -N cice
#SBATCH -J ${CICE_CASENAME}
#SBATCH -t 0:10:00
#SBATCH -A ${acct}
#SBATCH -N ${nnodes}
#SBATCH -e slurm%j.err
#SBATCH -o slurm%j.out
#SBATCH --mail-type FAIL
#SBATCH [email protected]
#SBATCH --qos=low
EOFB
#cat >> ${jobfile} << EOFB
##SBATCH -J ${CICE_CASENAME}
####SBATCH -p tossdev
##SBATCH -t 0:45:00
##SBATCH -A ${acct}
##SBATCH -N ${nnodes}
####SBATCH -L SCRATCH
####SBATCH -C haswell
##SBATCH -e slurm%j.err
##SBATCH -o slurm%j.out
####SBATCH --mail-type FAIL
####SBATCH --mail-user [email protected]
#EOFB

endif

Expand Down
26 changes: 9 additions & 17 deletions configuration/scripts/tests/cice.smoke.csh
Original file line number Diff line number Diff line change
Expand Up @@ -77,24 +77,16 @@ EOFB

else if (${CICE_MACHINE} =~ wolf*) then
cat >> ${jobfile} << EOFB
#MSUB -A climateacme
#MSUB -l walltime=01:00:00
#MSUB -l nodes=1:ppn=4
#MSUB -N cice
#SBATCH -J ${CICE_CASENAME}
#SBATCH -t 0:10:00
#SBATCH -A ${acct}
#SBATCH -N ${nnodes}
#SBATCH -e slurm%j.err
#SBATCH -o slurm%j.out
#SBATCH --mail-type FAIL
#SBATCH [email protected]
#SBATCH --qos=low
EOFB
#cat >> ${jobfile} << EOFB
##SBATCH -J ${CICE_CASENAME}
####SBATCH -p tossdev
##SBATCH -t 0:45:00
##SBATCH -A ${acct}
##SBATCH -N ${nnodes}
####SBATCH -L SCRATCH
####SBATCH -C haswell
##SBATCH -e slurm%j.err
##SBATCH -o slurm%j.out
####SBATCH --mail-type FAIL
####SBATCH --mail-user [email protected]
#EOFB

endif

Expand Down