Welcome, Guest
Username: Password: Remember me

TOPIC: Systel.ini example for gFortran 64 bit parallel

Systel.ini example for gFortran 64 bit parallel 9 years 5 months ago #17333

  • joysanyal21
  • joysanyal21's Avatar
I am trying to instal telemac 6.3 from pre-compiled binary files with perl for gFortran 64 bit parallel make. Couldn't find an example of a systel.ini file for the above configuration. The downloaded zip file doesn't have one.

Can anybody get me a 'systel.ini' file with the aforementioned configuration.
The administrator has disabled public write access.

Systel.ini example for gFortran 64 bit parallel 9 years 3 months ago #17924

  • sebourban
  • sebourban's Avatar
  • OFFLINE
  • Administrator
  • Principal Scientist
  • Posts: 814
  • Thank you received: 219
I do not have one, sorry -- but out of curiosity, any reason why your do not wish to switch to python ?

Important note: v7p1 might well be the last version we support Perl for.

Sébastien.
The administrator has disabled public write access.

Systel.ini example for gFortran 64 bit parallel 9 years 3 months ago #17926

  • sebourban
  • sebourban's Avatar
  • OFFLINE
  • Administrator
  • Principal Scientist
  • Posts: 814
  • Thank you received: 219
... something like the following should work:
[gfortran]
DIRLIB=gfortran
# Options of GNU compiler
FC_NAM="gfortran"
FC_OPT_OBJEXT="o"
FC_OPT_COMPIL=" -c -O3 -fconvert=big-endian -frecord-marker=4 -DHAVE_MPI "
FC_OPT_DEBUG=" -c "
FC_OPT_PROFILE=" -O1 -c "
FC_OPT_INCLUDE="-I "
FC_OPT_OTHERS=" "
#
LK_NAM="gfortran"
LK_OPT_NORMAL=" -fconvert=big-endian -frecord-marker=4 -v  -lm "
LK_OPT_OUTNAME=" -o "
LK_OPT_DEBUG=" "
LK_OPT_PROFILE=" -pg "
LK_OPT_OTHERS=" "
#
LIB_NAM=ar
LIB_OPT_LIBEXT="lib "
LIB_OPT_OUTNAME=" cru "
LIB_OPT_OTHERS=
LIB_RANLIB="ranlib"
#
RUN_DEBUG="gdb "
RUN_PROFILE=
# in Telemac distribution   MPI NOT TESTED WITH GFORTRAN
FC_MPI="gfortran "
LK_MPI="gfortran -fconvert=big-endian -frecord-marker=4 -v -lm -o "
LIBS_MPI="<TELEMAC_HOME>\mpi\<DIRLIB>\lib\mpich.lib"
RUN_MPI="mpirun -localonly <N> <EXE>"
The administrator has disabled public write access.
Moderators: borisb

The open TELEMAC-MASCARET template for Joomla!2.5, the HTML 4 version.