Skip to content

Commit

Permalink
Merge pull request #10 from henrykironde/error-files
Browse files Browse the repository at this point in the history
Use full path for log files paths
  • Loading branch information
henrykironde authored Jan 11, 2024
2 parents f775c37 + d146c58 commit ccbd8a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions portal_dryrun_forecast.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
#SBATCH --mail-user=portal-forecasts-aaaaamelbeyabgcqol6s4p4cja@weecology.slack.com
#SBATCH --mail-type=FAIL
#SBATCH --ntasks=1
#SBATCH --mem=8gb
#SBATCH --mem=16gb
#SBATCH --time=12:00:00
#SBATCH --partition=hpg2-compute
#SBATCH --output=portal_dryrun_forecast_log.out
#SBATCH --error=portal_dryrun_forecast_log.err
#SBATCH --output=/orange/ewhite/PortalForecasts/portal_dryrun_forecast_log.out
#SBATCH --error=/orange/ewhite/PortalForecasts/portal_dryrun_forecast_log.err

echo "INFO: [$(date "+%Y-%m-%d %H:%M:%S")] Starting Weekly Forecast on $(hostname) in $(pwd)"

Expand Down
6 changes: 3 additions & 3 deletions portal_weekly_forecast.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
#SBATCH --mail-user=portal-forecasts-aaaaamelbeyabgcqol6s4p4cja@weecology.slack.com
#SBATCH --mail-type=FAIL
#SBATCH --ntasks=1
#SBATCH --mem=8gb
#SBATCH --mem=16gb
#SBATCH --time=12:00:00
#SBATCH --partition=hpg2-compute
#SBATCH --output=portal_weekly_forecast_log.out
#SBATCH --error=portal_weekly_forecast_log.err
#SBATCH --output=/orange/ewhite/PortalForecasts/portal_weekly_forecast_log.out
#SBATCH --error=/orange/ewhite/PortalForecasts/portal_weekly_forecast_log.err

echo "INFO: [$(date "+%Y-%m-%d %H:%M:%S")] Starting Weekly Forecast on $(hostname) in $(pwd)"

Expand Down

0 comments on commit ccbd8a5

Please sign in to comment.