StormSurgeLive / asgs

The Automated Solution Generation System (ASGS) provides software infrastructure for automating coastal ocean modelling for real time decision support, and provides a variety of standalone command line tools for pre- and post-processing.
https://asgs.sh
GNU General Public License v3.0
39 stars 22 forks source link

additional lonestar6 tweaks #838

Closed wwlwpd closed 2 years ago

wwlwpd commented 2 years ago
jasonfleming commented 2 years ago

@wwlwpd I just did a fresh install on lonestar6 and I think I ran into this:

asgs (SABv20a_al012022_jgf)> run
Running ASGS using the config file, '/work/00976/jgflemin/ls6/asgs-configs/2022/asgs_config_SABv20a_al012022_jgf.sh'                                                                            
(info) HPCENV is 'null'
(info) HPCENVSHORT is 'ls6'
(info)    platforms.sh>env_dispatch(): Initializing settings for ls6.
(warn !!!) platform init script must be specified as the first argument! No platform init.sh known.                                                                                             
[2022-Jun-04-T11:42:48-0500] INFO: Found subdirectory for ASGS log files : '/work/00976/jgflemin/ls6/log'.                                                                                      
[2022-Jun-04-T11:42:48-0500] ATTN: Set ASGS log file parameter SYSLOG to '/work/00976/jgflemin/ls6/log/SABv20a_al012022_jgf.asgs-2022-Jun-04-T11:25:27-0500.3908672.log'.                       
xz: /work/00976/jgflemin/ls6/asgs/archive//home/00976/jgflemin.xz: No such file or directory
[2022-Jun-04-T11:42:49-0500] FATAL ERROR: asgs_main.sh>checkFileExistence(): The data archival script '/work/00976/jgflemin/ls6/asgs/archive//home/00976/jgflemin' does not exist.              
/work/00976/jgflemin/ls6/asgs/monitoring/logging.sh: line 663: kill: (-3925369) - No such process                                                                                               

but the platform init.sh file for lonestar6 is there:

asgs (SABv20a_al012022_jgf)> ls $SCRIPTDIR/platforms/ls6/init.sh                                                                                                                                
/work/00976/jgflemin/ls6/asgs/platforms/ls6/init.sh
asgs (SABv20a_al012022_jgf)> echo $PLATFORM_INIT

Is this the same issue? Or should I log/troubleshoot/fix this as a separate issue?

wwlwpd commented 2 years ago

Sorry!! I need to push my latest changes and you need to rebuild. I will let you know when to do this.

wwlwpd commented 2 years ago

@jasonfleming - update your issue-838 branch and give it a shot. Also, there is a PR now attached to this, #839

jasonfleming commented 2 years ago

Ok I will remove what I have and reinstall with the latest issue-838 branch. :-)