-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNotes
More file actions
26 lines (25 loc) · 936 Bytes
/
Notes
File metadata and controls
26 lines (25 loc) · 936 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
2/3/14
- Left off:
- Ran CICE with byfl
- copied cice source to byfl-tests/tests
- modified bld/Macros.Linux.LANL.darwin for gcc build
- modified byfl-env to set OMPI_FC=bf-gfortran
- added '-p' arg to comp_ice to set # of ranks
- modified comp_ice to use ${PWD} as source directory
- Ran S3D
- copied source to byfl-tests/tests
- create 'build' dir and run 'cmake -D CMAKE_Fortran_COMPILER=bf-mpif90 ..' in build
- run 'make install'
- this creates 's3d_run' directory in s3d
- cd to s3d_run/run and run s3d.x
- modified bf-gcc wrapper in tools/wrappers
- added
elsif ($opt eq "rdynamic") {
}
to 'link' code block
- was getting link error when running cmake on s3d
- creating global variables in llvm:
- write a simple c source file, compile it to bitcode using
clang -S -emit-llvm -c foo.cc
- then run
llc -march=cpp foo.bc -o foo.lc