Skip to content
Snippets Groups Projects
compile.sh 440 B
Newer Older
audiffren's avatar
audiffren committed
# XIOS Compilation
Gab's avatar
Gab committed
#xios-2.5 directory must be a sub-directory of NEMO/release-4.0
audiffren's avatar
audiffren committed
# 1. Prepare an arch file for the target machine 
Gab's avatar
Gab committed
#./make_xios --arch X64_IRENE -j 8
audiffren's avatar
audiffren committed
#NEMO
audiffren's avatar
audiffren committed
#create a configuration file for the targeted machine ( i.e. irene) arch-irene.fcm
audiffren's avatar
audiffren committed
# lancement de la compilation pour BENCH
Gab's avatar
Gab committed
cd release-4.0
audiffren's avatar
audiffren committed
  ./makenemo -m irene -a BENCH -v3
#
# Find the produced exec 
#
# find . -name nemo.exe
# ./tests/BENCH/BLD/bin/nemo.exe
#