Skip to content

Commit

Permalink
Merge pull request #7 from eclare108213/testscriptswolf
Browse files Browse the repository at this point in the history
Testscriptswolf
  • Loading branch information
apcraig authored Jun 9, 2017
2 parents 7f14fcd + 7f921a1 commit 9b8ece2
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 51 deletions.
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 --mail-user=eclare@lanl.gov
#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 username@domain.com
#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 --mail-user=eclare@lanl.gov
#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 username@domain.com
#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 --mail-user=eclare@lanl.gov
#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 username@domain.com
#EOFB

endif

Expand Down

0 comments on commit 9b8ece2

Please sign in to comment.