I use laptop - Windows 7 32bit.
I setup Python 2.7.4 and G95, also download C:\opentelemac\v6p2\ by SVN softwave.
I edit file: systel.cfg
# _____ _______________________________
# ____/ TELEMAC Project Definitions /______________________________/
#
[Configurations]
configs: wing95s
#_____ ________________________________________
# ____/ windows g95 scalar /_______________________________________/
[wing95s]
#
root: C:\opentelemac\v6p2\wing95s
version: v6p2
language: 2
modules: update system
options:
#
cmd_obj: g95 -c -fendian=big -ffixed-line-length-132 <mods> <incs> <f95name>
cmd_lib: ar cru <libname> <objs>
cmd_exe: g95 -fendian=big -std=f95 -v -lm -o <exename> <objs> <libs>
#
mods_all: -I <config>
#
sfx_zip: .zip
sfx_lib: .lib
sfx_obj: .o
sfx_mod: .mod
sfx_exe: .exe
#
# also possible val_root: <root>/../validation
#val_root: <modpath>/validation
#val_rank: all
# also possible val_rank: <3 >7 6
I run commands:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\thai30a>python -V
Python 2.7.4
C:\Users\thai30a>
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\thai30a>g95 -v
Using built-in specs.
Target:
Configured with: ../configure --prefix=/mingw --enable-languages=c --with-ld=/mi
ngw/bin/ld --with-as=/mingw/bin/as --host=i386-pc-mingw32 --enable-threads --dis
able-nls --disable-win32-registry --enable-sjlj-exceptions --enable-libgcj --wit
hout-x
Thread model: win32
gcc version 4.1.2 (g95 0.93!) Jun 16 2010
C:\Users\thai30a>
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\thai30a>runcode.py
Loading Options and Configurations
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The name of the module to run and one CAS file at least are required
Usage: runcode.py [options]
use -h for more help.
Options:
-h, --help show this help message and exit
-c CONFIGNAME, --configname=CONFIGNAME
specify configuration name, default is randomly found
in the configuration file
-f CONFIGFILE, --configfile=CONFIGFILE
specify configuration file, default is systel.cfg
-r ROOTDIR, --rootdir=ROOTDIR
specify the root, default is taken from config file
-v VERSION, --version=VERSION
specify the version number, default is taken from
config file
-s, --sortiefile specify whether there is a sortie file, default is no
-t, --tmpdirectory specify whether the temporary directory is removed,
default is yes
-x, --compileonly specify whether to only create an executable but not
run, default is no
-w WDIR, --workdirectory=WDIR
specify whether to re-run within a defined
subdirectory
--jobname=JOBNAME specify a jobname for HPC queue tracking
--email=EMAIL specify an e-mail adress to warn when HPC job is
finished
--hosts=HOSTS specify the list of hosts available for parallel mode,
';' delimited
--ncsize=NCSIZE the number of processors forced in parallel mode
--nctile=NCTILE the number of core per node. ncsize/nctile is the
number of compute nodes
--split will only do the trace (and the split in parallel) if
option there
--merge will only do the output copying (and recollection in
parallel) if option there
--run will only run the simulation if option there
C:\Users\thai30a>
C:\Users\thai30a>
but when I run command "compileTELEMAC.py" or "python compileTELEMAC.py" nothing ocurr:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\thai30a>compileTELEMAC.py
C:\Users\thai30a>python compileTELEMAC.py
C:\Users\thai30a>